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

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

public class CsvHistory
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

CsvHistory

public CsvHistory()

CsvHistory

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

getDate

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

Returns:
date

setDate

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

Parameters:
date -

getParentId

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

Returns:
parentId

setParentId

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

Parameters:
parentId -

getParentName

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

Returns:
parentName

setParentName

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

Parameters:
parentName -

getAuthor

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

Returns:
author

setAuthor

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

Parameters:
author -

getOpsList

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

Returns:
opsList

setOpsList

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

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.