- All Implemented Interfaces:
LimsLink<ControlType>,Linkable<ControlType>,Locatable,Serializable
Provide a URI linking to the control type if this artifact is a control
sample.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.ControlTypeLink(Linkable<ControlType> link) Constructor from a Linkable.ControlTypeLink(URI uri) Constructor taking a URI. -
Method Summary
Modifier and TypeMethodDescriptionGets the entity class.getUri()Gets the URI.voidSets the URI.Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode, toString
-
Field Details
-
uri
The URI of this control type.
-
-
Constructor Details
-
ControlTypeLink
public ControlTypeLink()Default constructor. -
ControlTypeLink
Constructor taking a URI.- Parameters:
uri- The control type URI.
-
ControlTypeLink
Constructor from a Linkable.- Parameters:
link- The linkable object to copy.
-
-
Method Details
-
getEntityClass
Gets the entity class.- Returns:
- The ControlType class.
-
getUri
Gets the URI.- Returns:
- The control type URI.
-
setUri
Sets the URI.- Parameters:
value- The control type URI.
-