com.loribel.commons.business.abstraction
Interface GB_SimpleBOValueSet

All Superinterfaces:
GB_MyPropertyOwner, GB_SimpleBOValue
All Known Implementing Classes:
GB_BOValueAbstract

public interface GB_SimpleBOValueSet
extends GB_SimpleBOValue, GB_MyPropertyOwner

Container of value(s) for BusinessObject for updatable value(s).

Author:
Gregory Borelli

Method Summary
 void updateValue(java.lang.Object a_newValue)
          Update the value of the property by setting a value of the property (see getPropertyName()) of the BusinessObject associated.
 
Methods inherited from interface com.loribel.commons.business.abstraction.GB_SimpleBOValue
getBusinessObject, getPropertyName, getType, getValue
 
Methods inherited from interface com.loribel.commons.abstraction.GB_MyPropertyOwner
addMyPropertyChangeListener, addMyPropertyChangeListener, removeMyPropertyChangeListener, removeMyPropertyChangeListener
 

Method Detail

updateValue

public void updateValue(java.lang.Object a_newValue)
Update the value of the property by setting a value of the property (see getPropertyName()) of the BusinessObject associated. Cela permet en autre de pouvoir générer des évènements au niveau du BusinessObject.

Parameters:
a_newValue - Object - the new value of the property


Copyright © 2002-2007 Gregory Borelli [Loribel]. All Rights Reserved.