public class AdvancedRuleTableModel
extends java.lang.Object
Constructor and Description |
---|
AdvancedRuleTableModel() |
Modifier and Type | Method and 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
|
public java.lang.Long getId()
public void setId(java.lang.Long value)
public java.lang.Integer getAccountId()
public void setAccountId(java.lang.Integer value)
public java.lang.String getCsvTableName()
public void setCsvTableName(java.lang.String value)
public java.lang.String getCsvTable()
public void setCsvTable(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object