Record Class MultiReferenceEntryDeletionDto
java.lang.Object
java.lang.Record
ch.nolix.systemapi.middata.model.MultiReferenceEntryDeletionDto
-
Constructor Summary
ConstructorsConstructorDescriptionMultiReferenceEntryDeletionDto(String tableName, String entityId, String multiReferenceColumnId, String referencedEntityId) Creates an instance of aMultiReferenceEntryDeletionDtorecord class. -
Method Summary
Modifier and TypeMethodDescriptionentityId()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 themultiReferenceColumnIdrecord component.Returns the value of thereferencedEntityIdrecord component.Returns the value of thetableNamerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
MultiReferenceEntryDeletionDto
public MultiReferenceEntryDeletionDto(String tableName, String entityId, String multiReferenceColumnId, String referencedEntityId) Creates an instance of aMultiReferenceEntryDeletionDtorecord class.- Parameters:
tableName- the value for thetableNamerecord componententityId- the value for theentityIdrecord componentmultiReferenceColumnId- the value for themultiReferenceColumnIdrecord componentreferencedEntityId- the value for thereferencedEntityIdrecord 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
-
multiReferenceColumnId
Returns the value of themultiReferenceColumnIdrecord component.- Returns:
- the value of the
multiReferenceColumnIdrecord component
-
referencedEntityId
Returns the value of thereferencedEntityIdrecord component.- Returns:
- the value of the
referencedEntityIdrecord component
-