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

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

public class TimeseriesHistoryItem
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

TimeseriesHistoryItem

public TimeseriesHistoryItem()

TimeseriesHistoryItem

public TimeseriesHistoryItem(String author,
                             Calendar date,
                             TsHistoryOps[] opsList,
                             boolean parentAlive,
                             String parentId,
                             String parentName,
                             ParentType parentType)
Method Detail

getDate

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

Returns:
date

setDate

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

Parameters:
date -

getParentType

public ParentType getParentType()
Gets the parentType value for this TimeseriesHistoryItem.

Returns:
parentType

setParentType

public void setParentType(ParentType parentType)
Sets the parentType value for this TimeseriesHistoryItem.

Parameters:
parentType -

getParentId

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

Returns:
parentId

setParentId

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

Parameters:
parentId -

getParentName

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

Returns:
parentName

setParentName

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

Parameters:
parentName -

getAuthor

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

Returns:
author

setAuthor

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

Parameters:
author -

getOpsList

public TsHistoryOps[] getOpsList()
Gets the opsList value for this TimeseriesHistoryItem.

Returns:
opsList

setOpsList

public void setOpsList(TsHistoryOps[] opsList)
Sets the opsList value for this TimeseriesHistoryItem.

Parameters:
opsList -

getOpsList

public TsHistoryOps getOpsList(int i)

setOpsList

public void setOpsList(int i,
                       TsHistoryOps _value)

isParentAlive

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

Returns:
parentAlive

setParentAlive

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

Parameters:
parentAlive -

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.