|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Configuration
A configuration object
| Field Summary | |
|---|---|
static int |
OPER_ACCEPTED
Operational status: this configuration has been accepted by the Configurable object. |
static int |
OPER_NEW
Operational status: this configuration is new and hasn't been touched by the Configurable object yet. |
static int |
OPER_REJECTED
Operational status: this configuration has been rejected by the Configurable object. |
| Method Summary | |
|---|---|
boolean |
getEnabled()
Is this configuration enabled ? Allows you to create a Configuration without using it immediately. |
java.lang.String |
getFamilyName()
|
java.lang.String |
getMssGuid()
|
java.lang.String |
getName()
|
int |
getOperationalStatus()
Has the Configurable object accepted this configuration or not ? Indicates the operational status of the configuration with regards to the acceptance process of the configurable object. |
java.lang.String |
getRejectionReason()
If the Configurable object has rejected this configuration then this attribute contains a description of the rejection reason. |
boolean |
hasEnabled()
|
boolean |
hasFamilyName()
|
boolean |
hasMssGuid()
|
boolean |
hasName()
|
boolean |
hasOperationalStatus()
|
boolean |
hasRejectionReason()
|
void |
setEnabled(boolean enabled)
|
void |
setFamilyName(java.lang.String name)
|
void |
setMssGuid(java.lang.String mssGuid)
|
void |
setName(java.lang.String name)
|
void |
setOperationalStatus(int status)
|
void |
setRejectionReason(java.lang.String reason)
|
| Methods inherited from interface com.collation.platform.model.ModelObject |
|---|
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
| Field Detail |
|---|
static final int OPER_NEW
static final int OPER_ACCEPTED
static final int OPER_REJECTED
| Method Detail |
|---|
java.lang.String getName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setName(java.lang.String name)
boolean hasName()
java.lang.String getFamilyName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setFamilyName(java.lang.String name)
boolean hasFamilyName()
boolean getEnabled()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setEnabled(boolean enabled)
boolean hasEnabled()
int getOperationalStatus()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setOperationalStatus(int status)
boolean hasOperationalStatus()
java.lang.String getRejectionReason()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setRejectionReason(java.lang.String reason)
boolean hasRejectionReason()
java.lang.String getMssGuid()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setMssGuid(java.lang.String mssGuid)
boolean hasMssGuid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||