com.retek.rsm.domain.security.bo
Interface NamedPermission
- All Superinterfaces:
- com.retek.platform.bo.BusinessObject, com.retek.platform.bo.Identifiable
- All Known Implementing Classes:
- NamedPermissionImpl
- public interface NamedPermission
- extends com.retek.platform.bo.BusinessObject
Methods inherited from interface com.retek.platform.bo.BusinessObject |
checkInvariants, getBusinessInterface, getVersion, validate, validateProperty, validateProperty |
Methods inherited from interface com.retek.platform.bo.Identifiable |
getObjectId, toReference |
getName
public java.lang.String getName()
getApplication
public com.retek.platform.app.security.service.Application getApplication()
getDescription
public java.lang.String getDescription()
isView
public boolean isView()
isEdit
public boolean isEdit()
isApprove
public boolean isApprove()
isSubmit
public boolean isSubmit()
isEmergency
public boolean isEmergency()