public class CurationHistoryOps extends Object implements Serializable
| Constructor and Description |
|---|
CurationHistoryOps() |
CurationHistoryOps(Calendar date,
String descriptionHuman,
String opType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Calendar |
getDate()
Gets the date value for this CurationHistoryOps.
|
String |
getDescriptionHuman()
Gets the descriptionHuman value for this CurationHistoryOps.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getOpType()
Gets the opType value for this CurationHistoryOps.
|
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() |
void |
setDate(Calendar date)
Sets the date value for this CurationHistoryOps.
|
void |
setDescriptionHuman(String descriptionHuman)
Sets the descriptionHuman value for this CurationHistoryOps.
|
void |
setOpType(String opType)
Sets the opType value for this CurationHistoryOps.
|
public Calendar getDate()
public void setDate(Calendar date)
date - public String getOpType()
public void setOpType(String opType)
opType - public String getDescriptionHuman()
public void setDescriptionHuman(String descriptionHuman)
descriptionHuman - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.