public class PreferredProgramModel
extends java.lang.Object
Constructor and Description |
---|
PreferredProgramModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
Getter for code
A code that identifies this preferred program.
|
java.lang.String |
getDestinationCountry()
Getter for destinationCountry
The ISO 3166 country code for the destination permitted by this program
|
java.util.Date |
getEffectiveDate()
Getter for effectiveDate
The earliest date for which this preferred program can be used in AvaTax.
|
java.util.Date |
getEndDate()
Getter for endDate
The latest date for which this preferred program can be used in AvaTax.
|
java.lang.Integer |
getId()
Getter for id
The unique ID number representing this preferred program.
|
java.lang.String |
getOriginCountry()
Getter for originCountry
The ISO 3166 country code for the origin permitted by this program
|
void |
setCode(java.lang.String value)
Setter for code
A code that identifies this preferred program.
|
void |
setDestinationCountry(java.lang.String value)
Setter for destinationCountry
The ISO 3166 country code for the destination permitted by this program
|
void |
setEffectiveDate(java.util.Date value)
Setter for effectiveDate
The earliest date for which this preferred program can be used in AvaTax.
|
void |
setEndDate(java.util.Date value)
Setter for endDate
The latest date for which this preferred program can be used in AvaTax.
|
void |
setId(java.lang.Integer value)
Setter for id
The unique ID number representing this preferred program.
|
void |
setOriginCountry(java.lang.String value)
Setter for originCountry
The ISO 3166 country code for the origin permitted by this program
|
java.lang.String |
toString()
Returns a JSON string representation of PreferredProgramModel
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.lang.String getCode()
public void setCode(java.lang.String value)
public java.lang.String getOriginCountry()
public void setOriginCountry(java.lang.String value)
public java.lang.String getDestinationCountry()
public void setDestinationCountry(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.String toString()
toString
in class java.lang.Object