|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.commons.config.ConfigEntityBean
org.jcoderz.commons.config.ConfigEntityCMP
public abstract class ConfigEntityCMP
CMP layer for ConfigEntity.
| Field Summary |
|---|
| Fields inherited from class org.jcoderz.commons.config.ConfigEntityBean |
|---|
TABLE_NAME |
| Constructor Summary | |
|---|---|
ConfigEntityCMP()
|
|
| Method Summary | |
|---|---|
void |
ejbActivate()
|
void |
ejbLoad()
|
void |
ejbPassivate()
|
void |
ejbRemove()
|
void |
ejbStore()
|
abstract String |
getConfigKey()
Returns the value of the ConfigKey field as String. |
ConfigEntityData |
getData()
Returns the data of the entity. |
abstract String |
getValue()
Returns the value of the Value field as String. |
abstract void |
setConfigKey(String configKey)
Sets the value of the ConfigKey field. |
void |
setData(ConfigEntityData dataHolder)
Sets the data of the entity except for the primary key field(s). |
void |
setEntityContext(EntityContext ctx)
|
abstract void |
setValue(String value)
Sets the value of the Value field. |
void |
unsetEntityContext()
|
| Methods inherited from class org.jcoderz.commons.config.ConfigEntityBean |
|---|
ejbCreate, ejbPostCreate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigEntityCMP()
| Method Detail |
|---|
public ConfigEntityData getData()
ConfigEntityBean
getData in class ConfigEntityBeanpublic void setData(ConfigEntityData dataHolder)
ConfigEntityBean
setData in class ConfigEntityBeandataHolder - data object representing the entity.public void ejbLoad()
ejbLoad in interface EntityBeanpublic void ejbStore()
ejbStore in interface EntityBeanpublic void ejbActivate()
ejbActivate in interface EntityBeanpublic void ejbPassivate()
ejbPassivate in interface EntityBeanpublic void setEntityContext(EntityContext ctx)
setEntityContext in interface EntityBeanpublic void unsetEntityContext()
unsetEntityContext in interface EntityBean
public void ejbRemove()
throws RemoveException
ejbRemove in interface EntityBeanRemoveExceptionpublic abstract String getConfigKey()
ConfigEntityBean
getConfigKey in class ConfigEntityBeanpublic abstract void setConfigKey(String configKey)
ConfigEntityBean
setConfigKey in class ConfigEntityBeanconfigKey - the value of the ConfigKey fieldpublic abstract String getValue()
ConfigEntityBean
getValue in class ConfigEntityBeanpublic abstract void setValue(String value)
ConfigEntityBean
setValue in class ConfigEntityBeanvalue - the value of the Value field
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||