|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.cmdb.api.CMDBClassQual
public class CMDBClassQual
The CMDBClassQual class allows you to define the
BMC Atrium CMDB class qualifier information, used with CMDBUtil.CMDBREStartJobRun.
| Field Summary | |
|---|---|
static int |
CMDB_QUALIFIER_TYPE_NONE
Specifies that the qualifier type is none. |
static int |
CMDB_QUALIFIER_TYPE_OBJECT
Specifies that the qualifier type is object. |
static int |
CMDB_QUALIFIER_TYPE_STRING
Specifies that the qualifier type is string. |
| Constructor Summary | |
|---|---|
CMDBClassQual(java.lang.String aClassId,
int aQualType,
java.lang.String aQualStr,
QualifierInfo aQualifier)
Constructor that creates a CMDBClassQual object using the specified class ID, qualifier type, qualifier string, and qualifier information. |
|
| Method Summary | |
|---|---|
java.lang.String |
getClassId()
Gets the class ID. |
QualifierInfo |
getQualifier()
Gets the qualifier information. |
java.lang.String |
getQualStr()
Gets the qualifier string. |
int |
getQualType()
Gets the qualifier type. |
void |
setClassId(java.lang.String aClassId)
Sets the ID of the class. |
void |
setQualifier(QualifierInfo aQualifier)
Sets the query information that is stored in the qualifier object. |
void |
setQualStr(java.lang.String aQualStr)
Sets the qualifier string. |
void |
setQualType(int aQualType)
Sets the qualifier type. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CMDB_QUALIFIER_TYPE_NONE
public static final int CMDB_QUALIFIER_TYPE_STRING
public static final int CMDB_QUALIFIER_TYPE_OBJECT
| Constructor Detail |
|---|
public CMDBClassQual(java.lang.String aClassId,
int aQualType,
java.lang.String aQualStr,
QualifierInfo aQualifier)
aClassId - the class ID of the objectaQualType - the qualifier type of the objectaQualStr - the qualifier string of the objectaQualifier - the qualifier of the object| Method Detail |
|---|
public java.lang.String getClassId()
public int getQualType()
public java.lang.String getQualStr()
public QualifierInfo getQualifier()
public void setClassId(java.lang.String aClassId)
public void setQualType(int aQualType)
aQualType - the qualifier type of the objectpublic void setQualStr(java.lang.String aQualStr)
aQualStr - the qualifier string of the object
java.lang.NullPointerException - if If a null parameter is passedpublic void setQualifier(QualifierInfo aQualifier)
aQualStr - the qualifier of the object
java.lang.NullPointerException - if If a null parameter is passed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||