public class WSAccessBean
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
WSAccessBean()
The constructor for this access bean.
|
Modifier and Type | Method and Description |
---|---|
static long |
getSerialVersionUID() |
boolean |
isModifyDueDate()
This permits the user holding this bean to modify due dates.
|
boolean |
isModifyIssue()
This permits the current user to modify due dates of the item this bean is attached to.
|
boolean |
isModifyManagerAndResponsible()
This permits the current user to modify manager and responsible fields of the item this bean is attached to.
|
void |
setModifyDueDate(boolean modifyDueDate)
This permits the current user to modify due dates of the item this bean is attached to.
|
void |
setModifyIssue(boolean modifyIssue)
This permits the current user to modify the item this bean is attached to.
|
void |
setModifyManagerAndResponsible(boolean modifyManagerAndResponsible)
This permits the current user to modify manager and responsible fields of the item this bean is attached to.
|
public static long getSerialVersionUID()
public boolean isModifyDueDate()
public void setModifyDueDate(boolean modifyDueDate)
modifyDueDate
- the permission status to modify due dates.public boolean isModifyIssue()
public void setModifyIssue(boolean modifyIssue)
modifyIssue
- the permission status to modify the item this bean is attached to.public boolean isModifyManagerAndResponsible()
public void setModifyManagerAndResponsible(boolean modifyManagerAndResponsible)
modifyManagerAndResponsible
- the permission status to modify manager and responsible fields.