public class AuditLogJson extends Object
| Constructor and Description |
|---|
AuditLogJson(AuditLog auditLog) |
AuditLogJson(String changeType,
org.joda.time.DateTime changeDate,
String changedBy,
String reasonCode,
String comments,
String userToken) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.joda.time.DateTime |
getChangeDate() |
String |
getChangedBy() |
String |
getChangeType() |
String |
getComments() |
String |
getReasonCode() |
String |
getUserToken() |
int |
hashCode() |
String |
toString() |
public AuditLogJson(String changeType, org.joda.time.DateTime changeDate, String changedBy, String reasonCode, String comments, String userToken)
public AuditLogJson(AuditLog auditLog)
Copyright © 2010-2015. All Rights Reserved.