|
Betty v1.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalEvent
Local interface for EventEJB.
EventDetails
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 |
getDate()
Returns the event's date. |
String |
getId()
Returns the object identifier. |
LocalLocation |
getLocation()
Returns the event's location. |
LocalPhase |
getPhase()
Returns the enclosing championship's phase. |
LocalModel |
getScoreModel()
Returns the associated score processing model. |
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 |
setDate(Date date)
Initializes the event's date. |
void |
setId(String id)
Initializes the object identifier. |
void |
setLocation(LocalLocation location)
Initializes the event's location. |
void |
setPhase(LocalPhase phase)
Initializes the enclosing championship's phase. |
void |
setScoreModel(LocalModel dbModel)
Initializes the associated score processing model. |
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. |
Methods inherited from interface javax.ejb.EJBLocalObject |
---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
Method Detail |
---|
String getId()
DbIdEntity
getId
in interface DbIdEntity
null
.DbIdEntity.setId(String)
void setId(String id)
DbIdEntity
setId
in interface DbIdEntity
id
- an object identifier. Shall not be null
.DbIdEntity.getId()
Date getDate()
null
.
EJBException
- if any exception occured during the execution of this method.setDate(java.util.Date)
void setDate(Date date)
date
- a date. Shall not be null
.
EJBException
- if any exception occured during the execution of this method.getDate()
LocalModel getScoreModel()
null
.
EJBException
- if any exception occured during the execution of this method.setScoreModel(christophedelory.betty.interfaces.LocalModel)
void setScoreModel(LocalModel dbModel)
dbModel
- a score processing model. Shall not be null
.
EJBException
- if any exception occured during the execution of this method.getScoreModel()
LocalPhase getPhase()
null
.
EJBException
- if any exception occured during the execution of this method.setPhase(christophedelory.betty.interfaces.LocalPhase)
void setPhase(LocalPhase phase)
phase
- a phase. Shall not be null
.
EJBException
- if any exception occured during the execution of this method.getPhase()
LocalLocation getLocation()
null
.
EJBException
- if any exception occured during the execution of this method.setLocation(christophedelory.betty.interfaces.LocalLocation)
void setLocation(LocalLocation location)
location
- a location. Shall not be null
.
EJBException
- if any exception occured during the execution of this method.getLocation()
Date getCreationDate()
DbEntity
getCreationDate
in interface DbEntity
null
.String getCreationUserId()
DbEntity
getCreationUserId
in interface DbEntity
null
.Date getUpdateDate()
DbEntity
getUpdateDate
in interface DbEntity
null
.DbEntity.setUpdateDate(java.util.Date)
,
DbEntity.getUpdateUserId()
void setUpdateDate(Date date)
DbEntity
setUpdateDate
in interface DbEntity
date
- a date. Shall not be null
.DbEntity.getUpdateDate()
,
DbEntity.setUpdateUserId(String)
String getUpdateUserId()
DbEntity
getUpdateUserId
in interface DbEntity
null
.DbEntity.setUpdateUserId(String)
,
DbEntity.getUpdateDate()
void setUpdateUserId(String userId)
DbEntity
setUpdateUserId
in interface DbEntity
userId
- a user identifier. Shall not be null
.DbEntity.getUpdateUserId()
,
DbEntity.setUpdateDate(java.util.Date)
LocalBase getBase()
DbEntity
getBase
in interface DbEntity
null
.DbEntity.setBase(christophedelory.interfaces.LocalBase)
void setBase(LocalBase dbBase)
DbEntity
setBase
in interface DbEntity
dbBase
- an EJB object. Shall not be null
.DbEntity.getBase()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |