public class CycleEditOptionModel
extends java.lang.Object
Constructor and Description |
---|
CycleEditOptionModel() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getClonedCalendarEffDate()
Getter for clonedCalendarEffDate - Model with options for actual filing calendar output based on user edits to filing calendar.
|
java.lang.Boolean |
getCustomerMustApprove()
Getter for customerMustApprove - Model with options for actual filing calendar output based on user edits to filing calendar.
|
java.util.Date |
getExpiredCalendarEndDate()
Getter for expiredCalendarEndDate - Model with options for actual filing calendar output based on user edits to filing calendar.
|
java.lang.String |
getMessage()
Getter for message - Model with options for actual filing calendar output based on user edits to filing calendar.
|
java.lang.Boolean |
getMustCloneFilingCalendar()
Getter for mustCloneFilingCalendar - Model with options for actual filing calendar output based on user edits to filing calendar.
|
java.lang.Boolean |
getSuccess()
Getter for success - Model with options for actual filing calendar output based on user edits to filing calendar.
|
void |
setClonedCalendarEffDate(java.util.Date clonedCalendarEffDate)
Setter for clonedCalendarEffDate - Model with options for actual filing calendar output based on user edits to filing calendar.
|
void |
setCustomerMustApprove(java.lang.Boolean customerMustApprove)
Setter for customerMustApprove - Model with options for actual filing calendar output based on user edits to filing calendar.
|
void |
setExpiredCalendarEndDate(java.util.Date expiredCalendarEndDate)
Setter for expiredCalendarEndDate - Model with options for actual filing calendar output based on user edits to filing calendar.
|
void |
setMessage(java.lang.String message)
Setter for message - Model with options for actual filing calendar output based on user edits to filing calendar.
|
void |
setMustCloneFilingCalendar(java.lang.Boolean mustCloneFilingCalendar)
Setter for mustCloneFilingCalendar - Model with options for actual filing calendar output based on user edits to filing calendar.
|
void |
setSuccess(java.lang.Boolean success)
Setter for success - Model with options for actual filing calendar output based on user edits to 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