public class NexusByTaxFormModel
extends java.lang.Object
Constructor and Description |
---|
NexusByTaxFormModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCompanyId()
Getter for companyId - Identifies all nexus that match a particular tax form
|
java.util.ArrayList<NexusModel> |
getCompanyNexus()
Getter for companyNexus - Identifies all nexus that match a particular tax form
|
java.lang.String |
getFormCode()
Getter for formCode - Identifies all nexus that match a particular tax form
|
java.util.ArrayList<NexusModel> |
getNexusDefinitions()
Getter for nexusDefinitions - Identifies all nexus that match a particular tax form
|
void |
setCompanyId(java.lang.Integer companyId)
Setter for companyId - Identifies all nexus that match a particular tax form
|
void |
setCompanyNexus(java.util.ArrayList<NexusModel> companyNexus)
Setter for companyNexus - Identifies all nexus that match a particular tax form
|
void |
setFormCode(java.lang.String formCode)
Setter for formCode - Identifies all nexus that match a particular tax form
|
void |
setNexusDefinitions(java.util.ArrayList<NexusModel> nexusDefinitions)
Setter for nexusDefinitions - Identifies all nexus that match a particular tax form
|
java.lang.String |
toString()
Returns a JSON string representation of NexusByTaxFormModel.
|
public java.lang.String getFormCode()
public void setFormCode(java.lang.String formCode)
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer companyId)
public java.util.ArrayList<NexusModel> getNexusDefinitions()
public void setNexusDefinitions(java.util.ArrayList<NexusModel> nexusDefinitions)
public java.util.ArrayList<NexusModel> getCompanyNexus()
public void setCompanyNexus(java.util.ArrayList<NexusModel> companyNexus)
public java.lang.String toString()
toString
in class java.lang.Object