public class WorkbasketAccessItem extends Object
| Constructor and Description |
|---|
WorkbasketAccessItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessId() |
String |
getId() |
String |
getWorkbasketKey() |
boolean |
isPermAppend() |
boolean |
isPermCustom1() |
boolean |
isPermCustom2() |
boolean |
isPermCustom3() |
boolean |
isPermCustom4() |
boolean |
isPermCustom5() |
boolean |
isPermCustom6() |
boolean |
isPermCustom7() |
boolean |
isPermCustom8() |
boolean |
isPermDistribute() |
boolean |
isPermOpen() |
boolean |
isPermRead() |
boolean |
isPermTransfer() |
void |
setAccessId(String accessId) |
void |
setId(String id) |
void |
setPermAppend(boolean permAppend) |
void |
setPermCustom1(boolean permCustom1) |
void |
setPermCustom2(boolean permCustom2) |
void |
setPermCustom3(boolean permCustom3) |
void |
setPermCustom4(boolean permCustom4) |
void |
setPermCustom5(boolean permCustom5) |
void |
setPermCustom6(boolean permCustom6) |
void |
setPermCustom7(boolean permCustom7) |
void |
setPermCustom8(boolean permCustom8) |
void |
setPermDistribute(boolean permDistribute) |
void |
setPermOpen(boolean permOpen) |
void |
setPermRead(boolean permRead) |
void |
setPermTransfer(boolean permTransfer) |
void |
setWorkbasketKey(String workbasketKey) |
String |
toString() |
public String getId()
public void setId(String id)
public String getWorkbasketKey()
public void setWorkbasketKey(String workbasketKey)
public String getAccessId()
public void setAccessId(String accessId)
public boolean isPermRead()
public void setPermRead(boolean permRead)
public boolean isPermOpen()
public void setPermOpen(boolean permOpen)
public boolean isPermAppend()
public void setPermAppend(boolean permAppend)
public boolean isPermTransfer()
public void setPermTransfer(boolean permTransfer)
public boolean isPermDistribute()
public void setPermDistribute(boolean permDistribute)
public boolean isPermCustom1()
public void setPermCustom1(boolean permCustom1)
public boolean isPermCustom2()
public void setPermCustom2(boolean permCustom2)
public boolean isPermCustom3()
public void setPermCustom3(boolean permCustom3)
public boolean isPermCustom4()
public void setPermCustom4(boolean permCustom4)
public boolean isPermCustom5()
public void setPermCustom5(boolean permCustom5)
public boolean isPermCustom6()
public void setPermCustom6(boolean permCustom6)
public boolean isPermCustom7()
public void setPermCustom7(boolean permCustom7)
public boolean isPermCustom8()
public void setPermCustom8(boolean permCustom8)
Copyright © 2018. All rights reserved.