com.bmc.cmdb.api
Class CMDBAuditValueList

java.lang.Object
  extended by com.bmc.cmdb.api.CMDBAuditValueList

public class CMDBAuditValueList
extends java.lang.Object

The CMDBAuditValueList class defines the audit information for the list of attributes for the given CMDBClass.


Field Summary
static int CMDB_AUDIT_OPERATION_CREATE
          CREATE; Executes the filter on create operations for Audit Copy.
static int CMDB_AUDIT_OPERATION_DELETE
          DELETE; Executes the filter on delete operations for Audit Copy.
static int CMDB_AUDIT_OPERATION_MERGE
          MERGE; Executes the filter on merge operations for Audit Copy.
static int CMDB_AUDIT_OPERATION_NONE
          NONE; When no filter operations for Audit Copy are required.
static int CMDB_AUDIT_OPERATION_SET
          SET; Executes the set filter on set operations for Audit Copy.
 
Constructor Summary
CMDBAuditValueList()
          Default Constructor that creates an empty CMDBAuditValueList object.
CMDBAuditValueList(int aOperation, java.lang.String aChangedBy, Timestamp aAuditDate, java.lang.String[] aAttrNameChange, CMDBAttributeValue[] aAttributeList)
          Initializes the values for the given CMDBAuditValueList object.
 
Method Summary
 CMDBAttributeValue[] getAttributeList()
          Returns attributeList variable for the given CMDBAuditValueList.
 java.lang.String[] getAttrNameChange()
          Returns list attribute Name Change for the given CMDBAuditValueList.
 Timestamp getAuditDate()
          Returns auditDate variable for the given CMDBAuditValueList.
 java.lang.String 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(java.lang.String 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 are required.

See Also:
Constant Field Values

CMDB_AUDIT_OPERATION_SET

public static final int CMDB_AUDIT_OPERATION_SET
SET; Executes 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; Executes 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; Executes 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; Executes the filter on merge operations for Audit Copy.

See Also:
Constant Field Values
Constructor Detail

CMDBAuditValueList

public CMDBAuditValueList()
Default Constructor that creates an empty CMDBAuditValueList object.


CMDBAuditValueList

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

Parameters:
aOperation - type of operation
aChangedBy - changed by value
aAuditDate - Audit Date Time stamp
aAttrNameChange - name change value
aAttributeList - list of attributes
Method Detail

getOperation

public int getOperation()
Returns operation variable for the given CMDBAuditValueList.

Returns:
operation for the given CMDBAuditValueList object

getChangedBy

public java.lang.String getChangedBy()
returns changedBy variable for the given CMDBAuditValueList.

Returns:
changedBy variable for the given CMDBAuditValueList object

getAuditDate

public Timestamp getAuditDate()
Returns auditDate variable for the given CMDBAuditValueList.

Returns:
auditDate for the given CMDBAuditValueList object

getAttrNameChange

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

Returns:
attrNameChange for the given CMDBAuditValueList object

getAttributeList

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

Returns:
attributeList for the given CMDBAuditValueList object

setOperation

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

Parameters:
aOperation - for the given CMDBAuditValueList object

setChangedBy

public void setChangedBy(java.lang.String aChangedBy)
Sets changedBy for given CMDBAuditValueList object.

Parameters:
aChangedBy - for the given CMDBAuditValueList object

setAuditDate

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

Parameters:
aAuditDate - for the given CMDBAuditValueList object

setAttrNameChange

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

Parameters:
aAttrNameChange - for the given CMDBAuditValueList object

setAttributeList

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

Parameters:
aAttributeList - for the given CMDBAuditValueList object


(c) Copyright 2004-2007 BMC Software, Inc.