Class AdvancedRuleTableModel


  • public class AdvancedRuleTableModel
    extends java.lang.Object
    Represents an advanced rule table
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getAccountId()
      Getter for accountId Account ID
      java.lang.String getCsvTable()
      Getter for csvTable The CSV data
      java.lang.String getCsvTableName()
      Getter for csvTableName The name of the table
      java.lang.Long getId()
      Getter for id The unique ID of the table
      void setAccountId​(java.lang.Integer value)
      Setter for accountId Account ID
      void setCsvTable​(java.lang.String value)
      Setter for csvTable The CSV data
      void setCsvTableName​(java.lang.String value)
      Setter for csvTableName The name of the table
      void setId​(java.lang.Long value)
      Setter for id The unique ID of the table
      java.lang.String toString()
      Returns a JSON string representation of AdvancedRuleTableModel
      • Methods inherited from class java.lang.Object

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

      • AdvancedRuleTableModel

        public AdvancedRuleTableModel()
    • Method Detail

      • getId

        public java.lang.Long getId()
        Getter for id The unique ID of the table
      • setId

        public void setId​(java.lang.Long value)
        Setter for id The unique ID of the table
      • getAccountId

        public java.lang.Integer getAccountId()
        Getter for accountId Account ID
      • setAccountId

        public void setAccountId​(java.lang.Integer value)
        Setter for accountId Account ID
      • getCsvTableName

        public java.lang.String getCsvTableName()
        Getter for csvTableName The name of the table
      • setCsvTableName

        public void setCsvTableName​(java.lang.String value)
        Setter for csvTableName The name of the table
      • getCsvTable

        public java.lang.String getCsvTable()
        Getter for csvTable The CSV data
      • setCsvTable

        public void setCsvTable​(java.lang.String value)
        Setter for csvTable The CSV data
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of AdvancedRuleTableModel
        Overrides:
        toString in class java.lang.Object