|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.hibernate4gwt.pojo.java5.LazyPojo
public abstract class LazyPojo
Abstract POJO with lazy property handling
| Field Summary | |
|---|---|
protected java.util.List<java.lang.String> |
_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<java.lang.String> |
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<java.lang.String> _lazyProperties
| Constructor Detail |
|---|
public LazyPojo()
| Method Detail |
|---|
public void setLazyProperties(java.util.List properties)
setLazyProperties in interface ILazyPojoproperties - the lazy properties to setpublic java.util.List<java.lang.String> getLazyProperties()
getLazyProperties in interface ILazyPojopublic 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 | ||||||||