|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.cmdb.api.CMDBItemTypeAttribute
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 |
public CMDBItemTypeAttribute()
public CMDBItemTypeAttribute(CMDBClassNameKey aClassNameId, java.lang.String[] aAttributeNames)
aClassNameId
- is the Class KeyaAttributeNames
- is the List of attribute namesMethod Detail |
public void setClassNameId(CMDBClassNameKey aClassNameId)
aClassNameId
- is the Class Keypublic void setAttributeNames(java.lang.String[] aAttributeNames)
aAttributeNames
- is the list of attribute namespublic CMDBClassNameKey getClassNameId()
public java.lang.String[] getAttributeNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |