com.collation.platform.model.provision.runtime
Interface ParamValue
- All Superinterfaces:
- ModelObject, java.io.Serializable
public interface ParamValue
- extends ModelObject
- Naming Rules:
- 0="parent"
- Persistable:
- true
- Table Name:
- PARAMVAL
- Display Name:
- parent
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 |
setParent
void setParent(ParamMap s)
getParent
ParamMap getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasParent
boolean hasParent()
setName
void setName(java.lang.String s)
getName
java.lang.String getName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasName
boolean hasName()
setValue
void setValue(java.lang.String s)
getValue
java.lang.String getValue()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasValue
boolean hasValue()