- All Implemented Interfaces:
LimsLink<Placements>,Linkable<Placements>,Locatable,Serializable
Identifies the resource that represents the output placements for the step.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.PlacementsLink(Linkable<Placements> placements) Constructor with placements object.PlacementsLink(URI uri) Constructor with URI. -
Method Summary
Modifier and TypeMethodDescriptionGets the entity class for this link.getUri()Gets the URI of the placements resource.voidSets the URI of the placements resource.Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode, toString
-
Field Details
-
uri
The URI of the placements resource.
-
-
Constructor Details
-
PlacementsLink
public PlacementsLink()Default constructor. -
PlacementsLink
Constructor with URI.- Parameters:
uri- The URI of the placements resource.
-
PlacementsLink
Constructor with placements object.- Parameters:
placements- The placements object to link to.
-
-
Method Details
-
getEntityClass
Gets the entity class for this link.- Returns:
- The Placements class.
-
getUri
Gets the URI of the placements resource.- Returns:
- The URI.
-
setUri
Sets the URI of the placements resource.- Parameters:
uri- The URI to set.
-