public class TimeseriesHistoryItem extends Object implements Serializable
| Constructor and Description |
|---|
TimeseriesHistoryItem() |
TimeseriesHistoryItem(String author,
Calendar date,
TsHistoryOps[] opsList,
boolean parentAlive,
String parentId,
String parentName,
ParentType parentType) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public TimeseriesHistoryItem()
public TimeseriesHistoryItem(String author, Calendar date, TsHistoryOps[] opsList, boolean parentAlive, String parentId, String parentName, ParentType parentType)
public Calendar getDate()
public void setDate(Calendar date)
date - public ParentType getParentType()
public void setParentType(ParentType parentType)
parentType - public String getParentId()
public void setParentId(String parentId)
parentId - public String getParentName()
public void setParentName(String parentName)
parentName - public String getAuthor()
public void setAuthor(String author)
author - public TsHistoryOps[] getOpsList()
public void setOpsList(TsHistoryOps[] opsList)
opsList - public TsHistoryOps getOpsList(int i)
public void setOpsList(int i,
TsHistoryOps _value)
public boolean isParentAlive()
public void setParentAlive(boolean parentAlive)
parentAlive - 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.