java.lang.Object
com.genologics.ri.controltype.ControlTypeLink
- All Implemented Interfaces:
LimsLink<ControlType>,Linkable<ControlType>,Locatable,Serializable
Control-type-link is a child element type of controlTypes and provides a URI
linking to the detailed representation of a ControlType.
- 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
-
name
-
uri
-
-
Constructor Details
-
ControlTypeLink
public ControlTypeLink() -
ControlTypeLink
-
ControlTypeLink
-
ControlTypeLink
-
ControlTypeLink
-
-
Method Details
-
getName
-
setName
-
getUri
Description copied from interface:LimsLinkGet the URI of the object we are linking to.- Specified by:
getUriin interfaceLimsLink<ControlType>- Specified by:
getUriin interfaceLocatable- Returns:
- The URI.
-
setUri
Description copied from interface:LocatableSet the URI of this object. -
getEntityClass
Description copied from interface:LimsLinkGet the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClassin interfaceLimsLink<ControlType>- Returns:
- The real object class.
-
toString
-