com.collation.platform.model.discovery.auth
Interface ProfileAccessEntry

All Superinterfaces:
AccessEntry, ModelObject, java.io.Serializable

public interface ProfileAccessEntry
extends AccessEntry

Persistable:
true

Method Summary
 DiscoveryProfile getParent()
           
 boolean hasParent()
           
 void setParent(DiscoveryProfile parent)
           
 
Methods inherited from interface com.collation.platform.model.discovery.auth.AccessEntry
getAuth, getName, getType, hasAuth, hasName, hasType, setAuth, setName, setType
 
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()