java.lang.Object
com.genologics.ri.processtype.SharedResultFile
- All Implemented Interfaces:
Serializable
The file element describes a shared result file output that will be displayed in the step-setup view.
- Since:
- 2.25
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the message associated with this shared result file.Gets the index of this shared result file.voidsetMessage(String message) Sets the message associated with this shared result file.voidsetSharedResultFileIndex(String sharedResultFileIndex) Sets the index of this shared result file.
-
Field Details
-
message
The message associated with this shared result file.
-
-
Constructor Details
-
SharedResultFile
public SharedResultFile()Constructs a new shared result file.
-
-
Method Details
-
getMessage
Gets the message associated with this shared result file.- Returns:
- the message.
-
setMessage
Sets the message associated with this shared result file.- Parameters:
message- the message.
-