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

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

public interface DefaultAccessEntry
extends AccessEntry

Persistable:
true

Method Summary
 int getOrder()
           
 boolean hasOrder()
           
 void setOrder(int order)
           
 
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

getOrder

int getOrder()
             throws AttributeNotSetException
Throws:
AttributeNotSetException

setOrder

void setOrder(int order)

hasOrder

boolean hasOrder()