Class GUIValue
- java.lang.Object
 - 
- com.logicaldoc.gui.common.client.beans.GUIValue
 
 
- 
- All Implemented Interfaces:
 Serializable
public class GUIValue extends Object implements Serializable
General purpose value bean- Since:
 - 6.0
 - Author:
 - Marco Meschieri - LogicalDOC
 - See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()StringgetValue()voidsetCode(String code)voidsetValue(String value) 
 -