java.lang.Object
com.genologics.ri.configuration.Field
- All Implemented Interfaces:
Linkable<Field>
,Locatable
,Serializable
The detailed representation of the configuration of a user-defined field.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected String
protected String
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Double
protected Double
protected String
protected URI
protected Integer
protected Boolean
protected Boolean
protected Boolean
protected FieldType
protected TypeDefinition
protected String
protected URI
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getType()
getUri()
Get the URI of this object.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setAllowNonPresetValues
(Boolean allowNonPresetValues) void
setAttachToCategory
(String attachToCategory) void
setAttachToName
(String attachToName) void
setControlledVocabulary
(Boolean controlledVocabulary) void
setDeviation
(Boolean deviation) void
setDisplayPrecision
(Integer precision) void
setEditable
(Boolean editable) void
setFirstPresetDefaultValue
(Boolean firstPresetIsDefaultValue) void
setMaxValue
(Double maxValue) void
setMinValue
(Double minValue) void
void
setParentUri
(URI parentUri) void
setRequired
(Boolean required) void
setShowInLablink
(Boolean showInLablink) void
setShowInTables
(Boolean showInTables) void
void
setTypeDefinition
(TypeDefinition typeDefinition) void
setUnitLabel
(String unit) void
Set the URI of this object.
-
Field Details
-
name
-
attachToName
-
precision
-
unitLabel
-
typeDefinition
-
showInLablink
-
allowNonPresetValues
-
firstPresetIsDefaultValue
-
showInTables
-
editable
-
deviation
-
controlledVocabulary
-
parentUri
-
childUris
-
presets
-
minValue
-
maxValue
-
required
-
attachToCategory
-
type
-
uri
-
-
Constructor Details
-
Field
public Field()
-
-
Method Details
-
getChildUris
-
getPresets
-
getName
-
setName
-
getAttachToName
-
setAttachToName
-
getDisplayPrecision
-
setDisplayPrecision
-
getUnitLabel
-
setUnitLabel
-
getTypeDefinition
-
setTypeDefinition
-
isShowInLablink
public boolean isShowInLablink() -
setShowInLablink
-
isAllowNonPresetValues
public boolean isAllowNonPresetValues() -
setAllowNonPresetValues
-
isFirstPresetDefaultValue
public boolean isFirstPresetDefaultValue() -
setFirstPresetDefaultValue
-
isShowInTables
public boolean isShowInTables() -
setShowInTables
-
isEditable
public boolean isEditable() -
setEditable
-
isDeviation
public boolean isDeviation() -
setDeviation
-
isControlledVocabulary
public boolean isControlledVocabulary() -
setControlledVocabulary
-
getParentUri
-
setParentUri
-
getMinValue
-
setMinValue
-
getMaxValue
-
setMaxValue
-
isRequired
public boolean isRequired() -
setRequired
-
getAttachToCategory
-
setAttachToCategory
-
getType
-
setType
-
getUri
Description copied from interface:Locatable
Get the URI of this object. -
setUri
Description copied from interface:Locatable
Set the URI of this object.
-