|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HasId
This interface is designed to be implemented by all classes stored in the database. This is useful because we can use the use the HasId interface in the code where just the ID is needed.
| Method Summary | |
|---|---|
java.lang.Long |
getId()
Get access to the object ID in which is unique |
void |
setId(java.lang.Long id)
Sets the object ID. |
| Method Detail |
|---|
java.lang.Long getId()
void setId(java.lang.Long id)
id -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||