com.retek.rsm.app.security.service
Class NamedPermissionVo
java.lang.Object
com.retek.platform.vo.AbstractVO
com.retek.platform.vo.IdentifiableReferenceVO
com.retek.rsm.app.security.service.NamedPermissionVo
- All Implemented Interfaces:
- java.io.Serializable, com.retek.platform.vo.VO
- public class NamedPermissionVo
- extends com.retek.platform.vo.IdentifiableReferenceVO
- See Also:
- Serialized Form
Constructor Summary |
NamedPermissionVo(com.retek.platform.bo.IdentifiableReference reference)
|
Methods inherited from class com.retek.platform.vo.IdentifiableReferenceVO |
getIdentifiableReference |
Methods inherited from class com.retek.platform.vo.AbstractVO |
addReadOnlyProperty, checkForModification, getReadOnly, getReadOnlyProperties, isModified, isReadOnly, isReadOnlyProperty, isRequiredProperty, setModified, setReadOnly, setReadOnlyProperties, validate, validateProperty, validateProperty |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NamedPermissionVo
public NamedPermissionVo(com.retek.platform.bo.IdentifiableReference reference)
getApplication
public com.retek.platform.app.security.service.Application getApplication()
getName
public java.lang.String getName()
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()
setApplication
public void setApplication(com.retek.platform.app.security.service.Application application)
setName
public void setName(java.lang.String name)
setDescription
public void setDescription(java.lang.String description)
setView
public void setView(boolean view)
setEdit
public void setEdit(boolean edit)
setApprove
public void setApprove(boolean approve)
setSubmit
public void setSubmit(boolean submit)
setEmergency
public void setEmergency(boolean emergency)
isAccess
public boolean isAccess()
setAccess
public void setAccess(boolean isAccess)
equals
public boolean equals(java.lang.Object object)
toString
public java.lang.String toString()