- All Implemented Interfaces:
LimsLink<StepDetails>,Linkable<StepDetails>,Locatable,Serializable
Identifies the resource that represents the details for the step.
- Since:
- 2.18
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.StepDetailsLink(Linkable<StepDetails> link) Constructor taking a linkable object.StepDetailsLink(URI uri) Constructor taking a URI. -
Method Summary
Modifier and TypeMethodDescriptionGets the entity class for this link.getUri()Gets the URI of the step details resource.voidSets the URI of the step details resource.Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode, toString
-
Field Details
-
uri
The URI of the step details resource.
-
-
Constructor Details
-
StepDetailsLink
public StepDetailsLink()Default constructor. -
StepDetailsLink
Constructor taking a URI.- Parameters:
uri- The URI of the step details.
-
StepDetailsLink
Constructor taking a linkable object.- Parameters:
link- The linkable step details object.- Throws:
NullPointerException- iflinkis null.
-
-
Method Details
-
getUri
Gets the URI of the step details resource.- Returns:
- The URI.
-
setUri
Sets the URI of the step details resource.- Parameters:
uri- The URI.
-
getEntityClass
Gets the entity class for this link.- Returns:
- The StepDetails class.
-