Class RuleId

  • All Implemented Interfaces:
    java.io.Serializable

    public class RuleId
    extends java.lang.Object
    implements java.io.Serializable
    Business rule identifier used in XML structures

    Example:

     <rul:ruleid>17</rul:ruleid>
    
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RuleId()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getRuleId()  
      void setRuleId​(int ruleId)  
      • Methods inherited from class java.lang.Object

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

      • RuleId

        public RuleId()
    • Method Detail

      • getRuleId

        public int getRuleId()
        Returns:
        business rule identifier
      • setRuleId

        public void setRuleId​(int ruleId)
        Parameters:
        ruleId - set business rule identifier