Package org.cyclos.model.system.fields
Class CustomFieldValueForSearchDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityDTO
-
- org.cyclos.model.system.fields.BaseValueForSearchDTO
-
- org.cyclos.model.system.fields.CustomFieldValueForSearchDTO
-
- All Implemented Interfaces:
Serializable,IEntity
public class CustomFieldValueForSearchDTO extends BaseValueForSearchDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic SetProperty<DynamicFieldValueVO,CustomFieldValueForSearchDTO>DYNAMIC_VALUESstatic SetProperty<CustomFieldPossibleValueVO,CustomFieldValueForSearchDTO>ENUMERATED_VALUESstatic BasicProperty<CustomFieldVO,CustomFieldValueForSearchDTO>FIELDstatic SetProperty<LinkedEntityVO,CustomFieldValueForSearchDTO>LINKED_ENTITY_VALUES-
Fields inherited from class org.cyclos.model.system.fields.BaseValueForSearchDTO
BOOLEAN_VALUE, DATE_PERIOD, DECIMAL_RANGE, INTEGER_RANGE, STRING_VALUE
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description CustomFieldValueForSearchDTO()CustomFieldValueForSearchDTO(Long id)CustomFieldValueForSearchDTO(Property<T,? super CustomFieldValueForSearchDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()Set<DynamicFieldValueVO>getDynamicValues()Set<CustomFieldPossibleValueVO>getEnumeratedValues()CustomFieldVOgetField()Set<LinkedEntityVO>getLinkedEntityValues()voidsetDynamicValues(Set<DynamicFieldValueVO> dynamicValues)voidsetEnumeratedValues(Set<CustomFieldPossibleValueVO> enumeratedValues)voidsetField(CustomFieldVO field)voidsetLinkedEntityValues(Set<LinkedEntityVO> linkedEntityValues)StringtoString()-
Methods inherited from class org.cyclos.model.system.fields.BaseValueForSearchDTO
getBooleanValue, getDatePeriod, getDecimalRange, getIntegerRange, getStringValue, setBooleanValue, setDatePeriod, setDecimalRange, setIntegerRange, setStringValue
-
Methods inherited from class org.cyclos.model.EntityDTO
getVersion, isPersistent, isTransient, setVersion
-
Methods inherited from class org.cyclos.model.EntityModel
equals, getId, hashCode, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
DYNAMIC_VALUES
public static final SetProperty<DynamicFieldValueVO,CustomFieldValueForSearchDTO> DYNAMIC_VALUES
-
ENUMERATED_VALUES
public static final SetProperty<CustomFieldPossibleValueVO,CustomFieldValueForSearchDTO> ENUMERATED_VALUES
-
FIELD
public static final BasicProperty<CustomFieldVO,CustomFieldValueForSearchDTO> FIELD
-
LINKED_ENTITY_VALUES
public static final SetProperty<LinkedEntityVO,CustomFieldValueForSearchDTO> LINKED_ENTITY_VALUES
-
-
Constructor Detail
-
CustomFieldValueForSearchDTO
public CustomFieldValueForSearchDTO()
-
CustomFieldValueForSearchDTO
public CustomFieldValueForSearchDTO(Long id)
-
CustomFieldValueForSearchDTO
public CustomFieldValueForSearchDTO(Property<T,? super CustomFieldValueForSearchDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBaseValueForSearchDTO
-
getDynamicValues
public Set<DynamicFieldValueVO> getDynamicValues()
-
setDynamicValues
public void setDynamicValues(Set<DynamicFieldValueVO> dynamicValues)
-
getEnumeratedValues
public Set<CustomFieldPossibleValueVO> getEnumeratedValues()
-
setEnumeratedValues
public void setEnumeratedValues(Set<CustomFieldPossibleValueVO> enumeratedValues)
-
getField
public CustomFieldVO getField()
-
setField
public void setField(CustomFieldVO field)
-
getLinkedEntityValues
public Set<LinkedEntityVO> getLinkedEntityValues()
-
setLinkedEntityValues
public void setLinkedEntityValues(Set<LinkedEntityVO> linkedEntityValues)
-
toString
public String toString()
- Overrides:
toStringin classEntityModel
-
-