|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Identifiable
A root interface for Blackboard data entities with Id attributes
| Method Summary | |
|---|---|
DataType |
getDataType()
Returns the DataType identifier for this data object. |
Id |
getId()
Returns the Id associated with this Identifiable object. |
void |
setId(Id id)
Sets the Id value for this Identifiable object. |
| Method Detail |
|---|
Id getId()
Id associated with this Identifiable object.
Id value for this Identifiable objectvoid setId(Id id)
Id value for this Identifiable object.
id - an Id value to use for this Identifiable objectDataType getDataType()
DataType identifier for this data object. Can be used
to uniquely identify the "type" of a data object.
DataType for current object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||