public class ItemModel
extends java.lang.Object
Constructor and Description |
---|
ItemModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCompanyId()
Getter for companyId - Represents an item in your company's product catalog.
|
java.util.Date |
getCreatedDate()
Getter for createdDate - Represents an item in your company's product catalog.
|
java.lang.Integer |
getCreatedUserId()
Getter for createdUserId - Represents an item in your company's product catalog.
|
java.lang.String |
getDescription()
Getter for description - Represents an item in your company's product catalog.
|
java.lang.Long |
getId()
Getter for id - Represents an item in your company's product catalog.
|
java.lang.String |
getItemCode()
Getter for itemCode - Represents an item in your company's product catalog.
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate - Represents an item in your company's product catalog.
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId - Represents an item in your company's product catalog.
|
java.lang.String |
getTaxCode()
Getter for taxCode - Represents an item in your company's product catalog.
|
java.lang.Integer |
getTaxCodeId()
Getter for taxCodeId - Represents an item in your company's product catalog.
|
void |
setCompanyId(java.lang.Integer companyId)
Setter for companyId - Represents an item in your company's product catalog.
|
void |
setCreatedDate(java.util.Date createdDate)
Setter for createdDate - Represents an item in your company's product catalog.
|
void |
setCreatedUserId(java.lang.Integer createdUserId)
Setter for createdUserId - Represents an item in your company's product catalog.
|
void |
setDescription(java.lang.String description)
Setter for description - Represents an item in your company's product catalog.
|
void |
setId(java.lang.Long id)
Setter for id - Represents an item in your company's product catalog.
|
void |
setItemCode(java.lang.String itemCode)
Setter for itemCode - Represents an item in your company's product catalog.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Setter for modifiedDate - Represents an item in your company's product catalog.
|
void |
setModifiedUserId(java.lang.Integer modifiedUserId)
Setter for modifiedUserId - Represents an item in your company's product catalog.
|
void |
setTaxCode(java.lang.String taxCode)
Setter for taxCode - Represents an item in your company's product catalog.
|
void |
setTaxCodeId(java.lang.Integer taxCodeId)
Setter for taxCodeId - Represents an item in your company's product catalog.
|
java.lang.String |
toString()
Returns a JSON string representation of ItemModel.
|
public java.lang.String getTaxCode()
public void setTaxCode(java.lang.String taxCode)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
public java.lang.Integer getTaxCodeId()
public void setTaxCodeId(java.lang.Integer taxCodeId)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public java.lang.Integer getModifiedUserId()
public void setModifiedUserId(java.lang.Integer modifiedUserId)
public java.lang.Integer getCreatedUserId()
public void setCreatedUserId(java.lang.Integer createdUserId)
public java.lang.String getItemCode()
public void setItemCode(java.lang.String itemCode)
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer companyId)
public java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date createdDate)
public java.lang.String toString()
toString
in class java.lang.Object