|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.gilead.pojo.java5.LightEntity
public abstract class LightEntity
Abstract POJO with minimal proxy informations handling
Field Summary | |
---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
_proxyInformations
Map of persistence proxy informations. |
Fields inherited from interface net.sf.gilead.pojo.base.ILightEntity |
---|
INITIALISED |
Constructor Summary | |
---|---|
LightEntity()
Constructor |
Method Summary | |
---|---|
void |
addProxyInformation(java.lang.String property,
java.lang.String proxyInfo)
Add proxy information |
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<java.lang.String,java.lang.String> |
getProxyInformations()
|
void |
removeProxyInformation(java.lang.String property)
Remove a property proxy information |
void |
setProxyInformations(java.util.Map informations)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Map<java.lang.String,java.lang.String> _proxyInformations
Constructor Detail |
---|
public LightEntity()
Method Detail |
---|
public java.util.Map<java.lang.String,java.lang.String> getProxyInformations()
getProxyInformations
in interface ILightEntity
public void setProxyInformations(java.util.Map informations)
setProxyInformations
in interface ILightEntity
informations
- the proxy Informations to setpublic void addProxyInformation(java.lang.String property, java.lang.String proxyInfo)
addProxyInformation
in interface ILightEntity
property
- the property namepublic void removeProxyInformation(java.lang.String property)
ILightEntity
removeProxyInformation
in interface ILightEntity
public java.lang.String getProxyInformation(java.lang.String property)
ILightEntity
getProxyInformation
in interface ILightEntity
property
- the property name
public java.lang.String getDebugString()
ILightEntity
getDebugString
in interface ILightEntity
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |