public class WorkbasketAccessItemImpl extends Object implements WorkbasketAccessItem
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAccessId()
Returns the group id or user id for which this WorkbasketAccessItem controls access permissions.
|
String |
getAccessName()
Returns the name of the group or user for which this WorkbasketAccessItem controls access permissions.
|
String |
getId()
Returns the current id of the WorkbasketAccessItem.
|
String |
getWorkbasketId()
Returns the Id of the referenced workbasket.
|
String |
getWorkbasketKey()
Returns the Key of the referenced workbasket.
|
int |
hashCode() |
boolean |
isPermAppend()
Returns whether append to the referenced workbasket is permitted.
|
boolean |
isPermCustom1()
Returns whether custom1 permission is granted for the referenced workbasket.
|
boolean |
isPermCustom10()
Returns whether custom10 permission is granted for the referenced workbasket.
|
boolean |
isPermCustom11()
Returns whether custom11 permission is granted for the referenced workbasket.
|
boolean |
isPermCustom12()
Returns whether custom12 permission is granted for the referenced workbasket.
|
boolean |
isPermCustom2()
Returns whether custom2 permission is granted for the referenced workbasket.
|
boolean |
isPermCustom3()
Returns whether custom3 permission is granted for the referenced workbasket.
|
boolean |
isPermCustom4()
Returns whether custom4 permission is granted for the referenced workbasket.
|
boolean |
isPermCustom5()
Returns whether custom5 permission is granted for the referenced workbasket.
|
boolean |
isPermCustom6()
Returns whether custom6 permission is granted for the referenced workbasket.
|
boolean |
isPermCustom7()
Returns whether custom7 permission is granted for the referenced workbasket.
|
boolean |
isPermCustom8()
Returns whether custom8 permission is granted for the referenced workbasket.
|
boolean |
isPermCustom9()
Returns whether custom9 permission is granted for the referenced workbasket.
|
boolean |
isPermDistribute()
Returns whether distribute from the referenced workbasket is permitted.
|
boolean |
isPermOpen()
Returns whether open of the referenced workbasket is permitted.
|
boolean |
isPermRead()
Returns whether read of the referenced workbasket is permitted.
|
boolean |
isPermTransfer()
Returns whether transfer from the referenced workbasket is permitted.
|
void |
setAccessId(String accessId) |
void |
setAccessName(String accessName)
Set the name of the group or user for which this WorkbasketAccessItem controls access permissions.
|
void |
setId(String id) |
void |
setPermAppend(boolean permAppend)
Sets append permission for the referenced workbasket.
|
void |
setPermCustom1(boolean permCustom1)
Sets the custom1 permission for the referenced workbasket.
|
void |
setPermCustom10(boolean permCustom10)
Sets the custom10 permission for the referenced workbasket.
|
void |
setPermCustom11(boolean permCustom11)
Sets the custom11 permission for the referenced workbasket.
|
void |
setPermCustom12(boolean permCustom12)
Sets the custom12 permission for the referenced workbasket.
|
void |
setPermCustom2(boolean permCustom2)
Sets the custom2 permission for the referenced workbasket.
|
void |
setPermCustom3(boolean permCustom3)
Sets the custom3 permission for the referenced workbasket.
|
void |
setPermCustom4(boolean permCustom4)
Sets the custom4 permission for the referenced workbasket.
|
void |
setPermCustom5(boolean permCustom5)
Sets the custom5 permission for the referenced workbasket.
|
void |
setPermCustom6(boolean permCustom6)
Sets the custom6 permission for the referenced workbasket.
|
void |
setPermCustom7(boolean permCustom7)
Sets the custom7 permission for the referenced workbasket.
|
void |
setPermCustom8(boolean permCustom8)
Sets the custom8 permission for the referenced workbasket.
|
void |
setPermCustom9(boolean permCustom9)
Sets the custom9 permission for the referenced workbasket.
|
void |
setPermDistribute(boolean permDistribute)
Sets distribute permission for the referenced workbasket.
|
void |
setPermOpen(boolean permOpen)
Sets open permission for the referenced workbasket.
|
void |
setPermRead(boolean permRead)
Sets read permission for the referenced workbasket.
|
void |
setPermTransfer(boolean permTransfer)
Sets transfer permission for the referenced workbasket.
|
void |
setWorkbasketId(String workbasketId) |
void |
setWorkbasketKey(String workbasketKey) |
String |
toString() |
public String getId()
WorkbasketAccessItemgetId in interface WorkbasketAccessItempublic void setId(String id)
public String getWorkbasketId()
WorkbasketAccessItemgetWorkbasketId in interface WorkbasketAccessItempublic void setWorkbasketId(String workbasketId)
public String getWorkbasketKey()
WorkbasketAccessItemgetWorkbasketKey in interface WorkbasketAccessItempublic void setWorkbasketKey(String workbasketKey)
public String getAccessId()
WorkbasketAccessItemgetAccessId in interface WorkbasketAccessItempublic void setAccessId(String accessId)
public String getAccessName()
WorkbasketAccessItemgetAccessName in interface WorkbasketAccessItempublic void setAccessName(String accessName)
WorkbasketAccessItemsetAccessName in interface WorkbasketAccessItemaccessName - the name of the group or user for which this WorkbasketAccessItem controls access permissions.public boolean isPermRead()
WorkbasketAccessItemisPermRead in interface WorkbasketAccessItempublic void setPermRead(boolean permRead)
WorkbasketAccessItemsetPermRead in interface WorkbasketAccessItempermRead - specifies whether read is permitted for the referenced workbasket.public boolean isPermOpen()
WorkbasketAccessItemisPermOpen in interface WorkbasketAccessItempublic void setPermOpen(boolean permOpen)
WorkbasketAccessItemsetPermOpen in interface WorkbasketAccessItempermOpen - specifies whether open is permitted for the referenced workbasket.public boolean isPermAppend()
WorkbasketAccessItemisPermAppend in interface WorkbasketAccessItempublic void setPermAppend(boolean permAppend)
WorkbasketAccessItemsetPermAppend in interface WorkbasketAccessItempermAppend - specifies whether append to the referenced workbasket is permitted.public boolean isPermTransfer()
WorkbasketAccessItemisPermTransfer in interface WorkbasketAccessItempublic void setPermTransfer(boolean permTransfer)
WorkbasketAccessItemsetPermTransfer in interface WorkbasketAccessItempermTransfer - specifies whether transfer from the referenced workbasket is permitted.public boolean isPermDistribute()
WorkbasketAccessItemisPermDistribute in interface WorkbasketAccessItempublic void setPermDistribute(boolean permDistribute)
WorkbasketAccessItemsetPermDistribute in interface WorkbasketAccessItempermDistribute - specifies whether distribute from the referenced workbasket is permitted.public boolean isPermCustom1()
WorkbasketAccessItemisPermCustom1 in interface WorkbasketAccessItempublic void setPermCustom1(boolean permCustom1)
WorkbasketAccessItemsetPermCustom1 in interface WorkbasketAccessItempermCustom1 - specifies whether custom1 permission is grantedpublic boolean isPermCustom2()
WorkbasketAccessItemisPermCustom2 in interface WorkbasketAccessItempublic void setPermCustom2(boolean permCustom2)
WorkbasketAccessItemsetPermCustom2 in interface WorkbasketAccessItempermCustom2 - specifies whether custom2 permission is grantedpublic boolean isPermCustom3()
WorkbasketAccessItemisPermCustom3 in interface WorkbasketAccessItempublic void setPermCustom3(boolean permCustom3)
WorkbasketAccessItemsetPermCustom3 in interface WorkbasketAccessItempermCustom3 - specifies whether custom3 permission is grantedpublic boolean isPermCustom4()
WorkbasketAccessItemisPermCustom4 in interface WorkbasketAccessItempublic void setPermCustom4(boolean permCustom4)
WorkbasketAccessItemsetPermCustom4 in interface WorkbasketAccessItempermCustom4 - specifies whether custom4 permission is grantedpublic boolean isPermCustom5()
WorkbasketAccessItemisPermCustom5 in interface WorkbasketAccessItempublic void setPermCustom5(boolean permCustom5)
WorkbasketAccessItemsetPermCustom5 in interface WorkbasketAccessItempermCustom5 - specifies whether custom5 permission is grantedpublic boolean isPermCustom6()
WorkbasketAccessItemisPermCustom6 in interface WorkbasketAccessItempublic void setPermCustom6(boolean permCustom6)
WorkbasketAccessItemsetPermCustom6 in interface WorkbasketAccessItempermCustom6 - specifies whether custom6 permission is grantedpublic boolean isPermCustom7()
WorkbasketAccessItemisPermCustom7 in interface WorkbasketAccessItempublic void setPermCustom7(boolean permCustom7)
WorkbasketAccessItemsetPermCustom7 in interface WorkbasketAccessItempermCustom7 - specifies whether custom7 permission is grantedpublic boolean isPermCustom8()
WorkbasketAccessItemisPermCustom8 in interface WorkbasketAccessItempublic void setPermCustom8(boolean permCustom8)
WorkbasketAccessItemsetPermCustom8 in interface WorkbasketAccessItempermCustom8 - specifies whether custom8 permission is grantedpublic boolean isPermCustom9()
WorkbasketAccessItemisPermCustom9 in interface WorkbasketAccessItempublic void setPermCustom9(boolean permCustom9)
WorkbasketAccessItemsetPermCustom9 in interface WorkbasketAccessItempermCustom9 - specifies whether custom9 permission is grantedpublic boolean isPermCustom10()
WorkbasketAccessItemisPermCustom10 in interface WorkbasketAccessItempublic void setPermCustom10(boolean permCustom10)
WorkbasketAccessItemsetPermCustom10 in interface WorkbasketAccessItempermCustom10 - specifies whether custom10 permission is grantedpublic boolean isPermCustom11()
WorkbasketAccessItemisPermCustom11 in interface WorkbasketAccessItempublic void setPermCustom11(boolean permCustom11)
WorkbasketAccessItemsetPermCustom11 in interface WorkbasketAccessItempermCustom11 - specifies whether custom11 permission is grantedpublic boolean isPermCustom12()
WorkbasketAccessItemisPermCustom12 in interface WorkbasketAccessItempublic void setPermCustom12(boolean permCustom12)
WorkbasketAccessItemsetPermCustom12 in interface WorkbasketAccessItempermCustom12 - specifies whether custom12 permission is grantedCopyright © 2019. All rights reserved.