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

java.lang.Object
  extended by org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMOperation
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SMComputation, SMImport, SMSystemImport

public abstract class SMOperation
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SMOperation()
           
SMOperation(SMAbstractResource abstractResource, Calendar completedDate, String description, long operationId, int operationStatus, int operationType, String portalLogin, Calendar submissionDate)
           
 
Method Summary
 boolean equals(Object obj)
           
 SMAbstractResource getAbstractResource()
          Gets the abstractResource value for this SMOperation.
 Calendar getCompletedDate()
          Gets the completedDate value for this SMOperation.
 String getDescription()
          Gets the description value for this SMOperation.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 long getOperationId()
          Gets the operationId value for this SMOperation.
 int getOperationStatus()
          Gets the operationStatus value for this SMOperation.
 int getOperationType()
          Gets the operationType value for this SMOperation.
 String getPortalLogin()
          Gets the portalLogin value for this SMOperation.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 Calendar getSubmissionDate()
          Gets the submissionDate value for this SMOperation.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAbstractResource(SMAbstractResource abstractResource)
          Sets the abstractResource value for this SMOperation.
 void setCompletedDate(Calendar completedDate)
          Sets the completedDate value for this SMOperation.
 void setDescription(String description)
          Sets the description value for this SMOperation.
 void setOperationId(long operationId)
          Sets the operationId value for this SMOperation.
 void setOperationStatus(int operationStatus)
          Sets the operationStatus value for this SMOperation.
 void setOperationType(int operationType)
          Sets the operationType value for this SMOperation.
 void setPortalLogin(String portalLogin)
          Sets the portalLogin value for this SMOperation.
 void setSubmissionDate(Calendar submissionDate)
          Sets the submissionDate value for this SMOperation.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMOperation

public SMOperation()

SMOperation

public SMOperation(SMAbstractResource abstractResource,
                   Calendar completedDate,
                   String description,
                   long operationId,
                   int operationStatus,
                   int operationType,
                   String portalLogin,
                   Calendar submissionDate)
Method Detail

getOperationType

public int getOperationType()
Gets the operationType value for this SMOperation.

Returns:
operationType

setOperationType

public void setOperationType(int operationType)
Sets the operationType value for this SMOperation.

Parameters:
operationType -

getOperationId

public long getOperationId()
Gets the operationId value for this SMOperation.

Returns:
operationId

setOperationId

public void setOperationId(long operationId)
Sets the operationId value for this SMOperation.

Parameters:
operationId -

getPortalLogin

public String getPortalLogin()
Gets the portalLogin value for this SMOperation.

Returns:
portalLogin

setPortalLogin

public void setPortalLogin(String portalLogin)
Sets the portalLogin value for this SMOperation.

Parameters:
portalLogin -

getSubmissionDate

public Calendar getSubmissionDate()
Gets the submissionDate value for this SMOperation.

Returns:
submissionDate

setSubmissionDate

public void setSubmissionDate(Calendar submissionDate)
Sets the submissionDate value for this SMOperation.

Parameters:
submissionDate -

getCompletedDate

public Calendar getCompletedDate()
Gets the completedDate value for this SMOperation.

Returns:
completedDate

setCompletedDate

public void setCompletedDate(Calendar completedDate)
Sets the completedDate value for this SMOperation.

Parameters:
completedDate -

getOperationStatus

public int getOperationStatus()
Gets the operationStatus value for this SMOperation.

Returns:
operationStatus

setOperationStatus

public void setOperationStatus(int operationStatus)
Sets the operationStatus value for this SMOperation.

Parameters:
operationStatus -

getDescription

public String getDescription()
Gets the description value for this SMOperation.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this SMOperation.

Parameters:
description -

getAbstractResource

public SMAbstractResource getAbstractResource()
Gets the abstractResource value for this SMOperation.

Returns:
abstractResource

setAbstractResource

public void setAbstractResource(SMAbstractResource abstractResource)
Sets the abstractResource value for this SMOperation.

Parameters:
abstractResource -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

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.