Class MrsCompanyModel


  • public class MrsCompanyModel
    extends java.lang.Object
    A company and account
    • Constructor Summary

      Constructors 
      Constructor Description
      MrsCompanyModel()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MrsCompanyModel

        public 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:
        toString in class java.lang.Object