public class CsvHistory extends Object implements Serializable
| Constructor and Description |
|---|
CsvHistory() |
CsvHistory(String author,
Calendar date,
CurationHistoryOps[] opsList,
String parentId,
String parentName) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public CsvHistory()
public CsvHistory(String author, Calendar date, CurationHistoryOps[] opsList, String parentId, String parentName)
public Calendar getDate()
public void setDate(Calendar date)
date - 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 CurationHistoryOps[] getOpsList()
public void setOpsList(CurationHistoryOps[] opsList)
opsList - public CurationHistoryOps getOpsList(int i)
public void setOpsList(int i,
CurationHistoryOps _value)
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.