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.IntegergetCompanyId()Getter for companyId CompanyId with which the Item is associated.java.util.DategetCreatedDate()Getter for createdDate The date when this record was created.java.lang.IntegergetCreatedUserId()Getter for createdUserId The user who created the record.java.lang.StringgetHsCode()Getter for hsCode The HS code associated with this item's premium classification.java.lang.StringgetId()Getter for id ItemPremiumClassificationDetailIdjava.lang.StringgetItemCode()Getter for itemCode Item associated with this premium classification.java.lang.StringgetJustification()Getter for justification Justification why this HsCode is attached to this item.java.lang.StringgetSystemCode()Getter for systemCode SystemCode associated with this premium classificaitons.voidsetCompanyId(java.lang.Integer value)Setter for companyId CompanyId with which the Item is associated.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 who created the record.voidsetHsCode(java.lang.String value)Setter for hsCode The HS code associated with this item's premium classification.voidsetId(java.lang.String value)Setter for id ItemPremiumClassificationDetailIdvoidsetItemCode(java.lang.String value)Setter for itemCode Item associated with this premium classification.voidsetJustification(java.lang.String value)Setter for justification Justification why this HsCode is attached to this item.voidsetSystemCode(java.lang.String value)Setter for systemCode SystemCode associated with this premium classificaitons.java.lang.StringtoString()Returns a JSON string representation of ItemPremiumClassificationOutputModel
-
Constructor Details
-
ItemPremiumClassificationOutputModel
public ItemPremiumClassificationOutputModel()
-
-
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:
toStringin classjava.lang.Object
-