Skip navigation links


oracle.iam.configservice.vo
Class ConfigAudit

java.lang.Object
  extended by oracle.iam.configservice.vo.ConfigAudit

All Implemented Interfaces:
java.io.Serializable

public class ConfigAudit
extends java.lang.Object
implements java.io.Serializable

The ConfigAudit is a value object representing the audit information of attribute configuration details

See Also:
Serialized Form

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 getEntityType()
          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 setEntityType(java.lang.String e)
          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

ConfigAudit

public ConfigAudit()

Method Detail

setCfgKey

public void setCfgKey(java.lang.Long cfgKey)
Sets the key representing the configuration audit information
Parameters:
cfgKey - the key

getcfgKey

public java.lang.Long getcfgKey()
Gets the key representing the configuration audit information
Returns:
the key

setEntityType

public void setEntityType(java.lang.String e)
Sets the configuration file updated for the configuration operations
Parameters:
cfgXml - the configuration file

getEntityType

public java.lang.String getEntityType()
Gets the configuration file updated for the configuration operations
Returns:
the configuration file

setCfgXml

public void setCfgXml(java.lang.String cfgXml)
Sets the configuration file updated for the configuration operations
Parameters:
cfgXml - the configuration file

getCfgXml

public java.lang.String getCfgXml()
Gets the configuration file updated for the configuration operations
Returns:
the configuration file

setUpdatedBy

public void setUpdatedBy(java.lang.Long updatedBy)
Sets the user ID for the user who performed the configuration operation being audited
Parameters:
updatedBy - the user ID

getUpdatedBy

public java.lang.Long getUpdatedBy()
Gets the user ID for the user who performed the configuration operation being audited
Returns:
the user ID

setUpdatedOn

public void setUpdatedOn(java.util.Date updatedOn)
Sets the date of the audit for the configuration operation
Parameters:
updatedOn - the date

getUpdatedOn

public java.util.Date getUpdatedOn()
Gets the date of the audit for the configuration operation
Returns:
the date

setReason

public void setReason(java.lang.String reason)
Sets the reason for performing the configuration operation being audited
Parameters:
reason - the reason for the configuration operation

getReason

public java.lang.String getReason()
Gets the reason for performing the configuration operation being audited
Returns:
the reason for the configuration operation

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.