Package com.e1c.g5.v8.dt.check.qfix
Class FixVariantDescriptor
java.lang.Object
com.e1c.g5.v8.dt.check.qfix.FixVariantDescriptor
The descriptor of a single
IFixVariant
of a particular IFix
. Used to provde the further selection
of the variant along with human-readable descriptions, etc-
Constructor Summary
ConstructorsConstructorDescriptionFixVariantDescriptor
(String description) Constructs a descriptor with empty detailsFixVariantDescriptor
(String description, String details) Constructs a descriptor -
Method Summary
-
Constructor Details
-
FixVariantDescriptor
Constructs a descriptor- Parameters:
description
- The variant description. May not benull
details
- The detailed info of the variant. Can benull
-
FixVariantDescriptor
Constructs a descriptor with empty details- Parameters:
description
- The variant description. May not benull
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
getDescription
Gets the variant description- Returns:
- The variant human-readable description. Never
null
-
getDetails
Gets the variant details- Returns:
- The variant human-readable details. Never
null
, can be empty
-