Package org.spiderwiz.admin.data
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
-
OK
Represents the text "OK".- See Also:
- Constant Field Values
-
FAILED
Represents the text "FAILED".- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details
-
getStatus
Gets the value of the status property.The
status
property holds a user defined status description. It is recommended to use eitherOK
orFAILED
.- Returns:
- the status property
-
setStatus
Sets the value of the status property.The
status
property holds a user defined status description. It is recommended to use eitherOK
orFAILED
.- Parameters:
value
-
-
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
Sets the value of the time property.The
time
property holds the time of the operation formatted as a String.- Parameters:
value
-
-