Record Class MultiBackReferenceEntryDeletionDto
java.lang.Object
java.lang.Record
ch.nolix.systemapi.middata.model.MultiBackReferenceEntryDeletionDto
-
Constructor Summary
ConstructorsConstructorDescriptionMultiBackReferenceEntryDeletionDto(String tableName, String entityId, String multiBackReferenceColumnId, String backReferencedEntityId) Creates an instance of aMultiBackReferenceEntryDeletionDtorecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebackReferencedEntityIdrecord component.entityId()Returns the value of theentityIdrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of themultiBackReferenceColumnIdrecord component.Returns the value of thetableNamerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
MultiBackReferenceEntryDeletionDto
public MultiBackReferenceEntryDeletionDto(String tableName, String entityId, String multiBackReferenceColumnId, String backReferencedEntityId) Creates an instance of aMultiBackReferenceEntryDeletionDtorecord class.- Parameters:
tableName- the value for thetableNamerecord componententityId- the value for theentityIdrecord componentmultiBackReferenceColumnId- the value for themultiBackReferenceColumnIdrecord componentbackReferencedEntityId- the value for thebackReferencedEntityIdrecord 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). -
tableName
Returns the value of thetableNamerecord component.- Returns:
- the value of the
tableNamerecord component
-
entityId
Returns the value of theentityIdrecord component.- Returns:
- the value of the
entityIdrecord component
-
multiBackReferenceColumnId
Returns the value of themultiBackReferenceColumnIdrecord component.- Returns:
- the value of the
multiBackReferenceColumnIdrecord component
-
backReferencedEntityId
Returns the value of thebackReferencedEntityIdrecord component.- Returns:
- the value of the
backReferencedEntityIdrecord component
-