Class OpResults

java.lang.Object
org.spiderwiz.admin.data.OpResults

@WizSerializable
public class OpResults
extends Object
Describes the results of a SpiderAdmin button operation.
See Also:
PageInfo
  • Field Details

  • Constructor Details

    • OpResults

      public OpResults()
      Constructs an empty object
    • OpResults

      public OpResults​(String status)
      Constructs an object with the given status value and the current time.
      Parameters:
      status - User defined status description. It is recommended to use either OK or FAILED.
  • Method Details

    • getStatus

      public String getStatus()
      Gets the value of the status property.

      The status property holds a user defined status description. It is recommended to use either OK or FAILED.

      Returns:
      the status property
    • setStatus

      public void setStatus​(String value)
      Sets the value of the status property.

      The status property holds a user defined status description. It is recommended to use either OK or FAILED.

      Parameters:
      value -
    • getTime

      public String getTime()
      Gets the value of the time property.

      The time property holds the time of the operation formatted as a String.

      Returns:
      the time property
    • setTime

      public void setTime​(String value)
      Sets the value of the time property.

      The time property holds the time of the operation formatted as a String.

      Parameters:
      value -