Package com.xero.models.payrollnz
Class TimesheetLine
java.lang.Object
com.xero.models.payrollnz.TimesheetLine
public class TimesheetLine extends Object
TimesheetLine
-
Constructor Summary
Constructors Constructor Description TimesheetLine() -
Method Summary
Modifier and Type Method Description TimesheetLinedate(org.threeten.bp.LocalDate date)TimesheetLineearningsRateID(UUID earningsRateID)booleanequals(Object o)org.threeten.bp.LocalDategetDate()The Date that this Timesheet Line is for (YYYY-MM-DD)UUIDgetEarningsRateID()The Xero identifier for the Earnings Rate that the Timesheet is forDoublegetNumberOfUnits()The Number of Units of the Timesheet LineUUIDgetTimesheetLineID()The Xero identifier for a Timesheet LineUUIDgetTrackingItemID()The Xero identifier for the Tracking Item that the Timesheet is forinthashCode()TimesheetLinenumberOfUnits(Double numberOfUnits)voidsetDate(org.threeten.bp.LocalDate date)voidsetEarningsRateID(UUID earningsRateID)voidsetNumberOfUnits(Double numberOfUnits)voidsetTimesheetLineID(UUID timesheetLineID)voidsetTrackingItemID(UUID trackingItemID)TimesheetLinetimesheetLineID(UUID timesheetLineID)StringtoString()TimesheetLinetrackingItemID(UUID trackingItemID)
-
Constructor Details
-
TimesheetLine
public TimesheetLine()
-
-
Method Details
-
timesheetLineID
-
getTimesheetLineID
The Xero identifier for a Timesheet Line- Returns:
- timesheetLineID
-
setTimesheetLineID
-
date
-
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) -
earningsRateID
-
getEarningsRateID
The Xero identifier for the Earnings Rate that the Timesheet is for- Returns:
- earningsRateID
-
setEarningsRateID
-
trackingItemID
-
getTrackingItemID
The Xero identifier for the Tracking Item that the Timesheet is for- Returns:
- trackingItemID
-
setTrackingItemID
-
numberOfUnits
-
getNumberOfUnits
The Number of Units of the Timesheet Line- Returns:
- numberOfUnits
-
setNumberOfUnits
-
equals
-
hashCode
public int hashCode() -
toString
-