|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.hibernate4gwt.pojo.java14.LazyPojo
public abstract class LazyPojo
Abstract POJO for GWT with lazy property handling
| Field Summary | |
|---|---|
protected java.util.List |
_lazyProperties
List of lazy but not loaded properties |
| Constructor Summary | |
|---|---|
LazyPojo()
Constructor |
|
| Method Summary | |
|---|---|
void |
addLazyProperty(java.lang.String property)
Add a lazy property |
java.util.List |
getLazyProperties()
|
java.lang.String |
getLazyString()
Debug method : write the declared lazy properties |
boolean |
isLazyProperty(java.lang.String property)
Indicates if the property is lazy or not |
void |
removeLazyProperty(java.lang.String property)
Remove a lazy property |
void |
setLazyProperties(java.util.List properties)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List _lazyProperties
| Constructor Detail |
|---|
public LazyPojo()
| Method Detail |
|---|
public java.util.List getLazyProperties()
getLazyProperties in interface ILazyPojopublic void setLazyProperties(java.util.List properties)
setLazyProperties in interface ILazyPojoproperties - the lazy properties to setpublic void addLazyProperty(java.lang.String property)
ILazyPojo
addLazyProperty in interface ILazyPojopublic void removeLazyProperty(java.lang.String property)
ILazyPojo
removeLazyProperty in interface ILazyPojopublic boolean isLazyProperty(java.lang.String property)
ILazyPojo
isLazyProperty in interface ILazyPojopublic java.lang.String getLazyString()
ILazyPojo
getLazyString in interface ILazyPojo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||