|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bmc.cmdb.api.CMDBUIComponentResult
public class CMDBUIComponentResult
The CMDBUIComponentResult
class allows you to work with an object
that contains the user interface components associated with a class.
After you create the object, you can run queries against it and
perform comparisons against it, based on the qualifications you specify.
Constructor Summary | |
---|---|
CMDBUIComponentResult()
Creates an empty CMDBUIComponentResult object. |
|
CMDBUIComponentResult(java.lang.String aInstanceId,
CMDBUIComponentInfo aCompInfo,
java.lang.String aDataString,
AttachmentValue aAttachVal)
Creates a CMDBUIComponentResult object for the specified instance using the component information, data string, and attachment. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
Compares this object with the given CMDBUIComponentResult object. |
AttachmentValue |
getAttachVal()
Gets the attachment for the CMDBUIComponentResult object. |
CMDBUIComponentInfo |
getCompInfo()
Gets the UI component information for the CMDBUIComponentResult object. |
java.lang.String |
getDataString()
Gets the data string value for the CMDBUIComponentResult object. |
java.lang.String |
getInstanceId()
Gets the instance ID of the CMDBUIComponentResult object. |
boolean |
runQualificationForInstance(ARServerUser context,
CMDBInstanceBase instanceBase)
Validates the qualification for the CMDBUIComponentINfo object for the specified instance. |
void |
setAttachVal(AttachmentValue aAttachVal)
Sets the attachment for the CMDBUIComponentResult object. |
void |
setCompInfo(CMDBUIComponentInfo aCompInfo)
Sets the UI component information for the CMDBUIComponentResult object. |
void |
setDataString(java.lang.String aDataString)
Sets the data string for the CMDBUIComponentResult object. |
void |
setInstanceId(java.lang.String aInstanceId)
Sets the instance ID for the CMDBUIComponentResult object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CMDBUIComponentResult()
public CMDBUIComponentResult(java.lang.String aInstanceId, CMDBUIComponentInfo aCompInfo, java.lang.String aDataString, AttachmentValue aAttachVal)
aInstanceId
- instance ID of the CMDBUIComponentResult objectaCompInfo
- information about the UI componentaDataString
- data string for the UI componentaAttachVal
- attachment for the UI componentMethod Detail |
---|
public java.lang.String getInstanceId()
public CMDBUIComponentInfo getCompInfo()
public java.lang.String getDataString()
public AttachmentValue getAttachVal()
public void setInstanceId(java.lang.String aInstanceId)
aInstanceId
- instance ID for the CMDBUIComponentResult objectpublic void setCompInfo(CMDBUIComponentInfo aCompInfo)
aCompInfo
- UI component information for the CMDBUIComponentResult objectpublic void setDataString(java.lang.String aDataString)
aDataString
- data string for the CMDBUIComponentResult objectpublic void setAttachVal(AttachmentValue aAttachVal)
aAttachVal
- attachment for the CMDBUIComponentResult objectpublic boolean runQualificationForInstance(ARServerUser context, CMDBInstanceBase instanceBase)
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
Comparable.compareTo(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |