|
Betty v1.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalMetadata
Local interface for MetadataEJB.
AbstractMetadataDetails
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. |
String |
getLocaleName()
Returns the metadata locale. |
String |
getType()
Returns the metadata type. |
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. |
String |
getValue()
Returns the value of this metadata. |
void |
setBase(LocalBase dbBase)
Initializes the associated 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. |
void |
setLocaleName(String localeName)
Initializes the metadata locale. |
void |
setType(String type)
Initializes the metadata type. |
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. |
void |
setValue(String value)
Initializes the value of this metadata. |
Methods inherited from interface javax.ejb.EJBLocalObject |
---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
Method Detail |
---|
String getType()
null
.
EJBException
- if any exception occured during the execution of this method.DescriptionDetails.METADATA_TYPE
,
LinkDetails.METADATA_TYPE
,
setType(String)
void setType(String type)
type
- a metadata type. Shall not be null
.
EJBException
- if any exception occured during the execution of this method.getType()
String getLocaleName()
null
.
EJBException
- if any exception occured during the execution of this method.setLocaleName(String)
void setLocaleName(String localeName)
localeName
- a locale name. May be empty, but not null
.
EJBException
- if any exception occured during the execution of this method.getLocaleName()
String getValue()
null
.
EJBException
- if any exception occured during the execution of this method.setValue(String)
void setValue(String value)
value
- a metadata value. Shall not be null
.
EJBException
- if any exception occured during the execution of this method.getValue()
Date getCreationDate()
DbEntity
getCreationDate
in interface DbEntity
null
.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()
DbEntity
getCreationUserId
in interface DbEntity
null
.void setCreationUserId(String userId)
userId
- a user identifier. Shall not be null
.
EJBException
- if any exception occured during the execution of this method.getCreationUserId()
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 |