Link to a container type within a process type configuration.
Provides a URI linking to the detailed representation of a container type,
along with its name.
- Since:
- 2.25
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new container type link.ContainerTypeLink(ContainerType containerType) Constructs a new container type link from a container type entity.Constructs a new container type link from a linkable object.ContainerTypeLink(URI uri) Constructs a new container type link with the specified URI.ContainerTypeLink(URI uri, String name) Constructs a new container type link with the specified URI and name. -
Method Summary
Modifier and TypeMethodDescriptionGets the entity class for this link.getName()Gets the name of the container type.getUri()Gets the URI of the container type.voidSets the name of the container type.voidSets the URI of the container type.toString()Returns a string representation of this link.Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode
-
Field Details
-
name
The name of the container type. -
uri
The URI of the container type.
-
-
Constructor Details
-
ContainerTypeLink
public ContainerTypeLink()Constructs a new container type link. -
ContainerTypeLink
Constructs a new container type link with the specified URI.- Parameters:
uri- the URI of the container type.
-
ContainerTypeLink
Constructs a new container type link with the specified URI and name.- Parameters:
uri- the URI of the container type.name- the name of the container type.
-
ContainerTypeLink
Constructs a new container type link from a linkable object.- Parameters:
link- the linkable object providing the URI.
-
ContainerTypeLink
Constructs a new container type link from a container type entity.- Parameters:
containerType- the container type entity.
-
-
Method Details
-
getUri
Gets the URI of the container type.- Returns:
- the container type URI.
-
setUri
Sets the URI of the container type.- Parameters:
uri- the container type URI.
-
getName
Gets the name of the container type.- Returns:
- the container type name.
-
setName
Sets the name of the container type.- Parameters:
name- the container type name.
-
getEntityClass
Gets the entity class for this link.- Returns:
- the Container class.
-
toString
Returns a string representation of this link.- Overrides:
toStringin classLimsLinkBase<Container>- Returns:
- The container type LIMS id and the name.
- See Also:
-