public class DeletedRecord extends Object implements Serializable
Constructor and Description |
---|
DeletedRecord() |
DeletedRecord(Calendar deletedDate,
String id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Calendar |
getDeletedDate()
Gets the deletedDate value for this DeletedRecord.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getId()
Gets the id value for this DeletedRecord.
|
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 |
setDeletedDate(Calendar deletedDate)
Sets the deletedDate value for this DeletedRecord.
|
void |
setId(String id)
Sets the id value for this DeletedRecord.
|
public Calendar getDeletedDate()
public void setDeletedDate(Calendar deletedDate)
deletedDate
- public String getId()
public void setId(String id)
id
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.