public class CycleExpireOptionModel
extends java.lang.Object
Constructor and Description |
---|
CycleExpireOptionModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCycleName()
Getter for cycleName
A descriptive name of the cycle and due date of the form.
|
java.util.Date |
getFilingDueDate()
Getter for filingDueDate
The jurisdiction-assigned due date for the form.
|
java.util.Date |
getTransactionalPeriodEnd()
Getter for transactionalPeriodEnd
The period end date for the customer's last transaction in the jurisdiction being expired.
|
java.util.Date |
getTransactionalPeriodStart()
Getter for transactionalPeriodStart
The period start date for the customer's first transaction in the jurisdiction being expired.
|
void |
setCycleName(java.lang.String value)
Setter for cycleName
A descriptive name of the cycle and due date of the form.
|
void |
setFilingDueDate(java.util.Date value)
Setter for filingDueDate
The jurisdiction-assigned due date for the form.
|
void |
setTransactionalPeriodEnd(java.util.Date value)
Setter for transactionalPeriodEnd
The period end date for the customer's last transaction in the jurisdiction being expired.
|
void |
setTransactionalPeriodStart(java.util.Date value)
Setter for transactionalPeriodStart
The period start date for the customer's first transaction in the jurisdiction being expired.
|
java.lang.String |
toString()
Returns a JSON string representation of CycleExpireOptionModel
|
public java.util.Date getTransactionalPeriodStart()
public void setTransactionalPeriodStart(java.util.Date value)
public java.util.Date getTransactionalPeriodEnd()
public void setTransactionalPeriodEnd(java.util.Date value)
public java.util.Date getFilingDueDate()
public void setFilingDueDate(java.util.Date value)
public java.lang.String getCycleName()
public void setCycleName(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object