Class Rule


  • public class Rule
    extends EntityBaseBean

    Java class for rule complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="rule">
       <complexContent>
         <extension base="{http://icatproject.org}entityBaseBean">
           <sequence>
             <element name="attribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="crudFlags" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="grouping" type="{http://icatproject.org}grouping" minOccurs="0"/>
             <element name="searchJPQL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="what" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • attribute

        protected String attribute
      • crudFlags

        protected String crudFlags
      • searchJPQL

        protected String searchJPQL
    • Constructor Detail

      • Rule

        public Rule()
    • Method Detail

      • getAttribute

        public String getAttribute()
        Gets the value of the attribute property.
        Returns:
        possible object is String
      • setAttribute

        public void setAttribute​(String value)
        Sets the value of the attribute property.
        Parameters:
        value - allowed object is String
      • getCrudFlags

        public String getCrudFlags()
        Gets the value of the crudFlags property.
        Returns:
        possible object is String
      • setCrudFlags

        public void setCrudFlags​(String value)
        Sets the value of the crudFlags property.
        Parameters:
        value - allowed object is String
      • getGrouping

        public Grouping getGrouping()
        Gets the value of the grouping property.
        Returns:
        possible object is Grouping
      • setGrouping

        public void setGrouping​(Grouping value)
        Sets the value of the grouping property.
        Parameters:
        value - allowed object is Grouping
      • getSearchJPQL

        public String getSearchJPQL()
        Gets the value of the searchJPQL property.
        Returns:
        possible object is String
      • setSearchJPQL

        public void setSearchJPQL​(String value)
        Sets the value of the searchJPQL property.
        Parameters:
        value - allowed object is String
      • getWhat

        public String getWhat()
        Gets the value of the what property.
        Returns:
        possible object is String
      • setWhat

        public void setWhat​(String value)
        Sets the value of the what property.
        Parameters:
        value - allowed object is String