Record Class MultiBackReferenceEntryDto
java.lang.Object
java.lang.Record
ch.nolix.systemapi.middata.model.MultiBackReferenceEntryDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebackReferencedEntityIdrecord component.Returns the value of thebackReferencedEntityTableIdrecord 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
-
MultiBackReferenceEntryDto
public MultiBackReferenceEntryDto(String tableName, String entityId, String multiBackReferenceColumnId, String backReferencedEntityId, String backReferencedEntityTableId) Creates an instance of aMultiBackReferenceEntryDtorecord class.- Parameters:
tableName- the value for thetableNamerecord componententityId- the value for theentityIdrecord componentmultiBackReferenceColumnId- the value for themultiBackReferenceColumnIdrecord componentbackReferencedEntityId- the value for thebackReferencedEntityIdrecord componentbackReferencedEntityTableId- the value for thebackReferencedEntityTableIdrecord 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
-
backReferencedEntityTableId
Returns the value of thebackReferencedEntityTableIdrecord component.- Returns:
- the value of the
backReferencedEntityTableIdrecord component
-