Record Class MultiValueEntryDto
java.lang.Object
java.lang.Record
ch.nolix.systemapi.middata.model.MultiValueEntryDto
-
Constructor Summary
ConstructorsConstructorDescriptionMultiValueEntryDto(String tableName, String entityId, String multiValueColumnId, String value) Creates an instance of aMultiValueEntryDtorecord 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 themultiValueColumnIdrecord component.Returns the value of thetableNamerecord component.final StringtoString()Returns a string representation of this record class.value()Returns the value of thevaluerecord component.
-
Constructor Details
-
MultiValueEntryDto
public MultiValueEntryDto(String tableName, String entityId, String multiValueColumnId, String value) Creates an instance of aMultiValueEntryDtorecord class.- Parameters:
tableName- the value for thetableNamerecord componententityId- the value for theentityIdrecord componentmultiValueColumnId- the value for themultiValueColumnIdrecord componentvalue- the value for thevaluerecord 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
-
multiValueColumnId
Returns the value of themultiValueColumnIdrecord component.- Returns:
- the value of the
multiValueColumnIdrecord component
-
value
Returns the value of thevaluerecord component.- Returns:
- the value of the
valuerecord component
-