java.lang.Object
com.genologics.ri.reagenttype.ReagentType
- All Implemented Interfaces:
LimsEntity<ReagentType>
,LimsEntityLinkable<ReagentType>
,Linkable<ReagentType>
,Locatable
,Serializable
The detailed representation of a reagent type.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected SpecialType
protected URI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the LIMS id for this object.getLink()
Get a concrete link object to thisLimsEntityLinkable
entity.getName()
getUri()
Get the URI of this object.void
Set the LIMS id for this object.void
void
setReagentCategory
(String reagentCategory) void
setSpecialType
(SpecialType specialType) void
Set the URI of this object.toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsId
-
Field Details
-
specialType
-
reagentCategory
-
name
-
uri
-
-
Constructor Details
-
ReagentType
public ReagentType() -
ReagentType
-
ReagentType
-
-
Method Details
-
getSpecialType
-
setSpecialType
-
getReagentCategory
-
setReagentCategory
-
getName
-
setName
-
getUri
Description copied from interface:Locatable
Get the URI of this object. -
setUri
Description copied from interface:Locatable
Set the URI of this object. -
getLimsid
Description copied from interface:LimsEntityLinkable
Get the LIMS id for this object.- Specified by:
getLimsid
in interfaceLimsEntityLinkable<ReagentType>
- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkable
Set the LIMS id for this object.- Specified by:
setLimsid
in interfaceLimsEntityLinkable<ReagentType>
- Parameters:
id
- The new LIMS id.
-
toString
-
getLink
Get a concrete link object to thisLimsEntityLinkable
entity. This definition simply narrows the type of links returned by classes that implement this interface, as they should all have correspondingLimsEntityLink
link classes available.- Specified by:
getLink
in interfaceLimsEntityLinkable<ReagentType>
- Specified by:
getLink
in interfaceLinkable<ReagentType>
- Returns:
- A
LimsEntityLink
to this object.
-