|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.cmdb.api.CMDBClassNameKey
public class CMDBClassNameKey
The CMDBClassNameKey class defines a CMDBClass key, which contains
a class name and a namespace.
Once the CMDBClassNameKey is defined, it is used when creating a class in the BMC Atrium CMDB.
| Constructor Summary | |
|---|---|
CMDBClassNameKey()
Default constructor that intializes the className and ClassNamespace variables. |
|
CMDBClassNameKey(java.lang.String aClassName,
java.lang.String aClassNamespace)
Creates a CMDBClassNameKey with the provided name and namespace. |
|
| Method Summary | |
|---|---|
java.lang.String |
getClassName()
Gets the name of the BMC Atrium CMDB class. |
java.lang.String |
getClassNamespace()
Gets the namespace of the BMC Atrium CMDB class. |
void |
setClassName(java.lang.String aClassName)
Sets the name of the BMC Atrium CMDB class. |
void |
setClassNamespace(java.lang.String aClassNamespace)
Sets the namespace of the BMC Atrium CMDB class. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CMDBClassNameKey()
public CMDBClassNameKey(java.lang.String aClassName,
java.lang.String aClassNamespace)
aClassName - holds the name of the classaClassNameSpace - holds the namespace of the class| Method Detail |
|---|
public java.lang.String getClassName()
public java.lang.String getClassNamespace()
public void setClassName(java.lang.String aClassName)
aClassName - holds the name of the class
java.lang.IllegalArgumentException - if the class name is null or longer than the AR_MAX_NAME_SIZE valuepublic void setClassNamespace(java.lang.String aClassNamespace)
aClassNameSpace - holds the namespace of the class
java.lang.IllegalArgumentException - if the class namespace is null or longer than the AR_MAX_NAME_SIZE value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||