Class AclAccessInfo

java.lang.Object
de.elo.ix.client.AclAccessInfo
All Implemented Interfaces:
Serializable

public class AclAccessInfo extends Object implements Serializable
This class contains the option for the methode getAclAccess
Since:
8.00.032.004
See Also:
  • Field Details

    • acl

      protected String acl
    • aclItems

      protected AclItem[] aclItems
    • objId

      protected String objId
    • parentId

      protected String parentId
      Parent's ID of the current object. (Useful to get the inherited ACLs of objects which haven't any ID yet, i.e. the ones being just added in archive.)
      Since:
      8.00.032.010
  • Constructor Details

    • AclAccessInfo

      public AclAccessInfo()
    • AclAccessInfo

      public AclAccessInfo(AclAccessInfo aai)
  • Method Details

    • getAcl

      public String getAcl()
    • setAcl

      public void setAcl(String acl)
    • getAclItems

      public AclItem[] getAclItems()
    • setAclItems

      public void setAclItems(AclItem[] aclItems)
    • getObjId

      public String getObjId()
    • setObjId

      public void setObjId(String objId)
    • getParentId

      public String getParentId()
    • setParentId

      public void setParentId(String parentId)
    • toString

      public String toString()
      Overrides:
      toString in class Object