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 Stringprotected Stringprotected SpecialTypeprotected URI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the LIMS id for this object.getLink()Get a concrete link object to thisLimsEntityLinkableentity.getName()getUri()Get the URI of this object.voidSet the LIMS id for this object.voidvoidsetReagentCategory(String reagentCategory) voidsetSpecialType(SpecialType specialType) voidSet the URI of this object.toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:LocatableGet the URI of this object. -
setUri
Description copied from interface:LocatableSet the URI of this object. -
getLimsid
Description copied from interface:LimsEntityLinkableGet the LIMS id for this object.- Specified by:
getLimsidin interfaceLimsEntityLinkable<ReagentType>- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkableSet the LIMS id for this object.- Specified by:
setLimsidin interfaceLimsEntityLinkable<ReagentType>- Parameters:
id- The new LIMS id.
-
toString
-
getLink
Get a concrete link object to thisLimsEntityLinkableentity. This definition simply narrows the type of links returned by classes that implement this interface, as they should all have correspondingLimsEntityLinklink classes available.- Specified by:
getLinkin interfaceLimsEntityLinkable<ReagentType>- Specified by:
getLinkin interfaceLinkable<ReagentType>- Returns:
- A
LimsEntityLinkto this object.
-