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