com.collation.platform.model.discovery.profile
Interface Property
- All Superinterfaces:
- ModelObject, java.io.Serializable
public interface Property
- extends ModelObject
- Naming Rules:
- 0="parent,name,-scope"
1="parent,name,scope"
- Persistable:
- true
- Table Name:
- PROPERTY
- Display Name:
- name
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 |
getParent
DiscoveryProfile getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setParent
void setParent(DiscoveryProfile parent)
hasParent
boolean hasParent()
getName
java.lang.String getName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setName
void setName(java.lang.String name)
hasName
boolean hasName()
getValue
java.lang.String getValue()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setValue
void setValue(java.lang.String value)
hasValue
boolean hasValue()
getScope
Scope getScope()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setScope
void setScope(Scope scope)
hasScope
boolean hasScope()