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