Record Class Detailplanning
java.lang.Object
java.lang.Record
nl.b3p.planmonitorwonen.api.model.Detailplanning
public record Detailplanning(String id, String plancategorieId, String creator, OffsetDateTime createdAt, String editor, OffsetDateTime editedAt, Integer jaartal, Integer aantalGepland)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionDetailplanning(String id, String plancategorieId, String creator, OffsetDateTime createdAt, String editor, OffsetDateTime editedAt, Integer jaartal, Integer aantalGepland) Creates an instance of aDetailplanningrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theaantalGeplandrecord component.Returns the value of thecreatedAtrecord component.creator()Returns the value of thecreatorrecord component.editedAt()Returns the value of theeditedAtrecord component.editor()Returns the value of theeditorrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.id()Returns the value of theidrecord component.jaartal()Returns the value of thejaartalrecord component.Returns the value of theplancategorieIdrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Detailplanning
public Detailplanning(String id, String plancategorieId, String creator, OffsetDateTime createdAt, String editor, OffsetDateTime editedAt, Integer jaartal, Integer aantalGepland) Creates an instance of aDetailplanningrecord class.- Parameters:
id- the value for theidrecord componentplancategorieId- the value for theplancategorieIdrecord componentcreator- the value for thecreatorrecord componentcreatedAt- the value for thecreatedAtrecord componenteditor- the value for theeditorrecord componenteditedAt- the value for theeditedAtrecord componentjaartal- the value for thejaartalrecord componentaantalGepland- the value for theaantalGeplandrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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). -
id
Returns the value of theidrecord component.- Returns:
- the value of the
idrecord component
-
plancategorieId
Returns the value of theplancategorieIdrecord component.- Returns:
- the value of the
plancategorieIdrecord component
-
creator
Returns the value of thecreatorrecord component.- Returns:
- the value of the
creatorrecord component
-
createdAt
Returns the value of thecreatedAtrecord component.- Returns:
- the value of the
createdAtrecord component
-
editor
Returns the value of theeditorrecord component.- Returns:
- the value of the
editorrecord component
-
editedAt
Returns the value of theeditedAtrecord component.- Returns:
- the value of the
editedAtrecord component
-
jaartal
Returns the value of thejaartalrecord component.- Returns:
- the value of the
jaartalrecord component
-
aantalGepland
Returns the value of theaantalGeplandrecord component.- Returns:
- the value of the
aantalGeplandrecord component
-