public class TimesheetLine extends Object
| Constructor and Description |
|---|
TimesheetLine() |
| Modifier and Type | Method and Description |
|---|---|
TimesheetLine |
date(org.threeten.bp.LocalDate date) |
TimesheetLine |
earningsRateID(UUID earningsRateID) |
boolean |
equals(Object o) |
org.threeten.bp.LocalDate |
getDate()
The Date that this Timesheet Line is for (YYYY-MM-DD)
|
UUID |
getEarningsRateID()
The Xero identifier for the Earnings Rate that the Timesheet is for
|
Double |
getNumberOfUnits()
The Number of Units of the Timesheet Line
|
UUID |
getTimesheetLineID()
The Xero identifier for a Timesheet Line
|
UUID |
getTrackingItemID()
The Xero identifier for the Tracking Item that the Timesheet is for
|
int |
hashCode() |
TimesheetLine |
numberOfUnits(Double numberOfUnits) |
void |
setDate(org.threeten.bp.LocalDate date) |
void |
setEarningsRateID(UUID earningsRateID) |
void |
setNumberOfUnits(Double numberOfUnits) |
void |
setTimesheetLineID(UUID timesheetLineID) |
void |
setTrackingItemID(UUID trackingItemID) |
TimesheetLine |
timesheetLineID(UUID timesheetLineID) |
String |
toString() |
TimesheetLine |
trackingItemID(UUID trackingItemID) |
public TimesheetLine timesheetLineID(UUID timesheetLineID)
public UUID getTimesheetLineID()
public void setTimesheetLineID(UUID timesheetLineID)
public TimesheetLine date(org.threeten.bp.LocalDate date)
public org.threeten.bp.LocalDate getDate()
public void setDate(org.threeten.bp.LocalDate date)
public TimesheetLine earningsRateID(UUID earningsRateID)
public UUID getEarningsRateID()
public void setEarningsRateID(UUID earningsRateID)
public TimesheetLine trackingItemID(UUID trackingItemID)
public UUID getTrackingItemID()
public void setTrackingItemID(UUID trackingItemID)
public TimesheetLine numberOfUnits(Double numberOfUnits)
public Double getNumberOfUnits()
public void setNumberOfUnits(Double numberOfUnits)
Copyright © 2020. All rights reserved.