public abstract class SMOperation extends Object implements Serializable
| Constructor and Description |
|---|
SMOperation() |
SMOperation(SMAbstractResource abstractResource,
Calendar completedDate,
String description,
long operationId,
int operationStatus,
int operationType,
String portalLogin,
Calendar submissionDate) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public SMOperation()
public SMOperation(SMAbstractResource abstractResource, Calendar completedDate, String description, long operationId, int operationStatus, int operationType, String portalLogin, Calendar submissionDate)
public int getOperationType()
public void setOperationType(int operationType)
operationType - public long getOperationId()
public void setOperationId(long operationId)
operationId - public String getPortalLogin()
public void setPortalLogin(String portalLogin)
portalLogin - public Calendar getSubmissionDate()
public void setSubmissionDate(Calendar submissionDate)
submissionDate - public Calendar getCompletedDate()
public void setCompletedDate(Calendar completedDate)
completedDate - public int getOperationStatus()
public void setOperationStatus(int operationStatus)
operationStatus - public String getDescription()
public void setDescription(String description)
description - public SMAbstractResource getAbstractResource()
public void setAbstractResource(SMAbstractResource abstractResource)
abstractResource - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.