Uses of Class
com.genologics.ri.step.StepDetails
Packages that use StepDetails
-
Uses of StepDetails in com.genologics.ri.step
Methods in com.genologics.ri.step that return StepDetailsModifier and TypeMethodDescriptionObjectFactory.createDetails()Create an instance ofStepDetails.Methods in com.genologics.ri.step that return types with arguments of type StepDetailsModifier and TypeMethodDescriptionObjectFactory.createDetails(StepDetails value) Create an instance ofJAXBElement<StepDetails>.StepDetailsLink.getEntityClass()Gets the entity class for this link.StepDetails.getLink()Get a concrete link object to thisLinkablething.Methods in com.genologics.ri.step with parameters of type StepDetailsModifier and TypeMethodDescriptionObjectFactory.createDetails(StepDetails value) Create an instance ofJAXBElement<StepDetails>.Method parameters in com.genologics.ri.step with type arguments of type StepDetailsModifier and TypeMethodDescriptionvoidProcessStep.setDetails(Linkable<StepDetails> link) Sets the link to the details associated with this step.Constructor parameters in com.genologics.ri.step with type arguments of type StepDetailsModifierConstructorDescriptionStepDetailsLink(Linkable<StepDetails> link) Constructor taking a linkable object.