Package org.openbravo.client.application
Class PropertiesComponent.LocalProperty
- java.lang.Object
-
- org.openbravo.client.application.PropertiesComponent.LocalProperty
-
- Enclosing class:
- PropertiesComponent
public static class PropertiesComponent.LocalProperty extends Object
-
-
Constructor Summary
Constructors Constructor Description LocalProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getValue()
boolean
isStringValue()
void
setId(String id)
void
setStringValue(boolean stringValue)
void
setValue(String value)
-