|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigEntity
Remote 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.EJBObject |
|---|
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
|---|
String getConfigKey()
throws RemoteException
RemoteException
void setConfigKey(String value)
throws RemoteException
value - the value of the ConfigKey field
RemoteException
String getValue()
throws RemoteException
RemoteException
void setValue(String value)
throws RemoteException
value - the value of the Value field
RemoteException
ConfigEntityData getData()
throws RemoteException
RemoteException
void setData(ConfigEntityData data)
throws RemoteException
data - data object representing the entity.
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||