Class WorkbasketAccessItemImpl

    • Constructor Detail

      • WorkbasketAccessItemImpl

        public WorkbasketAccessItemImpl()
    • Method Detail

      • setId

        public void setId​(String id)
      • setWorkbasketId

        public void setWorkbasketId​(String workbasketId)
      • setWorkbasketKey

        public void setWorkbasketKey​(String workbasketKey)
      • getAccessId

        public String getAccessId()
        Description copied from interface: WorkbasketAccessItem
        Returns the id of the group or the user for which this WorkbasketAccessItem controls access permissions.
        Specified by:
        getAccessId in interface WorkbasketAccessItem
        Returns:
        the accessId, this is the group id or user id
      • setAccessId

        public void setAccessId​(String accessId)
      • setAccessName

        public void setAccessName​(String accessName)
        Description copied from interface: WorkbasketAccessItem
        Set the name of the group or user for which this WorkbasketAccessItem controls access permissions.
        Specified by:
        setAccessName in interface WorkbasketAccessItem
        Parameters:
        accessName - the name of the group or user for which this WorkbasketAccessItem controls access permissions
      • isPermRead

        public boolean isPermRead()
      • setPermRead

        public void setPermRead​(boolean permRead)
      • isPermReadTasks

        public boolean isPermReadTasks()
      • setPermReadTasks

        public void setPermReadTasks​(boolean permReadTasks)
      • isPermEditTasks

        public boolean isPermEditTasks()
      • setPermEditTasks

        public void setPermEditTasks​(boolean permEditTasks)
      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object