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

Method Summary
 java.lang.String getName()
           
 DiscoveryProfile getParent()
           
 Scope getScope()
           
 java.lang.String getValue()
           
 boolean hasName()
           
 boolean hasParent()
           
 boolean hasScope()
           
 boolean hasValue()
           
 void setName(java.lang.String name)
           
 void setParent(DiscoveryProfile parent)
           
 void setScope(Scope scope)
           
 void setValue(java.lang.String value)
           
 
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
 

Method Detail

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()