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.util.Date |
getCreatedDate()
Getter for createdDate
The date when this record was created.
|
java.lang.Integer |
getCreatedUserId()
Getter for createdUserId
The User ID of the user who created this record.
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate
The date/time when this record was last modified.
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId
The user ID of the user who last modified this record.
|
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 |
setCreatedDate(java.util.Date value)
Setter for createdDate
The date when this record was created.
|
void |
setCreatedUserId(java.lang.Integer value)
Setter for createdUserId
The User ID of the user who created this record.
|
void |
setModifiedDate(java.util.Date value)
Setter for modifiedDate
The date/time when this record was last modified.
|
void |
setModifiedUserId(java.lang.Integer value)
Setter for modifiedUserId
The user ID of the user who last modified this record.
|
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.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date value)
public java.lang.Integer getCreatedUserId()
public void setCreatedUserId(java.lang.Integer value)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date value)
public java.lang.Integer getModifiedUserId()
public void setModifiedUserId(java.lang.Integer value)
public java.lang.String toString()
toString
in class java.lang.Object