|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.commons.config.ConfigEntityBean
public abstract class ConfigEntityBean
ConfigEntity Entity Bean. Generated by Phoenix CMP Generator II $Revision: 1.9 $
| Field Summary | |
|---|---|
static String |
TABLE_NAME
The name of the DB table which this entity represents. |
| Constructor Summary | |
|---|---|
ConfigEntityBean()
|
|
| Method Summary | |
|---|---|
ConfigEntityPK |
ejbCreate(ConfigEntityData data)
Create this Entity bean from its data object. |
void |
ejbPostCreate(ConfigEntityData data)
Post-Create this Entity bean from its data object. |
abstract String |
getConfigKey()
Returns the value of the ConfigKey field as String. |
abstract ConfigEntityData |
getData()
Returns the data of the entity. |
abstract String |
getValue()
Returns the value of the Value field as String. |
abstract void |
setConfigKey(String value)
Sets the value of the ConfigKey field. |
abstract void |
setData(ConfigEntityData data)
Sets the data of the entity except for the primary key field(s). |
abstract void |
setValue(String value)
Sets the value of the Value field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.ejb.EntityBean |
|---|
ejbActivate, ejbLoad, ejbPassivate, ejbRemove, ejbStore, setEntityContext, unsetEntityContext |
| Field Detail |
|---|
public static final String TABLE_NAME
| Constructor Detail |
|---|
public ConfigEntityBean()
| Method Detail |
|---|
public ConfigEntityPK ejbCreate(ConfigEntityData data)
throws CreateException
data - data object containing the entity
CreateException - if the container encounters a
problem during bean creation.public void ejbPostCreate(ConfigEntityData data)
data - data object containing the entitypublic abstract String getConfigKey()
public abstract void setConfigKey(String value)
value - the value of the ConfigKey fieldpublic abstract String getValue()
public abstract void setValue(String value)
value - the value of the Value fieldpublic abstract ConfigEntityData getData()
public abstract void setData(ConfigEntityData data)
data - data object representing the entity.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||