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

setNewValue(FieldValue $newValue)

No description

getNewValue()

No description

setOldValue(FieldValue $oldValue)

No description

getOldValue()

No description

Details

setDisplayName($displayName)

No description

Parameters

$displayName

string getDisplayName()

No description

Return Value

string

setFieldId($fieldId)

No description

Parameters

$fieldId

string getFieldId()

No description

Return Value

string

setNewValue(FieldValue $newValue)

No description

Parameters

FieldValue $newValue

FieldValue getNewValue()

No description

Return Value

FieldValue

setOldValue(FieldValue $oldValue)

No description

Parameters

FieldValue $oldValue

FieldValue getOldValue()

No description

Return Value

FieldValue