| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ShiftWage |
build()
Builds a new
ShiftWage object using the set fields. |
ShiftWage.Builder |
hourlyRate(Money hourlyRate)
Setter for hourlyRate.
|
ShiftWage.Builder |
title(String title)
Setter for title.
|
public ShiftWage.Builder title(String title)
title - String value for title.public ShiftWage.Builder hourlyRate(Money hourlyRate)
hourlyRate - Money value for hourlyRate.Copyright © 2022. All rights reserved.