com.collation.platform.model.topology.process
Interface Permission
- All Superinterfaces:
- ManagedElement, ModelObject, java.io.Serializable
- All Known Subinterfaces:
- DataPermission, RuntimePermission
public interface Permission
- extends ManagedElement
- Naming Rules:
- 0="applicationName,permissionName"
- Persistable:
- true
- Table Name:
- PERMISSION
- Display Name:
- applicationName,permissionName
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 |
getApplicationName
java.lang.String getApplicationName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setApplicationName
void setApplicationName(java.lang.String name)
hasApplicationName
boolean hasApplicationName()
getPermissionName
java.lang.String getPermissionName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setPermissionName
void setPermissionName(java.lang.String name)
hasPermissionName
boolean hasPermissionName()
getPermissionType
int getPermissionType()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setPermissionType
void setPermissionType(int type)
hasPermissionType
boolean hasPermissionType()