Class MrsCompanyModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.MrsCompanyModel
-
public class MrsCompanyModel extends java.lang.ObjectA company and account
-
-
Constructor Summary
Constructors Constructor Description MrsCompanyModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetAccountId()Getter for accountId The unique ID number of the account this company belongs to.java.lang.StringgetAccountName()Getter for accountName The name of this account, as shown to customers.java.lang.StringgetCompanyCode()Getter for companyCode The company code for the companyjava.lang.IntegergetCompanyId()Getter for companyId The unique ID number of this company.java.lang.StringgetCompanyName()Getter for companyName The name of this company, as shown to customers.java.util.DategetCreatedDate()Getter for createdDate The date when this record was created.java.lang.IntegergetCreatedUserId()Getter for createdUserId The User ID of the user who created this record.java.util.DategetModifiedDate()Getter for modifiedDate The date/time when this record was last modified.java.lang.IntegergetModifiedUserId()Getter for modifiedUserId The user ID of the user who last modified this record.java.lang.StringgetTin()Getter for tin The taxpayer identification number for the companyvoidsetAccountId(java.lang.Integer value)Setter for accountId The unique ID number of the account this company belongs to.voidsetAccountName(java.lang.String value)Setter for accountName The name of this account, as shown to customers.voidsetCompanyCode(java.lang.String value)Setter for companyCode The company code for the companyvoidsetCompanyId(java.lang.Integer value)Setter for companyId The unique ID number of this company.voidsetCompanyName(java.lang.String value)Setter for companyName The name of this company, as shown to customers.voidsetCreatedDate(java.util.Date value)Setter for createdDate The date when this record was created.voidsetCreatedUserId(java.lang.Integer value)Setter for createdUserId The User ID of the user who created this record.voidsetModifiedDate(java.util.Date value)Setter for modifiedDate The date/time when this record was last modified.voidsetModifiedUserId(java.lang.Integer value)Setter for modifiedUserId The user ID of the user who last modified this record.voidsetTin(java.lang.String value)Setter for tin The taxpayer identification number for the companyjava.lang.StringtoString()Returns a JSON string representation of MrsCompanyModel
-
-
-
Method Detail
-
getCompanyId
public java.lang.Integer getCompanyId()
Getter for companyId The unique ID number of this company.
-
setCompanyId
public void setCompanyId(java.lang.Integer value)
Setter for companyId The unique ID number of this company.
-
getCompanyName
public java.lang.String getCompanyName()
Getter for companyName The name of this company, as shown to customers.
-
setCompanyName
public void setCompanyName(java.lang.String value)
Setter for companyName The name of this company, as shown to customers.
-
getAccountId
public java.lang.Integer getAccountId()
Getter for accountId The unique ID number of the account this company belongs to.
-
setAccountId
public void setAccountId(java.lang.Integer value)
Setter for accountId The unique ID number of the account this company belongs to.
-
getAccountName
public java.lang.String getAccountName()
Getter for accountName The name of this account, as shown to customers.
-
setAccountName
public void setAccountName(java.lang.String value)
Setter for accountName The name of this account, as shown to customers.
-
getTin
public java.lang.String getTin()
Getter for tin The taxpayer identification number for the company
-
setTin
public void setTin(java.lang.String value)
Setter for tin The taxpayer identification number for the company
-
getCompanyCode
public java.lang.String getCompanyCode()
Getter for companyCode The company code for the company
-
setCompanyCode
public void setCompanyCode(java.lang.String value)
Setter for companyCode The company code for the company
-
getCreatedDate
public java.util.Date getCreatedDate()
Getter for createdDate The date when this record was created.
-
setCreatedDate
public void setCreatedDate(java.util.Date value)
Setter for createdDate The date when this record was created.
-
getCreatedUserId
public java.lang.Integer getCreatedUserId()
Getter for createdUserId The User ID of the user who created this record.
-
setCreatedUserId
public void setCreatedUserId(java.lang.Integer value)
Setter for createdUserId The User ID of the user who created this record.
-
getModifiedDate
public java.util.Date getModifiedDate()
Getter for modifiedDate The date/time when this record was last modified.
-
setModifiedDate
public void setModifiedDate(java.util.Date value)
Setter for modifiedDate The date/time when this record was last modified.
-
getModifiedUserId
public java.lang.Integer getModifiedUserId()
Getter for modifiedUserId The user ID of the user who last modified this record.
-
setModifiedUserId
public void setModifiedUserId(java.lang.Integer value)
Setter for modifiedUserId The user ID of the user who last modified this record.
-
toString
public java.lang.String toString()
Returns a JSON string representation of MrsCompanyModel- Overrides:
toStringin classjava.lang.Object
-
-