public class CompanyDistanceThresholdModel
extends java.lang.Object
Constructor and Description |
---|
CompanyDistanceThresholdModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCompanyId()
Getter for companyId
The ID number of the company that defined this distance threshold.
|
java.lang.String |
getDestinationCountry()
Getter for destinationCountry
The destination country for this threshold.
|
java.util.Date |
getEffDate()
Getter for effDate
For distance threshold values that change over time, this is the earliest date for which this distance
threshold is valid.
|
java.util.Date |
getEndDate()
Getter for endDate
For distance threshold values that change over time, this is the latest date for which this distance
threshold is valid.
|
java.lang.Long |
getId()
Getter for id
A unique ID number representing this distance threshold object.
|
java.lang.String |
getOriginCountry()
Getter for originCountry
The origin country for this threshold.
|
java.lang.Boolean |
getThresholdExceeded()
Getter for thresholdExceeded
True if your tax professional has determined that the value-added tax distance threshold is exceeded for this pair of countries.
|
java.lang.String |
getType()
Getter for type
Indicates the distance threshold type.
|
void |
setCompanyId(java.lang.Integer value)
Setter for companyId
The ID number of the company that defined this distance threshold.
|
void |
setDestinationCountry(java.lang.String value)
Setter for destinationCountry
The destination country for this threshold.
|
void |
setEffDate(java.util.Date value)
Setter for effDate
For distance threshold values that change over time, this is the earliest date for which this distance
threshold is valid.
|
void |
setEndDate(java.util.Date value)
Setter for endDate
For distance threshold values that change over time, this is the latest date for which this distance
threshold is valid.
|
void |
setId(java.lang.Long value)
Setter for id
A unique ID number representing this distance threshold object.
|
void |
setOriginCountry(java.lang.String value)
Setter for originCountry
The origin country for this threshold.
|
void |
setThresholdExceeded(java.lang.Boolean value)
Setter for thresholdExceeded
True if your tax professional has determined that the value-added tax distance threshold is exceeded for this pair of countries.
|
void |
setType(java.lang.String value)
Setter for type
Indicates the distance threshold type.
|
java.lang.String |
toString()
Returns a JSON string representation of CompanyDistanceThresholdModel
|
public java.lang.Long getId()
public void setId(java.lang.Long value)
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer 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 getEffDate()
public void setEffDate(java.util.Date value)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date value)
public java.lang.Boolean getThresholdExceeded()
public void setThresholdExceeded(java.lang.Boolean value)
public java.lang.String getType()
public void setType(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object