java.lang.Object
com.genologics.ri.processtype.Field
com.genologics.ri.processtype.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
- Since:
- 2.25
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BooleanIndicates whether this field shows in the detail view. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.genologics.ri.processtype.Field
getAttachTo, getName, getStyle, setAttachTo, setName, setStyle, toString
-
Field Details
-
detail
Indicates whether this field shows in the detail view.
-
-
Constructor Details
-
QueueField
public QueueField()Constructs a new queue field.
-
-
Method Details
-
getDetail
Gets whether this field shows in the detail view.- Returns:
- true if this field shows in detail view, false otherwise.
-
setDetail
Sets whether this field shows in the detail view.- Parameters:
detail- true if this field should show in detail view.
-