Class UserAccessRight
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.UserAccessRight
- All Implemented Interfaces:
Serializable
Planner REST API class representing a user access right.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccess right definitionGets effective create rightGets effective delete rightGets effective execute rightright idGets effective read rightGets effective update rightvoidsetAccessRight(AccessRight accessRight) voidsetCreateRight(Integer createRight) Sets effective create rightvoidsetDeleteRight(Integer deleteRight) Sets effective delete rightvoidsetExecRight(Integer execRight) Sets effective execute rightvoidsetKeyname(String keyname) voidsetReadRight(Integer readRight) Sets effective read rightvoidsetUpdateRight(Integer updateRight) Sets effective update rightMethods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Constructor Details
-
UserAccessRight
public UserAccessRight()
-
-
Method Details
-
getKeyname
right id -
setKeyname
-
getAccessRight
access right definition -
setAccessRight
-
getReadRight
Gets effective read right -
setReadRight
Sets effective read right -
getUpdateRight
Gets effective update right -
setUpdateRight
Sets effective update right -
getDeleteRight
Gets effective delete right -
setDeleteRight
Sets effective delete right -
getCreateRight
Gets effective create right -
setCreateRight
Sets effective create right -
getExecRight
Gets effective execute right -
setExecRight
Sets effective execute right
-