Class WorkbasketAccessItemRepresentationModel
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<WorkbasketAccessItemRepresentationModel>
-
- pro.taskana.workbasket.rest.models.WorkbasketAccessItemRepresentationModel
-
public class WorkbasketAccessItemRepresentationModel extends org.springframework.hateoas.RepresentationModel<WorkbasketAccessItemRepresentationModel>
EntityModel class forWorkbasketAccessItem.
-
-
Constructor Summary
Constructors Constructor Description WorkbasketAccessItemRepresentationModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccessId()StringgetAccessItemId()StringgetAccessName()StringgetWorkbasketId()StringgetWorkbasketKey()booleanisPermAppend()booleanisPermCustom1()booleanisPermCustom10()booleanisPermCustom11()booleanisPermCustom12()booleanisPermCustom2()booleanisPermCustom3()booleanisPermCustom4()booleanisPermCustom5()booleanisPermCustom6()booleanisPermCustom7()booleanisPermCustom8()booleanisPermCustom9()booleanisPermDistribute()booleanisPermOpen()booleanisPermRead()booleanisPermTransfer()voidsetAccessId(String accessId)voidsetAccessItemId(String accessItemId)voidsetAccessName(String accessName)voidsetPermAppend(boolean permAppend)voidsetPermCustom1(boolean permCustom1)voidsetPermCustom10(boolean permCustom10)voidsetPermCustom11(boolean permCustom11)voidsetPermCustom12(boolean permCustom12)voidsetPermCustom2(boolean permCustom2)voidsetPermCustom3(boolean permCustom3)voidsetPermCustom4(boolean permCustom4)voidsetPermCustom5(boolean permCustom5)voidsetPermCustom6(boolean permCustom6)voidsetPermCustom7(boolean permCustom7)voidsetPermCustom8(boolean permCustom8)voidsetPermCustom9(boolean permCustom9)voidsetPermDistribute(boolean permDistribute)voidsetPermOpen(boolean permOpen)voidsetPermRead(boolean permRead)voidsetPermTransfer(boolean permTransfer)voidsetWorkbasketId(String workbasketId)voidsetWorkbasketKey(String workbasketKey)
-
-
-
Method Detail
-
getAccessItemId
public String getAccessItemId()
-
setAccessItemId
public void setAccessItemId(String accessItemId)
-
getWorkbasketId
public String getWorkbasketId()
-
setWorkbasketId
public void setWorkbasketId(String workbasketId)
-
getWorkbasketKey
public String getWorkbasketKey()
-
setWorkbasketKey
public void setWorkbasketKey(String workbasketKey)
-
getAccessId
public String getAccessId()
-
setAccessId
public void setAccessId(String accessId)
-
getAccessName
public String getAccessName()
-
setAccessName
public void setAccessName(String accessName)
-
isPermRead
public boolean isPermRead()
-
setPermRead
public void setPermRead(boolean permRead)
-
isPermOpen
public boolean isPermOpen()
-
setPermOpen
public void setPermOpen(boolean permOpen)
-
isPermAppend
public boolean isPermAppend()
-
setPermAppend
public void setPermAppend(boolean permAppend)
-
isPermTransfer
public boolean isPermTransfer()
-
setPermTransfer
public void setPermTransfer(boolean permTransfer)
-
isPermDistribute
public boolean isPermDistribute()
-
setPermDistribute
public void setPermDistribute(boolean permDistribute)
-
isPermCustom1
public boolean isPermCustom1()
-
setPermCustom1
public void setPermCustom1(boolean permCustom1)
-
isPermCustom2
public boolean isPermCustom2()
-
setPermCustom2
public void setPermCustom2(boolean permCustom2)
-
isPermCustom3
public boolean isPermCustom3()
-
setPermCustom3
public void setPermCustom3(boolean permCustom3)
-
isPermCustom4
public boolean isPermCustom4()
-
setPermCustom4
public void setPermCustom4(boolean permCustom4)
-
isPermCustom5
public boolean isPermCustom5()
-
setPermCustom5
public void setPermCustom5(boolean permCustom5)
-
isPermCustom6
public boolean isPermCustom6()
-
setPermCustom6
public void setPermCustom6(boolean permCustom6)
-
isPermCustom7
public boolean isPermCustom7()
-
setPermCustom7
public void setPermCustom7(boolean permCustom7)
-
isPermCustom8
public boolean isPermCustom8()
-
setPermCustom8
public void setPermCustom8(boolean permCustom8)
-
isPermCustom9
public boolean isPermCustom9()
-
setPermCustom9
public void setPermCustom9(boolean permCustom9)
-
isPermCustom10
public boolean isPermCustom10()
-
setPermCustom10
public void setPermCustom10(boolean permCustom10)
-
isPermCustom11
public boolean isPermCustom11()
-
setPermCustom11
public void setPermCustom11(boolean permCustom11)
-
isPermCustom12
public boolean isPermCustom12()
-
setPermCustom12
public void setPermCustom12(boolean permCustom12)
-
-