java.lang.Object
com.genologics.ri.processtype.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
- Since:
- 2.25
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the entity to which this field is attached.getName()Gets the name of the field.getStyle()Gets the style of the field.voidsetAttachTo(String attachTo) Sets the entity to which this field is attached.voidSets the name of the field.voidSets the style of the field.toString()Returns a string representation of this field.
-
Field Details
-
name
The name of the field. -
attachTo
The entity to which this field is attached. -
style
The style of the field (user-defined or built-in).
-
-
Constructor Details
-
Field
public Field()Constructs a new field. -
Field
Constructs a new field with the specified name.- Parameters:
name- the name of the field.
-
-
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 entity to which this field is attached.- Returns:
- the attach-to value.
-
setAttachTo
Sets the entity to which this field is attached.- 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.
-
toString
Returns a string representation of this field.
-