public class HsCodeModel
extends java.lang.Object
Constructor and Description |
---|
HsCodeModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Getter for description
A human readable description that identifies Code descriptive text for this Section, Chapter, Heading, or Subheading.
|
java.lang.String |
getDestinationCountry()
Getter for destinationCountry
The destination country identified with this HS Code.
|
java.util.Date |
getEffDate()
Getter for effDate
For codes that have been expired or defined on specific dates, this value indicates the earliest
date for which this code is considered valid.
|
java.util.Date |
getEndDate()
Getter for endDate
For codes that have been expired or defined on specific dates, this value indicates the latest
date for which this code is considered valid.
|
java.lang.String |
getHsCode()
Getter for hsCode
The harmonized tariff system code for this section and chapter.
|
java.lang.Long |
getId()
Getter for id
A unique identifier for this harmonized tariff system code.
|
java.lang.Long |
getParentHsCodeId()
Getter for parentHsCodeId
The unique ID number of the parent HS code or HS code prefix.
|
java.lang.String |
getSystem()
Getter for system
The system to which this HS code belongs.
|
void |
setDescription(java.lang.String value)
Setter for description
A human readable description that identifies Code descriptive text for this Section, Chapter, Heading, or Subheading.
|
void |
setDestinationCountry(java.lang.String value)
Setter for destinationCountry
The destination country identified with this HS Code.
|
void |
setEffDate(java.util.Date value)
Setter for effDate
For codes that have been expired or defined on specific dates, this value indicates the earliest
date for which this code is considered valid.
|
void |
setEndDate(java.util.Date value)
Setter for endDate
For codes that have been expired or defined on specific dates, this value indicates the latest
date for which this code is considered valid.
|
void |
setHsCode(java.lang.String value)
Setter for hsCode
The harmonized tariff system code for this section and chapter.
|
void |
setId(java.lang.Long value)
Setter for id
A unique identifier for this harmonized tariff system code.
|
void |
setParentHsCodeId(java.lang.Long value)
Setter for parentHsCodeId
The unique ID number of the parent HS code or HS code prefix.
|
void |
setSystem(java.lang.String value)
Setter for system
The system to which this HS code belongs.
|
java.lang.String |
toString()
Returns a JSON string representation of HsCodeModel
|
public java.lang.String getHsCode()
public void setHsCode(java.lang.String value)
public java.lang.Long getId()
public void setId(java.lang.Long value)
public java.lang.Long getParentHsCodeId()
public void setParentHsCodeId(java.lang.Long value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.String getSystem()
public void setSystem(java.lang.String value)
public java.lang.String getDestinationCountry()
public void setDestinationCountry(java.lang.String value)
public java.util.Date getEffDate()
public void setEffDate(java.util.Date value)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date value)
public java.lang.String toString()
toString
in class java.lang.Object