Record Class FormNameWidgetConfigContribution
java.lang.Object
java.lang.Record
ch.tocco.nice2.widget.api.rest.FormNameWidgetConfigContribution
-
Constructor Summary
ConstructorsConstructorDescriptionFormNameWidgetConfigContribution(String widgetName, String formEntityRelationName) Creates an instance of aFormNameWidgetConfigContributionrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of theformEntityRelationNamerecord component.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.Returns the value of thewidgetNamerecord component.
-
Constructor Details
-
FormNameWidgetConfigContribution
Creates an instance of aFormNameWidgetConfigContributionrecord class.- Parameters:
widgetName- the value for thewidgetNamerecord componentformEntityRelationName- the value for theformEntityRelationNamerecord 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). -
widgetName
Returns the value of thewidgetNamerecord component.- Returns:
- the value of the
widgetNamerecord component
-
formEntityRelationName
Returns the value of theformEntityRelationNamerecord component.- Returns:
- the value of the
formEntityRelationNamerecord component
-