public class PersistentFieldChangeImpl extends Object implements PersistentFieldChange
Constructor and Description |
---|
PersistentFieldChangeImpl(String componentId,
String fieldName,
Object value) |
Modifier and Type | Method and Description |
---|---|
String |
getComponentId()
Returns the nested id of the component, or the empty string for the page's root component.
|
String |
getFieldName()
Returns the name of the field for which a change was recorded.
|
Object |
getValue()
Returns the new value for the field (which may be null).
|
public PersistentFieldChangeImpl(String componentId, String fieldName, Object value)
public String getComponentId()
PersistentFieldChange
getComponentId
in interface PersistentFieldChange
public String getFieldName()
PersistentFieldChange
getFieldName
in interface PersistentFieldChange
public Object getValue()
PersistentFieldChange
getValue
in interface PersistentFieldChange
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.