Serialized Form
-
Package com.linkare.commons.utils
-
Class com.linkare.commons.utils.BooleanResult extends Object implements Serializable
- serialVersionUID:
- 1475830919034616675L
-
Serialized Fields
-
message
String message
The details message associated to this boolean result type. It should not be final to enable the possibility for this type's clients to add a details message associated to the result of the evaluation in which this type was used. -
result
Boolean result
The result of the boolean result type is immutable. Once created, it should not be possible to change it. This means a true result, for instance, will always be a true result.
-
-
Class com.linkare.commons.utils.Pair extends Object implements Serializable
- serialVersionUID:
- 2751481580164361831L
-