Identifies the resource that represents the setup for the step.
- Since:
- 2.18
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.StepSetupLink(Linkable<StepSetup> link) Constructor taking a linkable object.StepSetupLink(URI uri) Constructor taking a URI. -
Method Summary
Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode, toString
-
Field Details
-
uri
The URI of the step setup resource.
-
-
Constructor Details
-
StepSetupLink
public StepSetupLink()Default constructor. -
StepSetupLink
Constructor taking a URI.- Parameters:
uri- The URI of the step setup.
-
StepSetupLink
Constructor taking a linkable object.- Parameters:
link- The linkable step setup object.- Throws:
NullPointerException- iflinkis null.
-
-
Method Details
-
getUri
Gets the URI of the step setup resource.- Returns:
- The URI.
-
setUri
Sets the URI of the step setup resource.- Parameters:
uri- The URI.
-
getEntityClass
Gets the entity class for this link.- Returns:
- The StepSetup class.
-