public class AvaFileFormModel
extends java.lang.Object
Constructor and Description |
---|
AvaFileFormModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCountry()
Getter for country
The country this form is submitted for
|
java.lang.String |
getDescription()
Getter for description
A description of the submitted form
|
java.lang.Byte |
getDueDateTypeId()
Getter for dueDateTypeId
The type of the due date
|
java.lang.Byte |
getDueDay()
Getter for dueDay
Due date
|
java.util.Date |
getEffDate()
Getter for effDate
The date this form starts to take effect
|
java.lang.Byte |
getEfileDueDateTypeId()
Getter for efileDueDateTypeId
|
java.lang.Byte |
getEfileDueDay()
Getter for efileDueDay
The date by when the E-filing should be submitted
|
java.util.Date |
getEfileDueTime()
Getter for efileDueTime
The time of day by when the E-filing should be submitted
|
java.util.Date |
getEndDate()
Getter for endDate
The date the form finishes to take effect
|
java.lang.Byte |
getFilingOptionTypeId()
Getter for filingOptionTypeId
|
java.lang.String |
getFormName()
Getter for formName
Name of the submitted form
|
java.lang.Byte |
getFormTypeId()
Getter for formTypeId
The type of the form being submitted
|
java.lang.Boolean |
getHasVendorDiscount()
Getter for hasVendorDiscount
Whether the customer has discount
|
java.lang.Integer |
getId()
Getter for id
Unique Id of the form
|
java.lang.String |
getRegion()
Getter for region
State/Province/Region where the form is submitted for
|
java.lang.String |
getReturnName()
Getter for returnName
Name of the file being returned
|
java.lang.Byte |
getRoundingTypeId()
Getter for roundingTypeId
The way system does the rounding
|
void |
setCountry(java.lang.String value)
Setter for country
The country this form is submitted for
|
void |
setDescription(java.lang.String value)
Setter for description
A description of the submitted form
|
void |
setDueDateTypeId(java.lang.Byte value)
Setter for dueDateTypeId
The type of the due date
|
void |
setDueDay(java.lang.Byte value)
Setter for dueDay
Due date
|
void |
setEffDate(java.util.Date value)
Setter for effDate
The date this form starts to take effect
|
void |
setEfileDueDateTypeId(java.lang.Byte value)
Setter for efileDueDateTypeId
|
void |
setEfileDueDay(java.lang.Byte value)
Setter for efileDueDay
The date by when the E-filing should be submitted
|
void |
setEfileDueTime(java.util.Date value)
Setter for efileDueTime
The time of day by when the E-filing should be submitted
|
void |
setEndDate(java.util.Date value)
Setter for endDate
The date the form finishes to take effect
|
void |
setFilingOptionTypeId(java.lang.Byte value)
Setter for filingOptionTypeId
|
void |
setFormName(java.lang.String value)
Setter for formName
Name of the submitted form
|
void |
setFormTypeId(java.lang.Byte value)
Setter for formTypeId
The type of the form being submitted
|
void |
setHasVendorDiscount(java.lang.Boolean value)
Setter for hasVendorDiscount
Whether the customer has discount
|
void |
setId(java.lang.Integer value)
Setter for id
Unique Id of the form
|
void |
setRegion(java.lang.String value)
Setter for region
State/Province/Region where the form is submitted for
|
void |
setReturnName(java.lang.String value)
Setter for returnName
Name of the file being returned
|
void |
setRoundingTypeId(java.lang.Byte value)
Setter for roundingTypeId
The way system does the rounding
|
java.lang.String |
toString()
Returns a JSON string representation of AvaFileFormModel
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.lang.String getReturnName()
public void setReturnName(java.lang.String value)
public java.lang.String getFormName()
public void setFormName(java.lang.String value)
public java.lang.String getDescription()
public void setDescription(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 getRegion()
public void setRegion(java.lang.String value)
public java.lang.String getCountry()
public void setCountry(java.lang.String value)
public java.lang.Byte getFormTypeId()
public void setFormTypeId(java.lang.Byte value)
public java.lang.Byte getFilingOptionTypeId()
public void setFilingOptionTypeId(java.lang.Byte value)
public java.lang.Byte getDueDateTypeId()
public void setDueDateTypeId(java.lang.Byte value)
public java.lang.Byte getDueDay()
public void setDueDay(java.lang.Byte value)
public java.lang.Byte getEfileDueDateTypeId()
public void setEfileDueDateTypeId(java.lang.Byte value)
public java.lang.Byte getEfileDueDay()
public void setEfileDueDay(java.lang.Byte value)
public java.util.Date getEfileDueTime()
public void setEfileDueTime(java.util.Date value)
public java.lang.Boolean getHasVendorDiscount()
public void setHasVendorDiscount(java.lang.Boolean value)
public java.lang.Byte getRoundingTypeId()
public void setRoundingTypeId(java.lang.Byte value)
public java.lang.String toString()
toString
in class java.lang.Object