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 value)
Setter for companyId
The unique ID number of the company to which this UPC belongs.
|
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
Description of the product to which this UPC applies.
|
void |
setEffectiveDate(java.util.Date value)
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 value)
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 value)
Setter for id
The unique ID number for this UPC.
|
void |
setIsSystem(java.lang.Integer value)
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 value)
Setter for legacyTaxCode
Legacy Tax Code applied to any product sold with this UPC.
|
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 |
setUpc(java.lang.String value)
Setter for upc
The 12-14 character Universal Product Code, European Article Number, or Global Trade Identification Number.
|
void |
setUsage(java.lang.Integer value)
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 getId()
public void setId(java.lang.Integer value)
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer value)
public java.lang.String getUpc()
public void setUpc(java.lang.String value)
public java.lang.String getLegacyTaxCode()
public void setLegacyTaxCode(java.lang.String value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.util.Date getEffectiveDate()
public void setEffectiveDate(java.util.Date value)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date value)
public java.lang.Integer getUsage()
public void setUsage(java.lang.Integer value)
public java.lang.Integer getIsSystem()
public void setIsSystem(java.lang.Integer 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.lang.String toString()
toString
in class java.lang.Object