|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.configservice.vo.ConfigAudit
public class ConfigAudit
The ConfigAudit is a value object representing the audit information of attribute configuration details
| Constructor Summary | |
|---|---|
ConfigAudit() |
|
| Method Summary | |
|---|---|
java.lang.Long |
getcfgKey()Gets the key representing the configuration audit information |
java.lang.String |
getCfgXml()Gets the configuration file updated for the configuration operations |
java.lang.String |
getReason()Gets the reason for performing the configuration operation being audited |
java.lang.Long |
getUpdatedBy()Gets the user ID for the user who performed the configuration operation being audited |
java.util.Date |
getUpdatedOn()Gets the date of the audit for the configuration operation |
void |
setCfgKey(java.lang.Long cfgKey)Sets the key representing the configuration audit information |
void |
setCfgXml(java.lang.String cfgXml)Sets the configuration file updated for the configuration operations |
void |
setReason(java.lang.String reason)Sets the reason for performing the configuration operation being audited |
void |
setUpdatedBy(java.lang.Long updatedBy)Sets the user ID for the user who performed the configuration operation being audited |
void |
setUpdatedOn(java.util.Date updatedOn)Sets the date of the audit for the configuration operation |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigAudit()
| Method Detail |
|---|
public void setCfgKey(java.lang.Long cfgKey)
cfgKey - the keypublic java.lang.Long getcfgKey()
public void setCfgXml(java.lang.String cfgXml)
cfgXml - the configuration filepublic java.lang.String getCfgXml()
public void setUpdatedBy(java.lang.Long updatedBy)
updatedBy - the user IDpublic java.lang.Long getUpdatedBy()
public void setUpdatedOn(java.util.Date updatedOn)
updatedOn - the datepublic java.util.Date getUpdatedOn()
public void setReason(java.lang.String reason)
reason - the reason for the configuration operationpublic java.lang.String getReason()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||