Identifies the resource that represents the actions applied or to be applied by the step.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.ActionsLink(Linkable<Actions> link) Constructor from a linkable object.ActionsLink(URI uri) Constructor with URI. -
Method Summary
Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode, toString
-
Field Details
-
uri
URI of the actions resource.
-
-
Constructor Details
-
ActionsLink
public ActionsLink()Default constructor. -
ActionsLink
Constructor with URI.- Parameters:
uri- The URI of the actions resource.
-
ActionsLink
Constructor from a linkable object.- Parameters:
link- The linkable object.
-
-
Method Details
-
getEntityClass
Gets the entity class.- Returns:
- The Actions class.
-
getUri
Gets the URI.- Returns:
- The URI.
-
setUri
Sets the URI.- Parameters:
uri- The URI.
-