com.retek.rsm.domain.security.bo.impl
Class NamedPermissionImpl

java.lang.Object
  extended bycom.retek.platform.bo.IdentifiableImpl
      extended bycom.retek.platform.bo.BusinessObjectImpl
          extended bycom.retek.rsm.domain.security.bo.impl.NamedPermissionImpl
All Implemented Interfaces:
com.retek.platform.bo.BusinessObject, com.retek.platform.bo.Identifiable, NamedPermission

public class NamedPermissionImpl
extends com.retek.platform.bo.BusinessObjectImpl
implements NamedPermission


Field Summary
 
Fields inherited from class com.retek.platform.bo.BusinessObjectImpl
version
 
Fields inherited from class com.retek.platform.bo.IdentifiableImpl
LOG
 
Method Summary
 com.retek.platform.app.security.service.Application getApplication()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 boolean isApprove()
           
 boolean isEdit()
           
 boolean isEmergency()
           
 boolean isSubmit()
           
 boolean isView()
           
 
Methods inherited from class com.retek.platform.bo.BusinessObjectImpl
checkInvariants, getBusinessInterface, getVersion, toReference, toString, validate, validateProperty, validateProperty
 
Methods inherited from class com.retek.platform.bo.IdentifiableImpl
equals, getObjectId, hashCode, setObjectId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Method Detail

getApplication

public com.retek.platform.app.security.service.Application getApplication()
Specified by:
getApplication in interface NamedPermission

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface NamedPermission

isEdit

public boolean isEdit()
Specified by:
isEdit in interface NamedPermission

isApprove

public boolean isApprove()
Specified by:
isApprove in interface NamedPermission

isSubmit

public boolean isSubmit()
Specified by:
isSubmit in interface NamedPermission

isEmergency

public boolean isEmergency()
Specified by:
isEmergency in interface NamedPermission

isView

public boolean isView()
Specified by:
isView in interface NamedPermission

getName

public java.lang.String getName()
Specified by:
getName in interface NamedPermission