public class CustomFieldPossibleValueDTO extends EntityDTO implements ICustomFieldPossibleValue<CustomFieldPossibleValueCategoryVO>, IInternalNamedEntity
| Modifier and Type | Field and Description |
|---|---|
static Property<CustomFieldPossibleValueCategoryVO,CustomFieldPossibleValueDTO> |
CATEGORY |
static Property<java.lang.Boolean,CustomFieldPossibleValueDTO> |
DEFAULT_VALUE |
static Property<CustomFieldVO,CustomFieldPossibleValueDTO> |
FIELD |
static Property<java.lang.String,CustomFieldPossibleValueDTO> |
INTERNAL_NAME |
static Property<java.lang.String,CustomFieldPossibleValueDTO> |
VALUE |
ID| Constructor and Description |
|---|
CustomFieldPossibleValueDTO() |
CustomFieldPossibleValueDTO(java.lang.Long id) |
CustomFieldPossibleValueDTO(Property<T,? super CustomFieldPossibleValueDTO> 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
|
CustomFieldPossibleValueCategoryVO |
getCategory() |
CustomFieldVO |
getField() |
java.lang.String |
getInternalName() |
java.lang.String |
getValue() |
boolean |
isDefaultValue() |
void |
setCategory(CustomFieldPossibleValueCategoryVO category) |
void |
setDefaultValue(boolean defaultValue) |
void |
setField(CustomFieldVO field) |
void |
setInternalName(java.lang.String internalName) |
void |
setValue(java.lang.String value) |
java.lang.String |
toString() |
getVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<CustomFieldPossibleValueCategoryVO,CustomFieldPossibleValueDTO> CATEGORY
public static final Property<java.lang.Boolean,CustomFieldPossibleValueDTO> DEFAULT_VALUE
public static final Property<CustomFieldVO,CustomFieldPossibleValueDTO> FIELD
public static final Property<java.lang.String,CustomFieldPossibleValueDTO> INTERNAL_NAME
public static final Property<java.lang.String,CustomFieldPossibleValueDTO> VALUE
public CustomFieldPossibleValueDTO()
public CustomFieldPossibleValueDTO(java.lang.Long id)
public CustomFieldPossibleValueDTO(Property<T,? super CustomFieldPossibleValueDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
public java.lang.Object get(Property<?,?> property)
ObservableBeanpublic CustomFieldPossibleValueCategoryVO getCategory()
getCategory in interface ICustomFieldPossibleValue<CustomFieldPossibleValueCategoryVO>public boolean isDefaultValue()
public CustomFieldVO getField()
public java.lang.String getInternalName()
getInternalName in interface IInternalNamedEntitypublic java.lang.String getValue()
getValue in interface ICustomFieldPossibleValue<CustomFieldPossibleValueCategoryVO>public void setCategory(CustomFieldPossibleValueCategoryVO category)
public void setDefaultValue(boolean defaultValue)
public void setField(CustomFieldVO field)
public void setInternalName(java.lang.String internalName)
setInternalName in interface IInternalNamedEntityinternalName - the internal name to be set.public void setValue(java.lang.String value)
public java.lang.String toString()
toString in class EntityModel