public class WorkbasketAccessItemRepresentationModel extends org.springframework.hateoas.RepresentationModel<WorkbasketAccessItemRepresentationModel>
WorkbasketAccessItem.| Constructor and Description |
|---|
WorkbasketAccessItemRepresentationModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessId() |
String |
getAccessItemId() |
String |
getAccessName() |
String |
getWorkbasketId() |
String |
getWorkbasketKey() |
boolean |
isPermAppend() |
boolean |
isPermCustom1() |
boolean |
isPermCustom10() |
boolean |
isPermCustom11() |
boolean |
isPermCustom12() |
boolean |
isPermCustom2() |
boolean |
isPermCustom3() |
boolean |
isPermCustom4() |
boolean |
isPermCustom5() |
boolean |
isPermCustom6() |
boolean |
isPermCustom7() |
boolean |
isPermCustom8() |
boolean |
isPermCustom9() |
boolean |
isPermDistribute() |
boolean |
isPermOpen() |
boolean |
isPermRead() |
boolean |
isPermTransfer() |
void |
setAccessId(String accessId) |
void |
setAccessItemId(String accessItemId) |
void |
setAccessName(String accessName) |
void |
setPermAppend(boolean permAppend) |
void |
setPermCustom1(boolean permCustom1) |
void |
setPermCustom10(boolean permCustom10) |
void |
setPermCustom11(boolean permCustom11) |
void |
setPermCustom12(boolean permCustom12) |
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 |
setPermCustom9(boolean permCustom9) |
void |
setPermDistribute(boolean permDistribute) |
void |
setPermOpen(boolean permOpen) |
void |
setPermRead(boolean permRead) |
void |
setPermTransfer(boolean permTransfer) |
void |
setWorkbasketId(String workbasketId) |
void |
setWorkbasketKey(String workbasketKey) |
public WorkbasketAccessItemRepresentationModel()
public String getAccessItemId()
public void setAccessItemId(String accessItemId)
public String getWorkbasketId()
public void setWorkbasketId(String workbasketId)
public String getWorkbasketKey()
public void setWorkbasketKey(String workbasketKey)
public String getAccessId()
public void setAccessId(String accessId)
public String getAccessName()
public void setAccessName(String accessName)
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)
public boolean isPermCustom9()
public void setPermCustom9(boolean permCustom9)
public boolean isPermCustom10()
public void setPermCustom10(boolean permCustom10)
public boolean isPermCustom11()
public void setPermCustom11(boolean permCustom11)
public boolean isPermCustom12()
public void setPermCustom12(boolean permCustom12)
Copyright © 2020. All rights reserved.