public class UPCModel
extends java.lang.Object
Constructor and Description |
---|
UPCModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCompanyId()
Getter for companyId - The unique ID number of the company to which this UPC belongs.
|
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 - Description of the product to which this UPC applies.
|
java.util.Date |
getEffectiveDate()
Getter for effectiveDate - If this UPC became effective on a certain date, this contains the first date on which the UPC was effective.
|
java.util.Date |
getEndDate()
Getter for endDate - If this UPC expired or will expire on a certain date, this contains the last date on which the UPC was effective.
|
java.lang.Integer |
getId()
Getter for id - The unique ID number for this UPC.
|
java.lang.Integer |
getIsSystem()
Getter for isSystem - A flag indicating whether this UPC code is attached to the AvaTax system or to a company.
|
java.lang.String |
getLegacyTaxCode()
Getter for legacyTaxCode - Legacy Tax Code applied to any product sold with this UPC.
|
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 |
getUpc()
Getter for upc - The 12-14 character Universal Product Code, European Article Number, or Global Trade Identification Number.
|
java.lang.Integer |
getUsage()
Getter for usage - A usage identifier for this UPC code.
|
void |
setCompanyId(java.lang.Integer companyId)
Setter for companyId - The unique ID number of the company to which this UPC belongs.
|
void |
setCreatedDate(java.util.Date createdDate)
Setter for createdDate - The date when this record was created.
|
void |
setCreatedUserId(java.lang.Integer createdUserId)
Setter for createdUserId - The User ID of the user who created this record.
|
void |
setDescription(java.lang.String description)
Setter for description - Description of the product to which this UPC applies.
|
void |
setEffectiveDate(java.util.Date effectiveDate)
Setter for effectiveDate - If this UPC became effective on a certain date, this contains the first date on which the UPC was effective.
|
void |
setEndDate(java.util.Date endDate)
Setter for endDate - If this UPC expired or will expire on a certain date, this contains the last date on which the UPC was effective.
|
void |
setId(java.lang.Integer id)
Setter for id - The unique ID number for this UPC.
|
void |
setIsSystem(java.lang.Integer isSystem)
Setter for isSystem - A flag indicating whether this UPC code is attached to the AvaTax system or to a company.
|
void |
setLegacyTaxCode(java.lang.String legacyTaxCode)
Setter for legacyTaxCode - Legacy Tax Code applied to any product sold with this UPC.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Setter for modifiedDate - The date/time when this record was last modified.
|
void |
setModifiedUserId(java.lang.Integer modifiedUserId)
Setter for modifiedUserId - The user ID of the user who last modified this record.
|
void |
setUpc(java.lang.String upc)
Setter for upc - The 12-14 character Universal Product Code, European Article Number, or Global Trade Identification Number.
|
void |
setUsage(java.lang.Integer usage)
Setter for usage - A usage identifier for this UPC code.
|
java.lang.String |
toString()
Returns a JSON string representation of UPCModel.
|
public java.lang.Integer getIsSystem()
public void setIsSystem(java.lang.Integer isSystem)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date endDate)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.Integer getUsage()
public void setUsage(java.lang.Integer usage)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
public java.lang.String getLegacyTaxCode()
public void setLegacyTaxCode(java.lang.String legacyTaxCode)
public java.lang.String getUpc()
public void setUpc(java.lang.String upc)
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.lang.Integer getModifiedUserId()
public void setModifiedUserId(java.lang.Integer modifiedUserId)
public java.util.Date getEffectiveDate()
public void setEffectiveDate(java.util.Date effectiveDate)
public java.lang.Integer getCreatedUserId()
public void setCreatedUserId(java.lang.Integer createdUserId)
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