| com.flexive.shared.SelectableObject
SelectableObject | public interface SelectableObject (Code) | | An object that is identified by its unique (long) ID value. Usually these objects are
data objects loaded from the database, where the ID value is the primary key.
author: Daniel Lichtenberger, UCS version: $Rev$ |
Method Summary | |
long | getId() |
getId | long getId()(Code) | | The object's unique identifier
the object's unique identiefier |
|
|