|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.security.audit.AuditEntryDetail
public class AuditEntryDetail
AuditEntryDetail contains the attributes that were changed, including the old and new values, for a particular audit entry.
Constructor Summary | |
---|---|
AuditEntryDetail(String attributeName,
String attributeType,
String oldValue,
String newValue)
Constructor |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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 changeMethod Detail |
---|
public String getAttributeName()
public String getAttributeType()
public String getOldValue()
public String getNewValue()
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |