com.bmc.cmdb.api
Class CMDBItemBase

java.lang.Object
  extended by com.bmc.cmdb.api.CMDBItemBase
Direct Known Subclasses:
CMDBInstanceDataItem, CMDBMetadataItem

public abstract class CMDBItemBase
extends java.lang.Object

The CMDBItemBase class defines the import/export item specification.


Method Summary
 CMDBClassNameKey getClassNameId()
          Gets the class name key of the CMDBItemBase object.
 int getOption()
          Gets the option value of the CMDBItemBase object.
 void setClassNameId(CMDBClassNameKey classNameId)
          Sets the class name key of the CMDBItemBase object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getClassNameId

public CMDBClassNameKey getClassNameId()
Gets the class name key of the CMDBItemBase object.

Returns:
ClassNameKey of the CMDBItemBase object

setClassNameId

public void setClassNameId(CMDBClassNameKey classNameId)
Sets the class name key of the CMDBItemBase object.


getOption

public int getOption()
Gets the option value of the CMDBItemBase object.

Returns:
option integer value


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