Class CombineAclOptions

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

public class CombineAclOptions extends Object implements Serializable
This class specifies additional options for compareAcl.
Since:
7.00.020.000
See Also:
  • Field Details

    • lhsAclStr

      protected String lhsAclStr
      Left operand for ACL operation in String representation.
      Since:
      7.00.020.005
    • rhsAclStr

      protected String rhsAclStr
      Right operand for ACL operation in String representation.
      Since:
      7.00.020.005
  • Constructor Details

    • CombineAclOptions

      public CombineAclOptions()
    • CombineAclOptions

      public CombineAclOptions(CombineAclOptions rhs)
  • Method Details

    • getLhsAclStr

      public String getLhsAclStr()
    • setLhsAclStr

      public void setLhsAclStr(String lhsAclStr)
    • getRhsAclStr

      public String getRhsAclStr()
    • setRhsAclStr

      public void setRhsAclStr(String rhsAclStr)
    • toString

      public String toString()
      Overrides:
      toString in class Object