java.lang.Object
com.genologics.ri.controltype.ControlType
- All Implemented Interfaces:
Linkable<ControlType>
,Locatable
,Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLink()
Get a concrete link object to thisLinkable
thing.getName()
getUri()
Get the URI of this object.void
setArchived
(Boolean archived) void
setCatalogueNumber
(String catalogueNumber) void
setConcentration
(String concentration) void
void
setSingleStep
(Boolean singleStep) void
setSupplier
(String supplier) void
Set the URI of this object.void
setWebsite
(String website)
-
Field Details
-
supplier
-
catalogueNumber
-
website
-
concentration
- Since:
- 2.20
-
archived
-
singleStep
-
uri
-
name
-
-
Constructor Details
-
ControlType
public ControlType()
-
-
Method Details
-
getSupplier
-
setSupplier
-
getCatalogueNumber
-
setCatalogueNumber
-
getWebsite
-
setWebsite
-
getConcentration
-
setConcentration
-
getArchived
-
setArchived
-
getSingleStep
-
setSingleStep
-
getUri
Description copied from interface:Locatable
Get the URI of this object. -
setUri
Description copied from interface:Locatable
Set the URI of this object. -
getName
-
setName
-
getLink
Get a concrete link object to thisLinkable
thing.- Specified by:
getLink
in interfaceLinkable<ControlType>
- Returns:
- A
LimsLink
to this object.
-