Class TimeOverview.TimeOverviewBuilder
- Enclosing class:
- TimeOverview
-
Method Summary
Modifier and TypeMethodDescriptionabsencehours(BigDecimal absencehours) Constraints: Not nullable, Precision: 5, Scale: 2attendancehours(BigDecimal attendancehours) Constraints: Not nullable, Precision: 5, Scale: 2build()calendardate(LocalDateTime calendardate) (Key Field) Constraints: Not nullable, Precision: 7companycode(String companycode) (Key Field) Constraints: Not nullable, Maximum length: 4isnonworkingday(Boolean isnonworkingday) Constraints: noneovertimehours(BigDecimal overtimehours) Constraints: Not nullable, Precision: 5, Scale: 2personworkagreement(String personworkagreement) Constraints: Not nullable, Maximum length: 8personworkagreementexternalid(String personworkagreementexternalid) (Key Field) Constraints: Not nullable, Maximum length: 20plannedendtime(LocalTime plannedendtime) Constraints: Not nullable, Precision: 0plannedstarttime(LocalTime plannedstarttime) Constraints: Not nullable, Precision: 0plannedworkinghours(BigDecimal plannedworkinghours) Constraints: Not nullable, Precision: 5, Scale: 2publicholidayclass(String publicholidayclass) Constraints: Not nullable, Maximum length: 1toString()
-
Method Details
-
personworkagreementexternalid
@Nonnull public TimeOverview.TimeOverviewBuilder personworkagreementexternalid(@Nullable String personworkagreementexternalid) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: Personworkagreementexternalid
- Returns:
this.
-
companycode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Companycode
- Returns:
this.
-
personworkagreement
@Nonnull public TimeOverview.TimeOverviewBuilder personworkagreement(@Nullable String personworkagreement) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: Personworkagreement
- Returns:
this.
-
calendardate
(Key Field) Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: Calendardate
- Returns:
this.
-
plannedworkinghours
@Nonnull public TimeOverview.TimeOverviewBuilder plannedworkinghours(@Nullable BigDecimal plannedworkinghours) Constraints: Not nullable, Precision: 5, Scale: 2Original property name from the Odata EDM: Plannedworkinghours
- Returns:
this.
-
plannedstarttime
@Nonnull public TimeOverview.TimeOverviewBuilder plannedstarttime(@Nullable LocalTime plannedstarttime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: Plannedstarttime
- Returns:
this.
-
plannedendtime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: Plannedendtime
- Returns:
this.
-
publicholidayclass
@Nonnull public TimeOverview.TimeOverviewBuilder publicholidayclass(@Nullable String publicholidayclass) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: Publicholidayclass
- Returns:
this.
-
isnonworkingday
Constraints: noneOriginal property name from the Odata EDM: Isnonworkingday
- Returns:
this.
-
absencehours
Constraints: Not nullable, Precision: 5, Scale: 2Original property name from the Odata EDM: Absencehours
- Returns:
this.
-
attendancehours
@Nonnull public TimeOverview.TimeOverviewBuilder attendancehours(@Nullable BigDecimal attendancehours) Constraints: Not nullable, Precision: 5, Scale: 2Original property name from the Odata EDM: Attendancehours
- Returns:
this.
-
overtimehours
Constraints: Not nullable, Precision: 5, Scale: 2Original property name from the Odata EDM: Overtimehours
- Returns:
this.
-
build
-
toString
-