|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.cmdb.api.CMDBXMLExportItem
Field Summary | |
static int |
CMDB_ITEM_TYPE_ATTRIBUTE
Export item which is to be exported is Attribute |
static int |
CMDB_ITEM_TYPE_CLASS
Export item which is to be exported is class |
Constructor Summary | |
CMDBXMLExportItem()
Default Constructor |
|
CMDBXMLExportItem(CMDBItemTypeAttribute aAttributeItem)
Constructor setting the data members |
|
CMDBXMLExportItem(CMDBItemTypeClass aClassItem)
Constructor setting the data members |
Method Summary | |
CMDBItemTypeAttribute |
getAttributeItem()
returns Attribute item for given CMDBXMLExportItem object |
CMDBItemTypeClass |
getClassItem()
returns Class item for given CMDBXMLExportItem object |
int |
getItemType()
returns Item type for given CMDBXMLExportItem object |
void |
setAttributeItem(CMDBItemTypeAttribute aAttributeItem)
set Attribute item for given CMDBXMLExportItem object |
void |
setClassItem(CMDBItemTypeClass aClassItem)
set class item for given CMDBXMLExportItem object |
void |
setItemType(int aItemType)
set Item type for given CMDBXMLExportItem object |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int CMDB_ITEM_TYPE_CLASS
public static final int CMDB_ITEM_TYPE_ATTRIBUTE
Constructor Detail |
public CMDBXMLExportItem()
public CMDBXMLExportItem(CMDBItemTypeClass aClassItem)
aClassItem
- class datapublic CMDBXMLExportItem(CMDBItemTypeAttribute aAttributeItem)
aAttributeItem
- attribute dataMethod Detail |
public void setItemType(int aItemType)
aItemType
- sets item typepublic void setClassItem(CMDBItemTypeClass aClassItem)
aClassItem
- sets class itempublic void setAttributeItem(CMDBItemTypeAttribute aAttributeItem)
aAttributeItem
- sets attribute itempublic int getItemType()
public CMDBItemTypeClass getClassItem()
public CMDBItemTypeAttribute getAttributeItem()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |