public class ChangeLogRecord extends Object implements Serializable
| Constructor and Description |
|---|
ChangeLogRecord() |
ChangeLogRecord(String action,
Calendar changeDate,
String comments,
String context,
long groupId,
long id,
String newValue,
long objectId,
String objectType,
String oldValue,
long userId,
String username) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAction()
Gets the action value for this ChangeLogRecord.
|
Calendar |
getChangeDate()
Gets the changeDate value for this ChangeLogRecord.
|
String |
getComments()
Gets the comments value for this ChangeLogRecord.
|
String |
getContext()
Gets the context value for this ChangeLogRecord.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long |
getGroupId()
Gets the groupId value for this ChangeLogRecord.
|
long |
getId()
Gets the id value for this ChangeLogRecord.
|
String |
getNewValue()
Gets the newValue value for this ChangeLogRecord.
|
long |
getObjectId()
Gets the objectId value for this ChangeLogRecord.
|
String |
getObjectType()
Gets the objectType value for this ChangeLogRecord.
|
String |
getOldValue()
Gets the oldValue value for this ChangeLogRecord.
|
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
|
long |
getUserId()
Gets the userId value for this ChangeLogRecord.
|
String |
getUsername()
Gets the username value for this ChangeLogRecord.
|
int |
hashCode() |
void |
setAction(String action)
Sets the action value for this ChangeLogRecord.
|
void |
setChangeDate(Calendar changeDate)
Sets the changeDate value for this ChangeLogRecord.
|
void |
setComments(String comments)
Sets the comments value for this ChangeLogRecord.
|
void |
setContext(String context)
Sets the context value for this ChangeLogRecord.
|
void |
setGroupId(long groupId)
Sets the groupId value for this ChangeLogRecord.
|
void |
setId(long id)
Sets the id value for this ChangeLogRecord.
|
void |
setNewValue(String newValue)
Sets the newValue value for this ChangeLogRecord.
|
void |
setObjectId(long objectId)
Sets the objectId value for this ChangeLogRecord.
|
void |
setObjectType(String objectType)
Sets the objectType value for this ChangeLogRecord.
|
void |
setOldValue(String oldValue)
Sets the oldValue value for this ChangeLogRecord.
|
void |
setUserId(long userId)
Sets the userId value for this ChangeLogRecord.
|
void |
setUsername(String username)
Sets the username value for this ChangeLogRecord.
|
public String getAction()
public void setAction(String action)
action - public Calendar getChangeDate()
public void setChangeDate(Calendar changeDate)
changeDate - public String getComments()
public void setComments(String comments)
comments - public String getContext()
public void setContext(String context)
context - public long getGroupId()
public void setGroupId(long groupId)
groupId - public long getId()
public void setId(long id)
id - public String getNewValue()
public void setNewValue(String newValue)
newValue - public long getObjectId()
public void setObjectId(long objectId)
objectId - public String getObjectType()
public void setObjectType(String objectType)
objectType - public String getOldValue()
public void setOldValue(String oldValue)
oldValue - public long getUserId()
public void setUserId(long userId)
userId - public String getUsername()
public void setUsername(String username)
username - 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.