public class CycleEditOptionModel
extends java.lang.Object
Constructor and Description |
---|
CycleEditOptionModel() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getClonedCalendarEffDate()
Getter for clonedCalendarEffDate - The effective date of the filing calendar (only applies if cloning).
|
java.lang.Boolean |
getCustomerMustApprove()
Getter for customerMustApprove - Whether or not the user should be warned of a change, because some changes are risky and may be being done not in accordance with jurisdiction rules.
|
java.util.Date |
getExpiredCalendarEndDate()
Getter for expiredCalendarEndDate - The expired end date of the old filing calendar (only applies if cloning).
|
java.lang.String |
getMessage()
Getter for message - The message to present to the user when calendar is successfully or unsuccessfully changed.
|
java.lang.Boolean |
getMustCloneFilingCalendar()
Getter for mustCloneFilingCalendar - True if the filing calendar must be cloned to allow this change; false if the existing filing calendar can be changed itself.
|
java.lang.Boolean |
getSuccess()
Getter for success - Whether or not changes can be made to the filing calendar.
|
void |
setClonedCalendarEffDate(java.util.Date clonedCalendarEffDate)
Setter for clonedCalendarEffDate - The effective date of the filing calendar (only applies if cloning).
|
void |
setCustomerMustApprove(java.lang.Boolean customerMustApprove)
Setter for customerMustApprove - Whether or not the user should be warned of a change, because some changes are risky and may be being done not in accordance with jurisdiction rules.
|
void |
setExpiredCalendarEndDate(java.util.Date expiredCalendarEndDate)
Setter for expiredCalendarEndDate - The expired end date of the old filing calendar (only applies if cloning).
|
void |
setMessage(java.lang.String message)
Setter for message - The message to present to the user when calendar is successfully or unsuccessfully changed.
|
void |
setMustCloneFilingCalendar(java.lang.Boolean mustCloneFilingCalendar)
Setter for mustCloneFilingCalendar - True if the filing calendar must be cloned to allow this change; false if the existing filing calendar can be changed itself.
|
void |
setSuccess(java.lang.Boolean success)
Setter for success - Whether or not changes can be made to the filing calendar.
|
java.lang.String |
toString()
Returns a JSON string representation of CycleEditOptionModel.
|
public java.lang.Boolean getSuccess()
public void setSuccess(java.lang.Boolean success)
public java.util.Date getClonedCalendarEffDate()
public void setClonedCalendarEffDate(java.util.Date clonedCalendarEffDate)
public java.lang.Boolean getCustomerMustApprove()
public void setCustomerMustApprove(java.lang.Boolean customerMustApprove)
public java.lang.Boolean getMustCloneFilingCalendar()
public void setMustCloneFilingCalendar(java.lang.Boolean mustCloneFilingCalendar)
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
public java.util.Date getExpiredCalendarEndDate()
public void setExpiredCalendarEndDate(java.util.Date expiredCalendarEndDate)
public java.lang.String toString()
toString
in class java.lang.Object