|
Betty v1.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DbEntity
The base definition of an entity bean, acting as a child class of BaseBean
.
Method Summary | |
---|---|
LocalBase |
getBase()
Returns the base EJB object attached to this EJB object. |
Date |
getCreationDate()
Returns the creation date of this EJB object. |
String |
getCreationUserId()
Returns the identifier of the user having created this EJB object. |
Date |
getUpdateDate()
Returns the update date of this EJB object. |
String |
getUpdateUserId()
Returns the identifier of the user having performed the last update on this EJB object. |
void |
setBase(LocalBase dbBase)
Initializes the associated EJB object. |
void |
setUpdateDate(Date date)
Initializes the update date of this EJB object. |
void |
setUpdateUserId(String userId)
Initializes the identifier of the user having performed the last update on this EJB object. |
Method Detail |
---|
LocalBase getBase()
null
.
EJBException
- if any exception occured during the execution of this method.setBase(christophedelory.interfaces.LocalBase)
void setBase(LocalBase dbBase)
dbBase
- an EJB object. Shall not be null
.
EJBException
- if any exception occured during the execution of this method.getBase()
Date getUpdateDate()
null
.
EJBException
- if any exception occured during the execution of this method.setUpdateDate(java.util.Date)
,
getUpdateUserId()
void setUpdateDate(Date date)
date
- a date. Shall not be null
.
EJBException
- if any exception occured during the execution of this method.getUpdateDate()
,
setUpdateUserId(String)
String getUpdateUserId()
null
.
EJBException
- if any exception occured during the execution of this method.setUpdateUserId(String)
,
getUpdateDate()
void setUpdateUserId(String userId)
userId
- a user identifier. Shall not be null
.
EJBException
- if any exception occured during the execution of this method.getUpdateUserId()
,
setUpdateDate(java.util.Date)
Date getCreationDate()
null
.
EJBException
- if any exception occured during the execution of this method.String getCreationUserId()
null
.
EJBException
- if any exception occured during the execution of this method.
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |