com.collation.platform.model.discovery.profile
Interface ScopeRestriction

All Superinterfaces:
ModelObject, java.io.Serializable

public interface ScopeRestriction
extends ModelObject

Naming Rules:
0="scope,keyGuid"
Persistable:
true
Table Name:
SCPEREST

Method Summary
 Guid getKeyGuid()
           
 Scope getScope()
           
 boolean hasKeyGuid()
           
 boolean hasScope()
           
 void setKeyGuid(Guid keyId)
           
 void setScope(Scope scope)
           
 
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

getScope

Scope getScope()
               throws AttributeNotSetException
Throws:
AttributeNotSetException

setScope

void setScope(Scope scope)

hasScope

boolean hasScope()

getKeyGuid

Guid getKeyGuid()
                throws AttributeNotSetException
Throws:
AttributeNotSetException

setKeyGuid

void setKeyGuid(Guid keyId)

hasKeyGuid

boolean hasKeyGuid()