Class AdvancedRuleTableModel
java.lang.Object
net.avalara.avatax.rest.client.models.AdvancedRuleTableModel
public class AdvancedRuleTableModel
extends java.lang.Object
Represents an advanced rule table
-
Constructor Summary
Constructors Constructor Description AdvancedRuleTableModel()
-
Method Summary
Modifier and Type Method Description java.lang.Integer
getAccountId()
Getter for accountId Account IDjava.lang.String
getCsvTable()
Getter for csvTable The CSV datajava.lang.String
getCsvTableName()
Getter for csvTableName The name of the tablejava.lang.Long
getId()
Getter for id The unique ID of the tablevoid
setAccountId(java.lang.Integer value)
Setter for accountId Account IDvoid
setCsvTable(java.lang.String value)
Setter for csvTable The CSV datavoid
setCsvTableName(java.lang.String value)
Setter for csvTableName The name of the tablevoid
setId(java.lang.Long value)
Setter for id The unique ID of the tablejava.lang.String
toString()
Returns a JSON string representation of AdvancedRuleTableModel
-
Constructor Details
-
AdvancedRuleTableModel
public AdvancedRuleTableModel()
-
-
Method Details
-
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 classjava.lang.Object
-