Record Class ReportIconContribution
java.lang.Object
java.lang.Record
ch.tocco.nice2.reporting.api.action.ReportIconContribution
-
Constructor Summary
ConstructorsConstructorDescriptionReportIconContribution(String format, String iconReact, String iconExt) Creates an instance of aReportIconContributionrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.format()Returns the value of theformatrecord component.final inthashCode()Returns a hash code value for this object.iconExt()Returns the value of theiconExtrecord component.Returns the value of theiconReactrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ReportIconContribution
Creates an instance of aReportIconContributionrecord class.- Parameters:
format- the value for theformatrecord componenticonReact- the value for theiconReactrecord componenticonExt- the value for theiconExtrecord component
-
-
Method Details
-
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 withObjects::equals(Object,Object). -
format
Returns the value of theformatrecord component.- Returns:
- the value of the
formatrecord component
-
iconReact
Returns the value of theiconReactrecord component.- Returns:
- the value of the
iconReactrecord component
-
iconExt
Returns the value of theiconExtrecord component.- Returns:
- the value of the
iconExtrecord component
-