public interface Mutable
| Modifier and Type | Method and Description |
|---|---|
void |
baseline()
Sets the state of the mutable object to baselined.
|
boolean |
isDirty()
Checks if object has changed but hasn't been baselined.
|
void |
setDirty(boolean value)
Sets the state of the object to dirty or baselined
|
void baseline()
boolean isDirty()
void setDirty(boolean value)
value - if true the state of the object will be set to dirty, otherwise to baselined.Copyright © 2010-2020 Toolsverse. All Rights Reserved.