java.lang.Object
com.genologics.ri.stepconfiguration.LockableSetting
com.genologics.ri.stepconfiguration.Field
com.genologics.ri.stepconfiguration.IceBucketField
- 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 ice bucket view
- Since:
- 2.25
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BooleanIndicates whether this ice bucket field should be shown in detail view.Fields inherited from class com.genologics.ri.stepconfiguration.LockableSetting
locked -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.IceBucketField(String name) Constructor with field name.IceBucketField(String name, String attachTo) Constructor with field name and attach-to value. -
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 ice bucket field should be shown in detail view.
-
-
Constructor Details
-
IceBucketField
public IceBucketField()Default constructor. -
IceBucketField
Constructor with field name.- Parameters:
name- The field name.
-
IceBucketField
Constructor with field name and attach-to value.- Parameters:
name- The field name.attachTo- What entity this field is attached to.
-
-
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.
-