public class AbstractModelInfo<F extends Enum<?>> extends Object implements ModelInfo<F>
Constructor and Description |
---|
AbstractModelInfo() |
Modifier and Type | Method and Description |
---|---|
Set<F> |
dirtyFields()
Returns the set of dirty fields.
|
protected void |
markDirty(F field)
Marks the specified field as dirty.
|
public Set<F> dirtyFields()
ModelInfo
dirtyFields
in interface ModelInfo<F extends Enum<?>>
protected void markDirty(F field)
field
- field to be marked dirtyCopyright © 2015. All Rights Reserved.