public class WorkbasketAccessItemResource
extends org.springframework.hateoas.ResourceSupport
WorkbasketAccessItem.| Modifier and Type | Field and Description |
|---|---|
@NotNull String |
accessId |
String |
accessItemId |
String |
accessName |
boolean |
permAppend |
boolean |
permCustom1 |
boolean |
permCustom10 |
boolean |
permCustom11 |
boolean |
permCustom12 |
boolean |
permCustom2 |
boolean |
permCustom3 |
boolean |
permCustom4 |
boolean |
permCustom5 |
boolean |
permCustom6 |
boolean |
permCustom7 |
boolean |
permCustom8 |
boolean |
permCustom9 |
boolean |
permDistribute |
boolean |
permOpen |
boolean |
permRead |
boolean |
permTransfer |
@NotNull String |
workbasketId |
@NotNull String |
workbasketKey |
| Constructor and Description |
|---|
WorkbasketAccessItemResource() |
| 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 String accessItemId
@NotNull public @NotNull String workbasketId
@NotNull public @NotNull String workbasketKey
@NotNull public @NotNull String accessId
public String accessName
public boolean permRead
public boolean permOpen
public boolean permAppend
public boolean permTransfer
public boolean permDistribute
public boolean permCustom1
public boolean permCustom2
public boolean permCustom3
public boolean permCustom4
public boolean permCustom5
public boolean permCustom6
public boolean permCustom7
public boolean permCustom8
public boolean permCustom9
public boolean permCustom10
public boolean permCustom11
public boolean permCustom12
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 © 2018. All rights reserved.