Class ItemPremiumClassificationOutputModel

java.lang.Object
net.avalara.avatax.rest.client.models.ItemPremiumClassificationOutputModel

public class ItemPremiumClassificationOutputModel
extends java.lang.Object
Represents a Premium Classification output model associated with an item's SystemCode..
  • Constructor Summary

    Constructors 
    Constructor Description
    ItemPremiumClassificationOutputModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer getCompanyId()
    Getter for companyId CompanyId with which the Item is associated.
    java.util.Date getCreatedDate()
    Getter for createdDate The date when this record was created.
    java.lang.Integer getCreatedUserId()
    Getter for createdUserId The user who created the record.
    java.lang.String getHsCode()
    Getter for hsCode The HS code associated with this item's premium classification.
    java.lang.String getId()
    Getter for id ItemPremiumClassificationDetailId
    java.lang.String getItemCode()
    Getter for itemCode Item associated with this premium classification.
    java.lang.String getJustification()
    Getter for justification Justification why this HsCode is attached to this item.
    java.lang.String getSystemCode()
    Getter for systemCode SystemCode associated with this premium classificaitons.
    void setCompanyId​(java.lang.Integer value)
    Setter for companyId CompanyId with which the Item is associated.
    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 who created the record.
    void setHsCode​(java.lang.String value)
    Setter for hsCode The HS code associated with this item's premium classification.
    void setId​(java.lang.String value)
    Setter for id ItemPremiumClassificationDetailId
    void setItemCode​(java.lang.String value)
    Setter for itemCode Item associated with this premium classification.
    void setJustification​(java.lang.String value)
    Setter for justification Justification why this HsCode is attached to this item.
    void setSystemCode​(java.lang.String value)
    Setter for systemCode SystemCode associated with this premium classificaitons.
    java.lang.String toString()
    Returns a JSON string representation of ItemPremiumClassificationOutputModel

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getId

      public java.lang.String getId()
      Getter for id ItemPremiumClassificationDetailId
    • setId

      public void setId​(java.lang.String value)
      Setter for id ItemPremiumClassificationDetailId
    • getItemCode

      public java.lang.String getItemCode()
      Getter for itemCode Item associated with this premium classification.
    • setItemCode

      public void setItemCode​(java.lang.String value)
      Setter for itemCode Item associated with this premium classification.
    • getCompanyId

      public java.lang.Integer getCompanyId()
      Getter for companyId CompanyId with which the Item is associated.
    • setCompanyId

      public void setCompanyId​(java.lang.Integer value)
      Setter for companyId CompanyId with which the Item is associated.
    • getHsCode

      public java.lang.String getHsCode()
      Getter for hsCode The HS code associated with this item's premium classification.
    • setHsCode

      public void setHsCode​(java.lang.String value)
      Setter for hsCode The HS code associated with this item's premium classification.
    • getSystemCode

      public java.lang.String getSystemCode()
      Getter for systemCode SystemCode associated with this premium classificaitons.
    • setSystemCode

      public void setSystemCode​(java.lang.String value)
      Setter for systemCode SystemCode associated with this premium classificaitons.
    • getJustification

      public java.lang.String getJustification()
      Getter for justification Justification why this HsCode is attached to this item.
    • setJustification

      public void setJustification​(java.lang.String value)
      Setter for justification Justification why this HsCode is attached to this item.
    • 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 who created the record.
    • setCreatedUserId

      public void setCreatedUserId​(java.lang.Integer value)
      Setter for createdUserId The user who created the record.
    • toString

      public java.lang.String toString()
      Returns a JSON string representation of ItemPremiumClassificationOutputModel
      Overrides:
      toString in class java.lang.Object