com.collation.platform.model.discovery.scope
Interface ScopeElement
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
- All Known Subinterfaces:
- IpAddressScope, IpNetworkScope, IpRangeScope
public interface ScopeElement
- extends LogicalElement
- Naming Rules:
- 0="keyGuid,name"
- Persistable:
- true
- Table Name:
- SCPEELMT
- 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 |
getKeyGuid
Guid getKeyGuid()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setKeyGuid
void setKeyGuid(Guid keyId)
hasKeyGuid
boolean hasKeyGuid()
getName
java.lang.String getName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setName
void setName(java.lang.String name)
hasName
boolean hasName()
getExcludes
ScopeElement[] getExcludes()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Table Name:
- SCOPEELEMENT_EXCLUDES
setExcludes
void setExcludes(ScopeElement[] excludes)
hasExcludes
boolean hasExcludes()