public interface AttributeWriteModified extends AttributeReadModified
modified
attribute of an object.Modifier and Type | Method and Description |
---|---|
void |
setModified(boolean modified)
This method sets the
modified attribute programatically. |
isModified
void setModified(boolean modified)
modified
attribute programatically. modified
should be an implementation secret (another strategy may be
to get the value and check if it is equal to the original value what is however not as robust). Instead
methods such as AttributeWriteValueAdvanced.setValueForUser(Object)
should be provided for API
users.modified
- is the new value of AttributeReadModified.isModified()
.AttributeReadModified.isModified()
Copyright © 2001–2016 mmm-Team. All rights reserved.