|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILightEntity
Persistence info handler interface. All the persistent POJO must implements this interface in stateless mode.
Field Summary | |
---|---|
static java.lang.String |
INITIALISED
|
Method Summary | |
---|---|
void |
addProxyInformation(java.lang.String property,
java.lang.String proxyInfo)
Add proxy information for the argument property. |
java.lang.String |
getDebugString()
Debug method : write the declared proxy information |
java.lang.String |
getProxyInformation(java.lang.String property)
Get proxy information for the argument property |
java.util.Map |
getProxyInformations()
|
void |
removeProxyInformation(java.lang.String property)
Remove a property proxy information |
void |
setProxyInformations(java.util.Map proxyInformations)
|
Field Detail |
---|
static final java.lang.String INITIALISED
Method Detail |
---|
void addProxyInformation(java.lang.String property, java.lang.String proxyInfo)
property
- the property nameproxyInformation
- map of proxy informations (string serialized form)void removeProxyInformation(java.lang.String property)
java.lang.String getProxyInformation(java.lang.String property)
property
- the property name
java.lang.String getDebugString()
java.util.Map getProxyInformations()
void setProxyInformations(java.util.Map proxyInformations)
proxyInformations
- the proxy informations to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |