public class ItemModel
extends java.lang.Object
Constructor and Description |
---|
ItemModel() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ClassificationModel> |
getClassifications()
Getter for classifications
List of classifications that belong to this item.
|
java.lang.Integer |
getCompanyId()
Getter for companyId
The unique ID number of the company that owns this item.
|
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.lang.String |
getDescription()
Getter for description
A friendly description of this item in your product catalog.
|
java.lang.Long |
getId()
Getter for id
The unique ID number of this item.
|
java.lang.String |
getItemCode()
Getter for itemCode
A unique code representing this item.
|
java.lang.String |
getItemGroup()
Getter for itemGroup
A way to group similar items.
|
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.util.ArrayList<ItemParameterModel> |
getParameters()
Getter for parameters
List of item parameters.
|
java.lang.String |
getTaxCode()
Getter for taxCode
DEPRECATED - Date: 11/13/2018, Version: 18.12, Message: For identifying an `Item` with `Avalara TaxCode`, please call the [CreateItemClassification API] with your ItemCode and the Avalara TaxCode.
|
java.lang.Integer |
getTaxCodeId()
Getter for taxCodeId
DEPRECATED - Date: 11/13/2018, Version: 18.12, Message: For identifying an `Item` with `Avalara TaxCode`, please call the [CreateItemClassification API] with your ItemCode and the Avalara TaxCode.
|
void |
setClassifications(java.util.ArrayList<ClassificationModel> value)
Setter for classifications
List of classifications that belong to this item.
|
void |
setCompanyId(java.lang.Integer value)
Setter for companyId
The unique ID number of the company that owns this item.
|
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 |
setDescription(java.lang.String value)
Setter for description
A friendly description of this item in your product catalog.
|
void |
setId(java.lang.Long value)
Setter for id
The unique ID number of this item.
|
void |
setItemCode(java.lang.String value)
Setter for itemCode
A unique code representing this item.
|
void |
setItemGroup(java.lang.String value)
Setter for itemGroup
A way to group similar items.
|
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 |
setParameters(java.util.ArrayList<ItemParameterModel> value)
Setter for parameters
List of item parameters.
|
void |
setTaxCode(java.lang.String value)
Setter for taxCode
DEPRECATED - Date: 11/13/2018, Version: 18.12, Message: For identifying an `Item` with `Avalara TaxCode`, please call the [CreateItemClassification API] with your ItemCode and the Avalara TaxCode.
|
void |
setTaxCodeId(java.lang.Integer value)
Setter for taxCodeId
DEPRECATED - Date: 11/13/2018, Version: 18.12, Message: For identifying an `Item` with `Avalara TaxCode`, please call the [CreateItemClassification API] with your ItemCode and the Avalara TaxCode.
|
java.lang.String |
toString()
Returns a JSON string representation of ItemModel
|
public java.lang.Long getId()
public void setId(java.lang.Long value)
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer value)
public java.lang.String getItemCode()
public void setItemCode(java.lang.String value)
public java.lang.Integer getTaxCodeId()
public void setTaxCodeId(java.lang.Integer value)
public java.lang.String getTaxCode()
public void setTaxCode(java.lang.String value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.String getItemGroup()
public void setItemGroup(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.util.ArrayList<ClassificationModel> getClassifications()
public void setClassifications(java.util.ArrayList<ClassificationModel> value)
public java.util.ArrayList<ItemParameterModel> getParameters()
public void setParameters(java.util.ArrayList<ItemParameterModel> value)
public java.lang.String toString()
toString
in class java.lang.Object