public class MrsCompanyModel
extends java.lang.Object
Constructor and Description |
---|
MrsCompanyModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAccountId()
Getter for accountId
The unique ID number of the account this company belongs to.
|
java.lang.String |
getAccountName()
Getter for accountName
The name of this account, as shown to customers.
|
java.lang.String |
getCompanyCode()
Getter for companyCode
The company code for the company
|
java.lang.Integer |
getCompanyId()
Getter for companyId
The unique ID number of this company.
|
java.lang.String |
getCompanyName()
Getter for companyName
The name of this company, as shown to customers.
|
java.lang.String |
getTin()
Getter for tin
The taxpayer identification number for the company
|
void |
setAccountId(java.lang.Integer value)
Setter for accountId
The unique ID number of the account this company belongs to.
|
void |
setAccountName(java.lang.String value)
Setter for accountName
The name of this account, as shown to customers.
|
void |
setCompanyCode(java.lang.String value)
Setter for companyCode
The company code for the company
|
void |
setCompanyId(java.lang.Integer value)
Setter for companyId
The unique ID number of this company.
|
void |
setCompanyName(java.lang.String value)
Setter for companyName
The name of this company, as shown to customers.
|
void |
setTin(java.lang.String value)
Setter for tin
The taxpayer identification number for the company
|
java.lang.String |
toString()
Returns a JSON string representation of MrsCompanyModel
|
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer value)
public java.lang.String getCompanyName()
public void setCompanyName(java.lang.String value)
public java.lang.Integer getAccountId()
public void setAccountId(java.lang.Integer value)
public java.lang.String getAccountName()
public void setAccountName(java.lang.String value)
public java.lang.String getTin()
public void setTin(java.lang.String value)
public java.lang.String getCompanyCode()
public void setCompanyCode(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object