java.lang.Object
com.genologics.ri.stepconfiguration.LockableSetting
com.genologics.ri.stepconfiguration.Field
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IceBucketField,QueueField
A field has a name and an attach to value, these fields are used to keep track of all
the User Defined and Built In values for samples in queue and work view as well as
those on the actual step.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringDefines what entity this field is attached to.protected StringThe name of the field.protected StyleThe style of the field (user-defined or built-in).Fields inherited from class com.genologics.ri.stepconfiguration.LockableSetting
locked -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the attach-to value indicating what entity this field is attached to.getName()Gets the name of the field.getStyle()Gets the style of the field.voidsetAttachTo(String attachTo) Sets the attach-to value indicating what entity this field is attached to.voidSets the name of the field.voidSets the style of the field.Methods inherited from class com.genologics.ri.stepconfiguration.LockableSetting
isLocked, setLocked
-
Field Details
-
name
The name of the field. -
attachTo
Defines what entity this field is attached to. -
style
The style of the field (user-defined or built-in).- Since:
- 2.23
-
-
Constructor Details
-
Field
public Field()Default constructor. -
Field
Constructor with field name.- Parameters:
name- The field name.
-
Field
Constructor with field name and attach-to value.- Parameters:
name- The field name.attachTo- What entity this field is attached to.
-
-
Method Details
-
getName
Gets the name of the field.- Returns:
- The field name.
-
setName
Sets the name of the field.- Parameters:
name- The field name.
-
getAttachTo
Gets the attach-to value indicating what entity this field is attached to.- Returns:
- The attach-to value.
-
setAttachTo
Sets the attach-to value indicating what entity this field is attached to.- Parameters:
attachTo- The attach-to value.
-
getStyle
Gets the style of the field.- Returns:
- The field style.
-
setStyle
Sets the style of the field.- Parameters:
style- The field style.
-