Record Class QualificationContext.Data
java.lang.Object
java.lang.Record
ch.tocco.nice2.optional.qualification.api.util.QualificationContext.Data
- Enclosing interface:
QualificationContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.booleanReturns the value of theignoreInputDaterecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
DEFAULT
-
-
Constructor Details
-
Data
public Data(boolean ignoreInputDate) Creates an instance of aDatarecord class.- Parameters:
ignoreInputDate- the value for theignoreInputDaterecord component
-
-
Method Details
-
withIgnoreInputDate
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with thecomparemethod from their corresponding wrapper classes. -
ignoreInputDate
public boolean ignoreInputDate()Returns the value of theignoreInputDaterecord component.- Returns:
- the value of the
ignoreInputDaterecord component
-