public interface DataObject extends Serializable, PropertyChangeNotifier
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor visitor)
Accepts a visitor.
|
String |
getId()
Returns the object's universally unique identifier (UUID).
|
void |
setId(String id)
Sets the object's universally unique identifier (UUID).
|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerString getId()
void setId(String id)
id - the object's UUID.void accept(Visitor visitor)
visitor - the visitor to be used.Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.