public class ShiftWage extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ShiftWage.Builder
Class to build instances of
ShiftWage. |
| Constructor and Description |
|---|
ShiftWage(String title,
Money hourlyRate)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Money |
getHourlyRate()
Getter for HourlyRate.
|
String |
getTitle()
Getter for Title.
|
int |
hashCode() |
ShiftWage.Builder |
toBuilder()
Builds a new
ShiftWage.Builder object. |
String |
toString()
Converts this ShiftWage into string format.
|
public String getTitle()
public Money getHourlyRate()
public String toString()
public ShiftWage.Builder toBuilder()
ShiftWage.Builder object.
Creates the instance with the state of the current model.ShiftWage.Builder objectCopyright © 2022. All rights reserved.