public class CustomFieldPossibleValueDTO extends EntityDTO implements IInternalNamedEntity, ICustomFieldPossibleValue<CustomFieldPossibleValueCategoryVO>
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<CustomFieldPossibleValueCategoryVO,CustomFieldPossibleValueDTO> |
CATEGORY |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,CustomFieldPossibleValueDTO> |
DEFAULT_VALUE |
static BasicProperty<CustomFieldVO,CustomFieldPossibleValueDTO> |
FIELD |
static BasicProperty<java.lang.String,CustomFieldPossibleValueDTO> |
INTERNAL_NAME |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
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, 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<CustomFieldPossibleValueCategoryVO,CustomFieldPossibleValueDTO> CATEGORY
public static final BasicProperty<java.lang.Boolean,CustomFieldPossibleValueDTO> DEFAULT_VALUE
public static final BasicProperty<CustomFieldVO,CustomFieldPossibleValueDTO> FIELD
public static final BasicProperty<java.lang.String,CustomFieldPossibleValueDTO> INTERNAL_NAME
public static final BasicProperty<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 EntityDTOpublic CustomFieldPossibleValueCategoryVO getCategory()
getCategory in interface ICustomFieldPossibleValue<CustomFieldPossibleValueCategoryVO>public void setCategory(CustomFieldPossibleValueCategoryVO category)
public boolean isDefaultValue()
public void setDefaultValue(boolean defaultValue)
public CustomFieldVO getField()
public void setField(CustomFieldVO field)
public java.lang.String getInternalName()
getInternalName in interface IInternalNamedEntitypublic void setInternalName(java.lang.String internalName)
setInternalName in interface IInternalNamedEntityinternalName - the internal name to be set.public java.lang.String getValue()
getValue in interface ICustomFieldPossibleValue<CustomFieldPossibleValueCategoryVO>public void setValue(java.lang.String value)
public java.lang.String toString()
toString in class EntityModel