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.IntegergetAccountId()Getter for accountId Account IDjava.lang.StringgetCsvTable()Getter for csvTable The CSV datajava.lang.StringgetCsvTableName()Getter for csvTableName The name of the tablejava.lang.LonggetId()Getter for id The unique ID of the tablevoidsetAccountId(java.lang.Integer value)Setter for accountId Account IDvoidsetCsvTable(java.lang.String value)Setter for csvTable The CSV datavoidsetCsvTableName(java.lang.String value)Setter for csvTableName The name of the tablevoidsetId(java.lang.Long value)Setter for id The unique ID of the tablejava.lang.StringtoString()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:
toStringin classjava.lang.Object
-