Package com.xero.models.payrollau
Class TimesheetLine
java.lang.Object
com.xero.models.payrollau.TimesheetLine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNumberOfUnitsItem(Double numberOfUnitsItem) The number of units on a timesheet lineearningsRateID(UUID earningsRateID) The Xero identifier for an Earnings RatebooleanThe Xero identifier for an Earnings RateThe number of units on a timesheet lineThe Xero identifier for a Tracking Category.Last modified timestamporg.threeten.bp.OffsetDateTimeLast modified timestampinthashCode()numberOfUnits(List<Double> numberOfUnits) The number of units on a timesheet linevoidsetEarningsRateID(UUID earningsRateID) The Xero identifier for an Earnings RatevoidsetNumberOfUnits(List<Double> numberOfUnits) The number of units on a timesheet linevoidsetTrackingItemID(UUID trackingItemID) The Xero identifier for a Tracking Category.toString()trackingItemID(UUID trackingItemID) The Xero identifier for a Tracking Category.
-
Constructor Details
-
TimesheetLine
public TimesheetLine()
-
-
Method Details
-
earningsRateID
The Xero identifier for an Earnings Rate- Parameters:
earningsRateID- UUID- Returns:
- TimesheetLine
-
getEarningsRateID
-
setEarningsRateID
The Xero identifier for an Earnings Rate- Parameters:
earningsRateID- UUID
-
trackingItemID
The Xero identifier for a Tracking Category. The TrackingOptionID must belong to the TrackingCategory selected as TimesheetCategories under Payroll Settings.- Parameters:
trackingItemID- UUID- Returns:
- TimesheetLine
-
getTrackingItemID
The Xero identifier for a Tracking Category. The TrackingOptionID must belong to the TrackingCategory selected as TimesheetCategories under Payroll Settings.- Returns:
- trackingItemID
-
setTrackingItemID
The Xero identifier for a Tracking Category. The TrackingOptionID must belong to the TrackingCategory selected as TimesheetCategories under Payroll Settings.- Parameters:
trackingItemID- UUID
-
numberOfUnits
The number of units on a timesheet line- Parameters:
numberOfUnits- List<>- Returns:
- TimesheetLine
-
addNumberOfUnitsItem
The number of units on a timesheet line- Parameters:
numberOfUnitsItem- Double- Returns:
- TimesheetLine
-
getNumberOfUnits
-
setNumberOfUnits
-
getUpdatedDateUTC
-
getUpdatedDateUTCAsDate
public org.threeten.bp.OffsetDateTime getUpdatedDateUTCAsDate()Last modified timestamp- Returns:
- OffsetDateTime
-
equals
-
hashCode
-
toString
-