Class ACLRule

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    ACLConditionalRule

    public abstract class ACLRule
    extends java.lang.Object
    implements java.io.Serializable
    An ACL rule allows to determine if an ACL should be applied <p>Java class for ACLRule complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ACLRule"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="aclId" type="{http://flower.com/docs/domain/common}Id"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Id aclId  
    • Constructor Summary

      Constructors 
      Constructor Description
      ACLRule()
      Default no-arg constructor abc
      ACLRule​(Id aclId)
      Fully-initialising value constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Id getAclId()
      Gets the value of the aclId property.
      void setAclId​(Id value)
      Sets the value of the aclId property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • aclId

        protected Id aclId
    • Constructor Detail

      • ACLRule

        public ACLRule()
        Default no-arg constructor abc
      • ACLRule

        public ACLRule​(Id aclId)
        Fully-initialising value constructor
    • Method Detail

      • getAclId

        public Id getAclId()
        Gets the value of the aclId property.
        Returns:
        possible object is Id
      • setAclId

        public void setAclId​(Id value)
        Sets the value of the aclId property.
        Parameters:
        value - allowed object is Id