public class CustomFieldValueVO extends EntityVO implements ICustomFieldValueWithList<CustomFieldPossibleValueVO,CustomFieldPossibleValueCategoryVO>
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,CustomFieldValueVO> |
BOOLEAN_VALUE |
static java.lang.String |
CLASS_NAME |
static BasicProperty<IDate,CustomFieldValueVO> |
DATE_VALUE |
static BasicProperty<java.math.BigDecimal,CustomFieldValueVO> |
DECIMAL_VALUE |
static ListProperty<CustomFieldPossibleValueVO,CustomFieldValueVO> |
ENUMERATED_VALUES |
static BasicProperty<CustomFieldVO,CustomFieldValueVO> |
FIELD |
static BasicProperty<java.lang.Integer,CustomFieldValueVO> |
INTEGER_VALUE |
static BasicProperty<LinkedEntityVO,CustomFieldValueVO> |
LINKED_ENTITY_VALUE |
static BasicProperty<java.lang.String,CustomFieldValueVO> |
RICH_TEXT_VALUE |
static BasicProperty<java.lang.String,CustomFieldValueVO> |
STRING_VALUE |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
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) |
java.lang.String |
toString() |
getId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Boolean,CustomFieldValueVO> BOOLEAN_VALUE
public static final BasicProperty<IDate,CustomFieldValueVO> DATE_VALUE
public static final BasicProperty<java.math.BigDecimal,CustomFieldValueVO> DECIMAL_VALUE
public static final ListProperty<CustomFieldPossibleValueVO,CustomFieldValueVO> ENUMERATED_VALUES
public static final BasicProperty<CustomFieldVO,CustomFieldValueVO> FIELD
public static final BasicProperty<java.lang.Integer,CustomFieldValueVO> INTEGER_VALUE
public static final BasicProperty<LinkedEntityVO,CustomFieldValueVO> LINKED_ENTITY_VALUE
public static final BasicProperty<java.lang.String,CustomFieldValueVO> RICH_TEXT_VALUE
public static final BasicProperty<java.lang.String,CustomFieldValueVO> STRING_VALUE
public static final BasicProperty<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 EntityModelpublic java.lang.Boolean getBooleanValue()
getBooleanValue in interface ICustomFieldValuepublic void setBooleanValue(java.lang.Boolean booleanValue)
setBooleanValue in interface ICustomFieldValuepublic IDate getDateValue()
getDateValue in interface ICustomFieldValuepublic void setDateValue(IDate dateValue)
setDateValue in interface ICustomFieldValuepublic java.math.BigDecimal getDecimalValue()
getDecimalValue in interface ICustomFieldValuepublic void setDecimalValue(java.math.BigDecimal decimalValue)
setDecimalValue in interface ICustomFieldValuepublic java.util.List<CustomFieldPossibleValueVO> getEnumeratedValues()
getEnumeratedValues in interface ICustomFieldValueWithList<CustomFieldPossibleValueVO,CustomFieldPossibleValueCategoryVO>public void setEnumeratedValues(java.util.List<CustomFieldPossibleValueVO> enumeratedValues)
setEnumeratedValues in interface ICustomFieldValueWithList<CustomFieldPossibleValueVO,CustomFieldPossibleValueCategoryVO>public CustomFieldVO getField()
getField in interface ICustomFieldValuepublic void setField(CustomFieldVO field)
public java.lang.Integer getIntegerValue()
getIntegerValue in interface ICustomFieldValuepublic void setIntegerValue(java.lang.Integer integerValue)
setIntegerValue in interface ICustomFieldValuepublic LinkedEntityVO getLinkedEntityValue()
getLinkedEntityValue in interface ICustomFieldValuepublic void setLinkedEntityValue(LinkedEntityVO linkedEntityValue)
setLinkedEntityValue in interface ICustomFieldValuepublic java.lang.String getRichTextValue()
getRichTextValue in interface ICustomFieldValuepublic void setRichTextValue(java.lang.String richTextValue)
setRichTextValue in interface ICustomFieldValuepublic java.lang.String getStringValue()
getStringValue in interface ICustomFieldValuepublic void setStringValue(java.lang.String stringValue)
setStringValue in interface ICustomFieldValuepublic java.lang.String getTextValue()
getTextValue in interface ICustomFieldValuepublic void setTextValue(java.lang.String textValue)
setTextValue in interface ICustomFieldValuepublic java.lang.String toString()
toString in class EntityModel