|
Betty v1.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DbIdEntity
All EJB objects that define an identifier shall implement this interface.
IdDetails
Method Summary | |
---|---|
String |
getId()
Returns the object identifier. |
void |
setId(String id)
Initializes the object identifier. |
Methods inherited from interface christophedelory.interfaces.DbEntity |
---|
getBase, getCreationDate, getCreationUserId, getUpdateDate, getUpdateUserId, setBase, setUpdateDate, setUpdateUserId |
Method Detail |
---|
String getId()
null
.
EJBException
- if any exception occured during the execution of this method.setId(String)
void setId(String id)
id
- an object identifier. Shall not be null
.
EJBException
- if any exception occured during the execution of this method.getId()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |