|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigEntityLocal
Local interface for ConfigEntity.
| Method Summary | |
|---|---|
String |
getConfigKey()
Returns the value of the ConfigKey field as String. |
ConfigEntityData |
getData()
Returns the data of the entity. |
String |
getValue()
Returns the value of the Value field as String. contains the current valid value, is delivered whenever the config service is asked for the value for a given config_key |
void |
setConfigKey(String value)
Sets the value of the ConfigKey field. |
void |
setData(ConfigEntityData data)
Sets the data of the entity except for the primary key field(s). |
void |
setValue(String value)
Sets the value of the Value field. |
| Methods inherited from interface javax.ejb.EJBLocalObject |
|---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
| Method Detail |
|---|
String getConfigKey()
void setConfigKey(String value)
value - the value of the ConfigKey fieldString getValue()
void setValue(String value)
value - the value of the Value fieldConfigEntityData getData()
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 | |||||||||