FieldValueChange
class FieldValueChange extends Model (View source)
Properties
string | $displayName | ||
string | $fieldId | ||
protected | $newValueType | ||
protected | $newValueDataType | ||
protected | $oldValueType | ||
protected | $oldValueDataType |
Methods
setDisplayName($displayName)
No description
string
getDisplayName()
No description
setFieldId($fieldId)
No description
string
getFieldId()
No description
getNewValue()
No description
getOldValue()
No description
Details
setDisplayName($displayName)
No description
string
getDisplayName()
No description
setFieldId($fieldId)
No description
string
getFieldId()
No description
setNewValue(FieldValue $newValue)
No description
FieldValue
getNewValue()
No description
setOldValue(FieldValue $oldValue)
No description
FieldValue
getOldValue()
No description