|
Betty v1.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalBase
Local interface for BaseEJB.
Method Summary | |
---|---|
Date |
getCreationDate()
Returns the creation date. |
String |
getCreationUserId()
Returns the identifier of the user having created this EJB object. |
void |
setCreationDate(Date date)
Initializes the creation date. |
void |
setCreationUserId(String userId)
Initializes the identifier of the user having created this EJB object. |
Methods inherited from interface javax.ejb.EJBLocalObject |
---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
Method Detail |
---|
Date getCreationDate()
null
.
EJBException
- if any exception occured during the execution of this method.setCreationDate(java.util.Date)
void setCreationDate(Date date)
date
- a date. Shall not be null
.
EJBException
- if any exception occured during the execution of this method.getCreationDate()
String getCreationUserId()
null
.
EJBException
- if any exception occured during the execution of this method.setCreationUserId(String)
void setCreationUserId(String userId)
userId
- a user identifier. Shall not be null
.
EJBException
- if any exception occured during the execution of this method.getCreationUserId()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |