com.remedy.cmdb.api
Class CMDBAuditValueList

java.lang.Object
  extended bycom.remedy.cmdb.api.CMDBAuditValueList

public class CMDBAuditValueList
extends java.lang.Object


Field Summary
static int CMDB_AUDIT_OPERATION_CREATE
          CREATE; Execute the filter on create operations for Audit Copy
static int CMDB_AUDIT_OPERATION_DELETE
          DELETE; Execute the filter on delete operations for Audit Copy
static int CMDB_AUDIT_OPERATION_MERGE
          MERGE; Execute the filter on merge operations for Audit Copy
static int CMDB_AUDIT_OPERATION_NONE
          NONE; when no filter operations for Audit Copy is required
static int CMDB_AUDIT_OPERATION_SET
          SET; Execute the set filter on set operations for Audit Copy
 
Constructor Summary
CMDBAuditValueList()
          Default Constructor
CMDBAuditValueList(int aOperation, AccessNameID aChangedBy, Timestamp aAuditDate, java.lang.String[] aAttrNameChange, CMDBAttributeValue[] aAttributeList)
          Initializes the values for CMDBAuditValueList object
 
Method Summary
 CMDBAttributeValue[] getAttributeList()
          returns attributeList variable for the given CMDBAuditValueList
 java.lang.String[] getAttrNameChange()
          returns list attribute Name Changed for the given CMDBAuditValueList
 Timestamp getAuditDate()
          returns auditDate variable for the given CMDBAuditValueList
 AccessNameID getChangedBy()
          returns changedBy variable for the given CMDBAuditValueList
 int getOperation()
          returns operation variable for the given CMDBAuditValueList
 void setAttributeList(CMDBAttributeValue[] aAttributeList)
          Sets attributeList for given CMDBAuditValueList object
 void setAttrNameChange(java.lang.String[] aAttrNameChange)
          Sets attrNameChange for given CMDBAuditValueList object
 void setAuditDate(Timestamp aAuditDate)
          Sets auditDate for given CMDBAuditValueList object
 void setChangedBy(AccessNameID aChangedBy)
          Sets changedBy for given CMDBAuditValueList object
 void setOperation(int aOperation)
          Sets operation for given CMDBAuditValueList object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CMDB_AUDIT_OPERATION_NONE

public static final int CMDB_AUDIT_OPERATION_NONE
NONE; when no filter operations for Audit Copy is required

See Also:
Constant Field Values

CMDB_AUDIT_OPERATION_SET

public static final int CMDB_AUDIT_OPERATION_SET
SET; Execute the set filter on set operations for Audit Copy

See Also:
Constant Field Values

CMDB_AUDIT_OPERATION_CREATE

public static final int CMDB_AUDIT_OPERATION_CREATE
CREATE; Execute the filter on create operations for Audit Copy

See Also:
Constant Field Values

CMDB_AUDIT_OPERATION_DELETE

public static final int CMDB_AUDIT_OPERATION_DELETE
DELETE; Execute the filter on delete operations for Audit Copy

See Also:
Constant Field Values

CMDB_AUDIT_OPERATION_MERGE

public static final int CMDB_AUDIT_OPERATION_MERGE
MERGE; Execute the filter on merge operations for Audit Copy

See Also:
Constant Field Values
Constructor Detail

CMDBAuditValueList

public CMDBAuditValueList()
Default Constructor


CMDBAuditValueList

public CMDBAuditValueList(int aOperation,
                          AccessNameID aChangedBy,
                          Timestamp aAuditDate,
                          java.lang.String[] aAttrNameChange,
                          CMDBAttributeValue[] aAttributeList)
Initializes the values for CMDBAuditValueList object

Parameters:
aOperation - is the type of operation
aChangedBy - is the changed by
aAuditDate - is the Audit Date Time stamp
aAttributeList - is the list of attribute
Method Detail

getOperation

public int getOperation()
returns operation variable for the given CMDBAuditValueList

Returns:
operation of CMDBAuditValueList object

getChangedBy

public AccessNameID getChangedBy()
returns changedBy variable for the given CMDBAuditValueList

Returns:
changedBy of CMDBAuditValueList object

getAuditDate

public Timestamp getAuditDate()
returns auditDate variable for the given CMDBAuditValueList

Returns:
auditDate of CMDBAuditValueList object

getAttrNameChange

public java.lang.String[] getAttrNameChange()
returns list attribute Name Changed for the given CMDBAuditValueList

Returns:
attrNameChange of CMDBAuditValueList object

getAttributeList

public CMDBAttributeValue[] getAttributeList()
returns attributeList variable for the given CMDBAuditValueList

Returns:
attributeList of CMDBAuditValueList object

setOperation

public void setOperation(int aOperation)
Sets operation for given CMDBAuditValueList object

Parameters:
aOperation -

setChangedBy

public void setChangedBy(AccessNameID aChangedBy)
Sets changedBy for given CMDBAuditValueList object

Parameters:
aChangedBy -

setAuditDate

public void setAuditDate(Timestamp aAuditDate)
Sets auditDate for given CMDBAuditValueList object

Parameters:
aAuditDate -

setAttrNameChange

public void setAttrNameChange(java.lang.String[] aAttrNameChange)
Sets attrNameChange for given CMDBAuditValueList object

Parameters:
aAttrNameChange -

setAttributeList

public void setAttributeList(CMDBAttributeValue[] aAttributeList)
Sets attributeList for given CMDBAuditValueList object

Parameters:
aAttributeList -