java.lang.Object
com.genologics.ri.sample.ControlTypeLink
- All Implemented Interfaces:
LimsLink<ControlType>
,Linkable<ControlType>
,Locatable
,Serializable
Control Type provides a name and a URI linking to the detailed representation
of the Control Type associated with the Sample. If a Control Type is
associated, the Sample will not have an associated Project.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionControlTypeLink
(ControlType controlType) ControlTypeLink
(Linkable<ControlType> link) ControlTypeLink
(URI uri) ControlTypeLink
(URI uri, String name) -
Method Summary
-
Field Details
-
uri
-
name
-
-
Constructor Details
-
ControlTypeLink
public ControlTypeLink() -
ControlTypeLink
-
ControlTypeLink
-
ControlTypeLink
-
ControlTypeLink
-
-
Method Details
-
getUri
Description copied from interface:LimsLink
Get the URI of the object we are linking to.- Specified by:
getUri
in interfaceLimsLink<ControlType>
- Specified by:
getUri
in interfaceLocatable
- Returns:
- The URI.
-
setUri
Description copied from interface:Locatable
Set the URI of this object. -
getEntityClass
Description copied from interface:LimsLink
Get the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClass
in interfaceLimsLink<ControlType>
- Returns:
- The real object class.
-
getName
-
setName
-
toString
-