Record Class BulkInsertPrepareValueMappingStep.TableAndField
java.lang.Object
java.lang.Record
com.kingsrook.qqq.backend.core.processes.implementations.bulk.insert.BulkInsertPrepareValueMappingStep.TableAndField
- Enclosing class:
BulkInsertPrepareValueMappingStep
public static record BulkInsertPrepareValueMappingStep.TableAndField(QTableMetaData table, QFieldMetaData field)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionTableAndField(QTableMetaData table, QFieldMetaData field) Creates an instance of aTableAndFieldrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.field()Returns the value of thefieldrecord component.final inthashCode()Returns a hash code value for this object.table()Returns the value of thetablerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
TableAndField
Creates an instance of aTableAndFieldrecord class.- Parameters:
table- the value for thetablerecord componentfield- the value for thefieldrecord 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). -
table
Returns the value of thetablerecord component.- Returns:
- the value of the
tablerecord component
-
field
Returns the value of thefieldrecord component.- Returns:
- the value of the
fieldrecord component
-