public class FilingCalendarEditModel
extends java.lang.Object
Constructor and Description |
---|
FilingCalendarEditModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFieldName()
Getter for fieldName
The name of the field to be modified.
|
java.util.HashMap<java.lang.String,java.lang.String> |
getNewValue()
Getter for newValue
The new/proposed value of the field.
|
java.util.HashMap<java.lang.String,java.lang.String> |
getOldValue()
Getter for oldValue
The current value of the field.
|
java.lang.Integer |
getQuestionId()
Getter for questionId
The unique ID of the filing calendar question.
|
void |
setFieldName(java.lang.String value)
Setter for fieldName
The name of the field to be modified.
|
void |
setNewValue(java.util.HashMap<java.lang.String,java.lang.String> value)
Setter for newValue
The new/proposed value of the field.
|
void |
setOldValue(java.util.HashMap<java.lang.String,java.lang.String> value)
Setter for oldValue
The current value of the field.
|
void |
setQuestionId(java.lang.Integer value)
Setter for questionId
The unique ID of the filing calendar question.
|
java.lang.String |
toString()
Returns a JSON string representation of FilingCalendarEditModel
|
public java.lang.String getFieldName()
public void setFieldName(java.lang.String value)
public java.lang.Integer getQuestionId()
public void setQuestionId(java.lang.Integer value)
public java.util.HashMap<java.lang.String,java.lang.String> getOldValue()
public void setOldValue(java.util.HashMap<java.lang.String,java.lang.String> value)
public java.util.HashMap<java.lang.String,java.lang.String> getNewValue()
public void setNewValue(java.util.HashMap<java.lang.String,java.lang.String> value)
public java.lang.String toString()
toString
in class java.lang.Object