com.remedy.cmdb.api
Class CMDBItemTypeAttribute

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

public class CMDBItemTypeAttribute
extends java.lang.Object

Author:
mmehta

Constructor Summary
CMDBItemTypeAttribute()
          Default Constructor
CMDBItemTypeAttribute(CMDBClassNameKey aClassNameId, java.lang.String[] aAttributeNames)
          Constructor setting the data members
 
Method Summary
 java.lang.String[] getAttributeNames()
          returns list of attribute names for the given CMDBItemTypeAttribute object
 CMDBClassNameKey getClassNameId()
          returns the classKey for the given CMDBItemTypeAttribute object
 void setAttributeNames(java.lang.String[] aAttributeNames)
          sets Attribute Name list for the given CMDBItemTypeAttribute object
 void setClassNameId(CMDBClassNameKey aClassNameId)
          sets ClassKey for the given CMDBItemTypeAttribute object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMDBItemTypeAttribute

public CMDBItemTypeAttribute()
Default Constructor


CMDBItemTypeAttribute

public CMDBItemTypeAttribute(CMDBClassNameKey aClassNameId,
                             java.lang.String[] aAttributeNames)
Constructor setting the data members

Parameters:
aClassNameId - is the Class Key
aAttributeNames - is the List of attribute names
Method Detail

setClassNameId

public void setClassNameId(CMDBClassNameKey aClassNameId)
sets ClassKey for the given CMDBItemTypeAttribute object

Parameters:
aClassNameId - is the Class Key

setAttributeNames

public void setAttributeNames(java.lang.String[] aAttributeNames)
sets Attribute Name list for the given CMDBItemTypeAttribute object

Parameters:
aAttributeNames - is the list of attribute names

getClassNameId

public CMDBClassNameKey getClassNameId()
returns the classKey for the given CMDBItemTypeAttribute object

Returns:
classKey

getAttributeNames

public java.lang.String[] getAttributeNames()
returns list of attribute names for the given CMDBItemTypeAttribute object

Returns:
attribute names