Record Class SubaccountHeading
java.lang.Object
java.lang.Record
page.codeberg.friedolyn.client.parser.SubaccountHeading
- Record Components:
shortName- SeeSubaccount.getCode().fullName- SeeSubaccount.getTitle().semester- SeeSubaccount.getSemester().status- Probably alwaysPrüfung vorhanden(EXAM_AVAILABLE).ects- SeeSubaccount.getECTS().
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intThe field for theectsrecord component.private final @NonNull StringThe field for thefullNamerecord component.private final @NonNull StringThe field for thesemesterrecord component.private final @NonNull StringThe field for theshortNamerecord component.private final @NonNull StringThe field for thestatusrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionSubaccountHeading(@NonNull String shortName, @NonNull String fullName, @NonNull String semester, @NonNull String status, int ects) Creates an instance of aSubaccountHeadingrecord class. -
Method Summary
Modifier and TypeMethodDescriptionintects()Returns the value of theectsrecord component.final booleanIndicates whether some other object is "equal to" this one.@NonNull StringfullName()Returns the value of thefullNamerecord component.final inthashCode()Returns a hash code value for this object.@NonNull Stringsemester()Returns the value of thesemesterrecord component.@NonNull StringReturns the value of theshortNamerecord component.@NonNull Stringstatus()Returns the value of thestatusrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
shortName
-
fullName
-
semester
-
status
-
ects
private final int ectsThe field for theectsrecord component.
-
-
Constructor Details
-
SubaccountHeading
-
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
shortName
-
fullName
-
semester
-
status
-
ects
-
