public class CustomFieldValueVO extends EntityVO implements ICustomFieldValueWithList<CustomFieldPossibleValueVO,CustomFieldPossibleValueCategoryVO>
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.Boolean,CustomFieldValueVO> |
BOOLEAN_VALUE |
static Property<IDate,CustomFieldValueVO> |
DATE_VALUE |
static Property<java.math.BigDecimal,CustomFieldValueVO> |
DECIMAL_VALUE |
static ListProperty<CustomFieldPossibleValueVO,CustomFieldValueVO> |
ENUMERATED_VALUES |
static Property<CustomFieldVO,CustomFieldValueVO> |
FIELD |
static Property<java.lang.Integer,CustomFieldValueVO> |
INTEGER_VALUE |
static Property<LinkedEntityVO,CustomFieldValueVO> |
LINKED_ENTITY_VALUE |
static Property<java.lang.String,CustomFieldValueVO> |
RICH_TEXT_VALUE |
static Property<java.lang.String,CustomFieldValueVO> |
STRING_VALUE |
static Property<java.lang.String,CustomFieldValueVO> |
TEXT_VALUE |
ID| Constructor and Description |
|---|
CustomFieldValueVO() |
CustomFieldValueVO(java.lang.Long id) |
CustomFieldValueVO(Property<T,? super CustomFieldValueVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
java.lang.Boolean |
getBooleanValue() |
IDate |
getDateValue() |
java.math.BigDecimal |
getDecimalValue() |
java.util.List<CustomFieldPossibleValueVO> |
getEnumeratedValues() |
CustomFieldVO |
getField() |
java.lang.Integer |
getIntegerValue() |
LinkedEntityVO |
getLinkedEntityValue() |
java.lang.String |
getRichTextValue() |
java.lang.String |
getStringValue() |
java.lang.String |
getTextValue() |
void |
setBooleanValue(java.lang.Boolean booleanValue) |
void |
setDateValue(IDate dateValue) |
void |
setDecimalValue(java.math.BigDecimal decimalValue) |
void |
setEnumeratedValues(java.util.List<CustomFieldPossibleValueVO> enumeratedValues) |
void |
setField(CustomFieldVO field) |
void |
setIntegerValue(java.lang.Integer integerValue) |
void |
setLinkedEntityValue(LinkedEntityVO linkedEntityValue) |
void |
setRichTextValue(java.lang.String richTextValue) |
void |
setStringValue(java.lang.String stringValue) |
void |
setTextValue(java.lang.String textValue) |
getId, getIds, getUniqueIdsaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.Boolean,CustomFieldValueVO> BOOLEAN_VALUE
public static final Property<IDate,CustomFieldValueVO> DATE_VALUE
public static final Property<java.math.BigDecimal,CustomFieldValueVO> DECIMAL_VALUE
public static final ListProperty<CustomFieldPossibleValueVO,CustomFieldValueVO> ENUMERATED_VALUES
public static final Property<CustomFieldVO,CustomFieldValueVO> FIELD
public static final Property<java.lang.Integer,CustomFieldValueVO> INTEGER_VALUE
public static final Property<LinkedEntityVO,CustomFieldValueVO> LINKED_ENTITY_VALUE
public static final Property<java.lang.String,CustomFieldValueVO> RICH_TEXT_VALUE
public static final Property<java.lang.String,CustomFieldValueVO> STRING_VALUE
public static final Property<java.lang.String,CustomFieldValueVO> TEXT_VALUE
public CustomFieldValueVO()
public CustomFieldValueVO(java.lang.Long id)
public CustomFieldValueVO(Property<T,? super CustomFieldValueVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class EntityModelpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class EntityModelpublic java.lang.Boolean getBooleanValue()
getBooleanValue in interface ICustomFieldValuepublic IDate getDateValue()
getDateValue in interface ICustomFieldValuepublic java.math.BigDecimal getDecimalValue()
getDecimalValue in interface ICustomFieldValuepublic java.util.List<CustomFieldPossibleValueVO> getEnumeratedValues()
getEnumeratedValues in interface ICustomFieldValueWithList<CustomFieldPossibleValueVO,CustomFieldPossibleValueCategoryVO>public CustomFieldVO getField()
getField in interface ICustomFieldValuepublic java.lang.Integer getIntegerValue()
getIntegerValue in interface ICustomFieldValuepublic LinkedEntityVO getLinkedEntityValue()
getLinkedEntityValue in interface ICustomFieldValuepublic java.lang.String getRichTextValue()
getRichTextValue in interface ICustomFieldValuepublic java.lang.String getStringValue()
getStringValue in interface ICustomFieldValuepublic java.lang.String getTextValue()
getTextValue in interface ICustomFieldValuepublic void setBooleanValue(java.lang.Boolean booleanValue)
setBooleanValue in interface ICustomFieldValuepublic void setDateValue(IDate dateValue)
setDateValue in interface ICustomFieldValuepublic void setDecimalValue(java.math.BigDecimal decimalValue)
setDecimalValue in interface ICustomFieldValuepublic void setEnumeratedValues(java.util.List<CustomFieldPossibleValueVO> enumeratedValues)
setEnumeratedValues in interface ICustomFieldValueWithList<CustomFieldPossibleValueVO,CustomFieldPossibleValueCategoryVO>public void setField(CustomFieldVO field)
public void setIntegerValue(java.lang.Integer integerValue)
setIntegerValue in interface ICustomFieldValuepublic void setLinkedEntityValue(LinkedEntityVO linkedEntityValue)
setLinkedEntityValue in interface ICustomFieldValuepublic void setRichTextValue(java.lang.String richTextValue)
setRichTextValue in interface ICustomFieldValuepublic void setStringValue(java.lang.String stringValue)
setStringValue in interface ICustomFieldValuepublic void setTextValue(java.lang.String textValue)
setTextValue in interface ICustomFieldValue