java.lang.Object
com.genologics.ri.step.ProgramStatus
- All Implemented Interfaces:
Linkable<ProgramStatus>,Locatable,Serializable
The current EPP status for a step (supports automatically triggered programs
only).
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StepConfigurationprotected Stringprotected Statusprotected Linkprotected URI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLink()Get a concrete link object to thisLinkablething.getStep()getUri()Get the URI of this object.voidsetConfiguration(StepConfiguration configuration) voidsetMessage(String message) voidvoidvoidSet the URI of this object.
-
Field Details
-
step
-
configuration
-
status
-
message
-
uri
-
-
Constructor Details
-
ProgramStatus
public ProgramStatus() -
ProgramStatus
-
-
Method Details
-
getStep
-
setStep
-
getConfiguration
-
setConfiguration
-
getStatus
-
setStatus
-
getMessage
-
setMessage
-
getUri
Description copied from interface:LocatableGet the URI of this object. -
setUri
Description copied from interface:LocatableSet the URI of this object. -
getLink
Get a concrete link object to thisLinkablething.- Specified by:
getLinkin interfaceLinkable<ProgramStatus>- Returns:
- A
LimsLinkto this object.
-