Class SharedResultFile

java.lang.Object
com.genologics.ri.stepconfiguration.SharedResultFile
All Implemented Interfaces:
Serializable

public class SharedResultFile extends Object implements Serializable
The file element describes a shared result file output that will be displayed in the step-setup view.
See Also:
  • Field Details

    • message

      protected String message
      The message associated with this shared result file.
    • sharedResultFileIndex

      protected String sharedResultFileIndex
      The index of this shared result file.
  • Constructor Details

    • SharedResultFile

      public SharedResultFile()
  • Method Details

    • getMessage

      public String getMessage()
      Gets the message associated with this shared result file.
      Returns:
      The message.
    • setMessage

      public void setMessage(String message)
      Sets the message associated with this shared result file.
      Parameters:
      message - The message.
    • getSharedResultFileIndex

      public String getSharedResultFileIndex()
      Gets the index of this shared result file.
      Returns:
      The shared result file index.
    • setSharedResultFileIndex

      public void setSharedResultFileIndex(String sharedResultFileIndex)
      Sets the index of this shared result file.
      Parameters:
      sharedResultFileIndex - The shared result file index.