|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PropertiesAccessor
Copyright (c) Formaria Ltd., 2001-2007, This software is licensed under the GNU Public License (GPL), please see license.txt for more details. If you make commercial use of this software you must purchase a commercial license from Formaria.
| Method Summary | |
|---|---|
boolean |
containsProperty(PojoModelVis model,
java.lang.String property)
Indicates whether the property of the given model has been stored |
java.lang.Object |
getPropertyValue(PojoModelVis model,
java.lang.String property)
Retrieves the value of the given property for the given model node |
void |
removeProperty(PojoModelVis model,
java.lang.String property)
Removes the given property |
void |
setPropertyValue(PojoModelVis model,
java.lang.String property,
java.lang.Object value)
Saves the given property value |
| Method Detail |
|---|
java.lang.Object getPropertyValue(PojoModelVis model,
java.lang.String property)
model - model which property is to be returnedproperty - property to be returned
void setPropertyValue(PojoModelVis model,
java.lang.String property,
java.lang.Object value)
model - model which property is to be savedproperty - the name of the property to be savedvalue - value to be saved
void removeProperty(PojoModelVis model,
java.lang.String property)
model - model whose property is to be removedproperty - the name of the property
boolean containsProperty(PojoModelVis model,
java.lang.String property)
model - the model which property is to be queried
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||