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

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

public class CurationHistoryItem
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CurationHistoryItem()
           
CurationHistoryItem(String author, Calendar date, CurationHistoryOps[] opsList, boolean parentAlive, String parentId, String parentName)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAuthor()
          Gets the author value for this CurationHistoryItem.
 Calendar getDate()
          Gets the date value for this CurationHistoryItem.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 CurationHistoryOps[] getOpsList()
          Gets the opsList value for this CurationHistoryItem.
 CurationHistoryOps getOpsList(int i)
           
 String getParentId()
          Gets the parentId value for this CurationHistoryItem.
 String getParentName()
          Gets the parentName value for this CurationHistoryItem.
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 isParentAlive()
          Gets the parentAlive value for this CurationHistoryItem.
 void setAuthor(String author)
          Sets the author value for this CurationHistoryItem.
 void setDate(Calendar date)
          Sets the date value for this CurationHistoryItem.
 void setOpsList(CurationHistoryOps[] opsList)
          Sets the opsList value for this CurationHistoryItem.
 void setOpsList(int i, CurationHistoryOps _value)
           
 void setParentAlive(boolean parentAlive)
          Sets the parentAlive value for this CurationHistoryItem.
 void setParentId(String parentId)
          Sets the parentId value for this CurationHistoryItem.
 void setParentName(String parentName)
          Sets the parentName value for this CurationHistoryItem.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurationHistoryItem

public CurationHistoryItem()

CurationHistoryItem

public CurationHistoryItem(String author,
                           Calendar date,
                           CurationHistoryOps[] opsList,
                           boolean parentAlive,
                           String parentId,
                           String parentName)
Method Detail

getDate

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

Returns:
date

setDate

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

Parameters:
date -

getParentId

public String getParentId()
Gets the parentId value for this CurationHistoryItem.

Returns:
parentId

setParentId

public void setParentId(String parentId)
Sets the parentId value for this CurationHistoryItem.

Parameters:
parentId -

getParentName

public String getParentName()
Gets the parentName value for this CurationHistoryItem.

Returns:
parentName

setParentName

public void setParentName(String parentName)
Sets the parentName value for this CurationHistoryItem.

Parameters:
parentName -

getAuthor

public String getAuthor()
Gets the author value for this CurationHistoryItem.

Returns:
author

setAuthor

public void setAuthor(String author)
Sets the author value for this CurationHistoryItem.

Parameters:
author -

isParentAlive

public boolean isParentAlive()
Gets the parentAlive value for this CurationHistoryItem.

Returns:
parentAlive

setParentAlive

public void setParentAlive(boolean parentAlive)
Sets the parentAlive value for this CurationHistoryItem.

Parameters:
parentAlive -

getOpsList

public CurationHistoryOps[] getOpsList()
Gets the opsList value for this CurationHistoryItem.

Returns:
opsList

setOpsList

public void setOpsList(CurationHistoryOps[] opsList)
Sets the opsList value for this CurationHistoryItem.

Parameters:
opsList -

getOpsList

public CurationHistoryOps getOpsList(int i)

setOpsList

public void setOpsList(int i,
                       CurationHistoryOps _value)

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.