Package com.xero.models.payrollnz
Class TimesheetLine
java.lang.Object
com.xero.models.payrollnz.TimesheetLine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondate(org.threeten.bp.LocalDate date) The Date that this Timesheet Line is for (YYYY-MM-DD)earningsRateID(UUID earningsRateID) The Xero identifier for the Earnings Rate that the Timesheet is forbooleanorg.threeten.bp.LocalDategetDate()The Date that this Timesheet Line is for (YYYY-MM-DD)The Xero identifier for the Earnings Rate that the Timesheet is forThe Number of Units of the Timesheet LineThe Xero identifier for a Timesheet LineThe Xero identifier for the Tracking Item that the Timesheet is forinthashCode()numberOfUnits(Double numberOfUnits) The Number of Units of the Timesheet LinevoidsetDate(org.threeten.bp.LocalDate date) The Date that this Timesheet Line is for (YYYY-MM-DD)voidsetEarningsRateID(UUID earningsRateID) The Xero identifier for the Earnings Rate that the Timesheet is forvoidsetNumberOfUnits(Double numberOfUnits) The Number of Units of the Timesheet LinevoidsetTimesheetLineID(UUID timesheetLineID) The Xero identifier for a Timesheet LinevoidsetTrackingItemID(UUID trackingItemID) The Xero identifier for the Tracking Item that the Timesheet is fortimesheetLineID(UUID timesheetLineID) The Xero identifier for a Timesheet LinetoString()trackingItemID(UUID trackingItemID) The Xero identifier for the Tracking Item that the Timesheet is for
-
Constructor Details
-
TimesheetLine
public TimesheetLine()
-
-
Method Details
-
timesheetLineID
The Xero identifier for a Timesheet Line- Parameters:
timesheetLineID- UUID- Returns:
- TimesheetLine
-
getTimesheetLineID
-
setTimesheetLineID
The Xero identifier for a Timesheet Line- Parameters:
timesheetLineID- UUID
-
date
The Date that this Timesheet Line is for (YYYY-MM-DD)- Parameters:
date- LocalDate- Returns:
- TimesheetLine
-
getDate
public org.threeten.bp.LocalDate getDate()The Date that this Timesheet Line is for (YYYY-MM-DD)- Returns:
- date
-
setDate
public void setDate(org.threeten.bp.LocalDate date) The Date that this Timesheet Line is for (YYYY-MM-DD)- Parameters:
date- LocalDate
-
earningsRateID
The Xero identifier for the Earnings Rate that the Timesheet is for- Parameters:
earningsRateID- UUID- Returns:
- TimesheetLine
-
getEarningsRateID
The Xero identifier for the Earnings Rate that the Timesheet is for- Returns:
- earningsRateID
-
setEarningsRateID
The Xero identifier for the Earnings Rate that the Timesheet is for- Parameters:
earningsRateID- UUID
-
trackingItemID
The Xero identifier for the Tracking Item that the Timesheet is for- Parameters:
trackingItemID- UUID- Returns:
- TimesheetLine
-
getTrackingItemID
The Xero identifier for the Tracking Item that the Timesheet is for- Returns:
- trackingItemID
-
setTrackingItemID
The Xero identifier for the Tracking Item that the Timesheet is for- Parameters:
trackingItemID- UUID
-
numberOfUnits
The Number of Units of the Timesheet Line- Parameters:
numberOfUnits- Double- Returns:
- TimesheetLine
-
getNumberOfUnits
-
setNumberOfUnits
The Number of Units of the Timesheet Line- Parameters:
numberOfUnits- Double
-
equals
-
hashCode
-
toString
-