java.lang.Object
com.genologics.ri.reagenttype.ReagentTypeLink
- All Implemented Interfaces:
LimsEntityLink<ReagentType>
,LimsEntityLinkable<ReagentType>
,LimsLink<ReagentType>
,Linkable<ReagentType>
,Locatable
,Serializable
Reagent-type-link is a child element type of reagent types and provides a URI
linking to the detailed representation of a reagent type.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReagentTypeLink
(Linkable<ReagentType> link) ReagentTypeLink
(ReagentType type) ReagentTypeLink
(URI uri) ReagentTypeLink
(URI uri, String name) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.genologics.ri.LimsEntityLink
getLink
Methods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsId
-
Field Details
-
name
-
uri
-
-
Constructor Details
-
ReagentTypeLink
public ReagentTypeLink() -
ReagentTypeLink
-
ReagentTypeLink
-
ReagentTypeLink
-
ReagentTypeLink
-
-
Method Details
-
getEntityClass
Description copied from interface:LimsLink
Get the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClass
in interfaceLimsLink<ReagentType>
- Returns:
- The real object class.
-
getName
-
setName
-
getUri
Description copied from interface:LimsLink
Get the URI of the object we are linking to.- Specified by:
getUri
in interfaceLimsLink<ReagentType>
- Specified by:
getUri
in interfaceLocatable
- Returns:
- The URI.
-
setUri
Description copied from interface:Locatable
Set the URI of this object. -
toString
-
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.
-