java.lang.Object
com.genologics.ri.processtype.ProcessTypeLink
- All Implemented Interfaces:
LimsLink<ProcessType>
,Linkable<ProcessType>
,Locatable
,Serializable
Process-type-link is a child element type of process types and provides a URI
linking to the detailed representation of a process type.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProcessTypeLink
(Linkable<ProcessType> link) ProcessTypeLink
(ProcessType processType) ProcessTypeLink
(URI uri) ProcessTypeLink
(URI uri, String name) -
Method Summary
-
Field Details
-
uri
-
name
-
-
Constructor Details
-
ProcessTypeLink
public ProcessTypeLink() -
ProcessTypeLink
-
ProcessTypeLink
-
ProcessTypeLink
-
ProcessTypeLink
-
-
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<ProcessType>
- 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<ProcessType>
- Specified by:
getUri
in interfaceLocatable
- Returns:
- The URI.
-
setUri
Description copied from interface:Locatable
Set the URI of this object. -
toString
-