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 String
getCode()
String
getValue()
void
setCode(String code)
void
setValue(String value)
-