|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.gilead.pojo.java14.LightEntity
public abstract class LightEntity
Abstract POJO for lazy property handling. This class is Java 1.4 and holds GWT xdoclets
Field Summary | |
---|---|
protected java.util.Map |
_proxyInformations
Map of proxy informations The key is the property name, the value is a map with persistence informations filled by the persistence util implementation. |
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 proxyInformations)
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 properties)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.gilead.proxy.IServerProxyGenerator |
---|
generateProxyFor |
Field Detail |
---|
protected java.util.Map _proxyInformations
Constructor Detail |
---|
public LightEntity()
Method Detail |
---|
public java.util.Map getProxyInformations()
getProxyInformations
in interface ILightEntity
public void setProxyInformations(java.util.Map properties)
setProxyInformations
in interface ILightEntity
properties
- the persistent collection properties to setpublic void addProxyInformation(java.lang.String property, java.lang.String proxyInformations)
ILightEntity
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 |