org.gcube.contentmanagement.timeseriesservice.stubs.types
Class CurationHistoryOps

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.stubs.types.CurationHistoryOps
All Implemented Interfaces:
Serializable

public class CurationHistoryOps
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CurationHistoryOps()
           
CurationHistoryOps(Calendar date, String descriptionHuman, String opType)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurationHistoryOps

public CurationHistoryOps()

CurationHistoryOps

public CurationHistoryOps(Calendar date,
                          String descriptionHuman,
                          String opType)
Method Detail

getDate

public Calendar getDate()
Gets the date value for this CurationHistoryOps.

Returns:
date

setDate

public void setDate(Calendar date)
Sets the date value for this CurationHistoryOps.

Parameters:
date -

getOpType

public String getOpType()
Gets the opType value for this CurationHistoryOps.

Returns:
opType

setOpType

public void setOpType(String opType)
Sets the opType value for this CurationHistoryOps.

Parameters:
opType -

getDescriptionHuman

public String getDescriptionHuman()
Gets the descriptionHuman value for this CurationHistoryOps.

Returns:
descriptionHuman

setDescriptionHuman

public void setDescriptionHuman(String descriptionHuman)
Sets the descriptionHuman value for this CurationHistoryOps.

Parameters:
descriptionHuman -

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.