public class AuditEntryDetail extends Object implements Serializable
Constructor and Description |
---|
AuditEntryDetail(String attributeName,
String attributeType,
String oldValue,
String newValue)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName()
Get the name of the attribute changed
|
String |
getAttributeType()
Get the type of the attribute changed
|
String |
getNewValue()
Get the new value
|
String |
getOldValue()
Get the old value
|
String |
toString()
Return a string representation of the object.
|
public AuditEntryDetail(String attributeName, String attributeType, String oldValue, String newValue)
attributeName
- The name of the attribute changedattributeType
- The type of the attribute changedoldValue
- The value prior to the changenewValue
- The new value because of the changepublic String getAttributeName()
public String getAttributeType()
public String getOldValue()
public String getNewValue()
public String toString()
toString
in class Object
Object.toString()
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA