com.loribel.commons.abstraction
Interface GB_ValueOwnerSet

All Superinterfaces:
GB_ValueOwner
All Known Subinterfaces:
GB_ItemSet, GB_ItemWithReportSet, GB_NameValueSet
All Known Implementing Classes:
GB_BOValueSingle, GB_ItemWithReportImpl, GB_NameValueImpl, GB_ValueOwnerImpl

public interface GB_ValueOwnerSet
extends GB_ValueOwner

Abstraction of object that have read-write value.

Author:
Gregory Borelli

Method Summary
 void setValue(java.lang.Object a_value)
          Set the value.
 
Methods inherited from interface com.loribel.commons.abstraction.GB_ValueOwner
getValue
 

Method Detail

setValue

public void setValue(java.lang.Object a_value)
Set the value.

Parameters:
a_value - Object -


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