org.gcube_system.namespaces.data.analysis.statisticalmanager.types
Class SMImport

java.lang.Object
  extended by org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMOperation
      extended by org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMImport
All Implemented Interfaces:
Serializable

public class SMImport
extends SMOperation
implements Serializable

See Also:
Serialized Form

Constructor Summary
SMImport()
           
SMImport(boolean checked, String fileName, String objectType)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getFileName()
          Gets the fileName value for this SMImport.
 String getObjectType()
          Gets the objectType value for this SMImport.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isChecked()
          Gets the checked value for this SMImport.
 void setChecked(boolean checked)
          Sets the checked value for this SMImport.
 void setFileName(String fileName)
          Sets the fileName value for this SMImport.
 void setObjectType(String objectType)
          Sets the objectType value for this SMImport.
 
Methods inherited from class org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMOperation
getAbstractResource, getCompletedDate, getDescription, getOperationId, getOperationStatus, getOperationType, getPortalLogin, getSubmissionDate, setAbstractResource, setCompletedDate, setDescription, setOperationId, setOperationStatus, setOperationType, setPortalLogin, setSubmissionDate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMImport

public SMImport()

SMImport

public SMImport(boolean checked,
                String fileName,
                String objectType)
Method Detail

getFileName

public String getFileName()
Gets the fileName value for this SMImport.

Returns:
fileName

setFileName

public void setFileName(String fileName)
Sets the fileName value for this SMImport.

Parameters:
fileName -

getObjectType

public String getObjectType()
Gets the objectType value for this SMImport.

Returns:
objectType

setObjectType

public void setObjectType(String objectType)
Sets the objectType value for this SMImport.

Parameters:
objectType -

isChecked

public boolean isChecked()
Gets the checked value for this SMImport.

Returns:
checked

setChecked

public void setChecked(boolean checked)
Sets the checked value for this SMImport.

Parameters:
checked -

equals

public boolean equals(Object obj)
Overrides:
equals in class SMOperation

hashCode

public int hashCode()
Overrides:
hashCode in class SMOperation

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.