java.lang.Object
com.genologics.ri.stepconfiguration.LockableSetting
com.genologics.ri.stepconfiguration.Field
com.genologics.ri.stepconfiguration.QueueField
- All Implemented Interfaces:
Serializable
A field has a name and an attach to value, these fields are used to keep
track of all the UDF values for samples in queue and work view as well as
those on the actual step
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BooleanIndicates whether this queue field should be shown in detail view.Fields inherited from class com.genologics.ri.stepconfiguration.LockableSetting
locked -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.QueueField(String name) Constructor with field name.QueueField(String name, String attachTo) Constructor with field name and attach-to value.QueueField(String name, String attachTo, Boolean detail) Constructor with field name, attach-to value, and detail flag. -
Method Summary
Methods inherited from class com.genologics.ri.stepconfiguration.Field
getAttachTo, getName, getStyle, setAttachTo, setName, setStyleMethods inherited from class com.genologics.ri.stepconfiguration.LockableSetting
isLocked, setLocked
-
Field Details
-
detail
Indicates whether this queue field should be shown in detail view.
-
-
Constructor Details
-
QueueField
public QueueField()Default constructor. -
QueueField
Constructor with field name.- Parameters:
name- The field name.
-
QueueField
Constructor with field name and attach-to value.- Parameters:
name- The field name.attachTo- What entity this field is attached to.
-
QueueField
Constructor with field name, attach-to value, and detail flag.- Parameters:
name- The field name.attachTo- What entity this field is attached to.detail- Whether to show in detail view.
-
-
Method Details
-
getDetail
Gets whether this field should be shown in detail view.- Returns:
- True if shown in detail view, false otherwise.
-
setDetail
Sets whether this field should be shown in detail view.- Parameters:
detail- True to show in detail view, false otherwise.
-