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
|
DueDateTypeId |
getDueDateTypeId()
Getter for dueDateTypeId
The type of the due date
|
java.lang.Integer |
getDueDay()
Getter for dueDay
Due date
|
java.util.Date |
getEffDate()
Getter for effDate
The date this form starts to take effect
|
DueDateTypeId |
getEfileDueDateTypeId()
Getter for efileDueDateTypeId
The type of E-file due date.
|
java.lang.Integer |
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
|
FilingOptionTypeId |
getFilingOptionTypeId()
Getter for filingOptionTypeId
The type of Filing option
|
java.lang.String |
getFormName()
Getter for formName
Name of the submitted form
|
FormTypeId |
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
|
OutletTypeId |
getOutletTypeId()
Getter for outletTypeId
The outlet type 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
|
RoundingTypeId |
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(DueDateTypeId value)
Setter for dueDateTypeId
The type of the due date
|
void |
setDueDay(java.lang.Integer 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(DueDateTypeId value)
Setter for efileDueDateTypeId
The type of E-file due date.
|
void |
setEfileDueDay(java.lang.Integer 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(FilingOptionTypeId value)
Setter for filingOptionTypeId
The type of Filing option
|
void |
setFormName(java.lang.String value)
Setter for formName
Name of the submitted form
|
void |
setFormTypeId(FormTypeId 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 |
setOutletTypeId(OutletTypeId value)
Setter for outletTypeId
The outlet type 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(RoundingTypeId 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 FormTypeId getFormTypeId()
public void setFormTypeId(FormTypeId value)
public FilingOptionTypeId getFilingOptionTypeId()
public void setFilingOptionTypeId(FilingOptionTypeId value)
public DueDateTypeId getDueDateTypeId()
public void setDueDateTypeId(DueDateTypeId value)
public java.lang.Integer getDueDay()
public void setDueDay(java.lang.Integer value)
public DueDateTypeId getEfileDueDateTypeId()
public void setEfileDueDateTypeId(DueDateTypeId value)
public java.lang.Integer getEfileDueDay()
public void setEfileDueDay(java.lang.Integer 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 RoundingTypeId getRoundingTypeId()
public void setRoundingTypeId(RoundingTypeId value)
public OutletTypeId getOutletTypeId()
public void setOutletTypeId(OutletTypeId value)
public java.lang.String toString()
toString
in class java.lang.Object