Record Class CorrespondenceActionResource.InitializeCorrespondenceRequestBean
java.lang.Object
java.lang.Record
ch.tocco.nice2.optional.correspondence.impl.action.CorrespondenceActionResource.InitializeCorrespondenceRequestBean
- Enclosing class:
CorrespondenceActionResource
public static record CorrespondenceActionResource.InitializeCorrespondenceRequestBean(EntitySelectionBean selection, CorrespondenceSettings.FormProperties formProperties)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionInitializeCorrespondenceRequestBean(EntitySelectionBean selection, CorrespondenceSettings.FormProperties formProperties) Creates an instance of aInitializeCorrespondenceRequestBeanrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of theformPropertiesrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of theselectionrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
InitializeCorrespondenceRequestBean
public InitializeCorrespondenceRequestBean(EntitySelectionBean selection, CorrespondenceSettings.FormProperties formProperties) Creates an instance of aInitializeCorrespondenceRequestBeanrecord class.- Parameters:
selection- the value for theselectionrecord componentformProperties- the value for theformPropertiesrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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). -
selection
Returns the value of theselectionrecord component.- Returns:
- the value of the
selectionrecord component
-
formProperties
Returns the value of theformPropertiesrecord component.- Returns:
- the value of the
formPropertiesrecord component
-