|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bmc.cmdb.api.CMDBVersionInfo
public class CMDBVersionInfo
The CMDBVersionInfo
class allows you to work with an object that stores
the version information for the BMC Atrium CMDB components.
After you create the object, you can perform queries against it.
Method Summary | |
---|---|
java.lang.String |
getApplicationID()
Gets the application ID for the BMC Atrium CMDB component. |
java.lang.String |
getApplicationName()
Gets the application name for the BMC Atrium CMDB component. |
boolean |
getIsExist()
Gets the Boolean value that indicates whether the component exists. |
int |
getmaintenanceVer()
Gets the application maintenance version for the BMC Atrium CMDB component. |
int |
getmajorVer()
Gets the application major version for the BMC Atrium CMDB component. |
int |
getminorVer()
Gets the application minor version for the BMC Atrium CMDB component. |
int |
getpatchNum()
Gets the application patch number for the BMC Atrium CMDB component. |
void |
setApplicationId(java.lang.String aapplicationId)
Sets the job ApplicationID for the BMC Atrium CMDB component. |
void |
setApplicationName(java.lang.String aapplicationName)
Sets the job application name for the BMC Atrium CMDB component. |
void |
setIsExist(boolean aisExist)
Sets the application ID for the BMC Atrium CMDB component if it exists. |
void |
setmaintenanceVer(int amaintenanceVer)
Sets the maintenance version for the BMC Atrium CMDB component. |
void |
setmajorVer(int amajorVer)
Sets the major version for the BMC Atrium CMDB component. |
void |
setminorVer(int aminorVer)
Sets the minor version for the BMC Atrium CMDB component. |
void |
setpatchNum(int apatchNum)
Sets the patch number for the BMC Atrium CMDB component. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getApplicationID()
public java.lang.String getApplicationName()
public int getmajorVer()
public int getminorVer()
public int getmaintenanceVer()
public int getpatchNum()
public boolean getIsExist()
public void setApplicationId(java.lang.String aapplicationId)
aapplicationId
- the application ID for the BMC Atrium CMDB component
java.lang.IllegalArgumentException
- if aClassName
is empty or the length is longer than
Constants.AR_MAX_NAME_SIZE
public void setApplicationName(java.lang.String aapplicationName)
aapplicationName
- the application name for the BMC Atrium CMDB component
java.lang.IllegalArgumentException
- if aClassName
is empty or the length is longer than
Constants.AR_MAX_NAME_SIZE
public void setmajorVer(int amajorVer)
amajorVer
- the major version (preceding the dot) of the BMC Atrium CMDB
component. For example, in version 2.1, the value 2 is the major version.public void setminorVer(int aminorVer)
aminorVer
- the minor version (succeeding the dot) of the
BMC Atrium CMDB component. For example, in version 2.1,
the value 1 is the minor version.public void setmaintenanceVer(int amaintenanceVer)
amaintenanceVer
- maintenance version for the BMC Atrium CMDB componentpublic void setpatchNum(int apatchNum)
apatchNum
- patch number for the BMC Atrium CMDB componentpublic void setIsExist(boolean aisExist)
aisExist
- Boolean value that indicates whether the object exists
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |