- All Implemented Interfaces:
LimsEntityLink<ClarityProcess>,LimsEntityLinkable<ClarityProcess>,LimsLink<ClarityProcess>,Linkable<ClarityProcess>,Locatable,Serializable
Process-link is a child element type of process and provides a URI linking to
the detailed representation of a process.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Constructor from a LIMS entity linkable object.ProcessLink(Linkable<ClarityProcess> link) Constructor from a linkable object.ProcessLink(URI uri) Constructor with URI.ProcessLink(URI uri, String limsid) Constructor with URI and LIMS id. -
Method Summary
Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.genologics.ri.LimsEntityLink
getLinkMethods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsId
-
Field Details
-
uri
The URI of the process. -
limsid
The LIMS id of the process.
-
-
Constructor Details
-
ProcessLink
public ProcessLink()Default constructor. -
ProcessLink
Constructor with URI.- Parameters:
uri- the URI of the process.
-
ProcessLink
Constructor with URI and LIMS id.- Parameters:
uri- the URI of the process.limsid- the LIMS id of the process.
-
ProcessLink
Constructor from a linkable object.- Parameters:
link- the linkable object.
-
ProcessLink
Constructor from a LIMS entity linkable object.- Parameters:
link- the LIMS entity linkable object.
-
-
Method Details
-
getEntityClass
Gets the entity class.- Returns:
- the ClarityProcess class.
-
getUri
Gets the URI.- Returns:
- the URI.
-
setUri
Sets the URI.- Parameters:
uri- the URI to set.
-
getLimsid
Gets the LIMS id.- Returns:
- the LIMS id.
-
setLimsid
Sets the LIMS id.- Parameters:
limsid- the LIMS id to set.
-