Class TrackingCategory

java.lang.Object
com.xero.models.payrollnz.TrackingCategory

public class TrackingCategory
extends Object
TrackingCategory
  • Constructor Details

    • TrackingCategory

      public TrackingCategory()
  • Method Details

    • employeeGroupsTrackingCategoryID

      public TrackingCategory employeeGroupsTrackingCategoryID​(UUID employeeGroupsTrackingCategoryID)
    • getEmployeeGroupsTrackingCategoryID

      public UUID getEmployeeGroupsTrackingCategoryID()
      The Xero identifier for Employee groups tracking category.
      Returns:
      employeeGroupsTrackingCategoryID
    • setEmployeeGroupsTrackingCategoryID

      public void setEmployeeGroupsTrackingCategoryID​(UUID employeeGroupsTrackingCategoryID)
    • timesheetTrackingCategoryID

      public TrackingCategory timesheetTrackingCategoryID​(UUID timesheetTrackingCategoryID)
    • getTimesheetTrackingCategoryID

      public UUID getTimesheetTrackingCategoryID()
      The Xero identifier for Timesheet tracking category.
      Returns:
      timesheetTrackingCategoryID
    • setTimesheetTrackingCategoryID

      public void setTimesheetTrackingCategoryID​(UUID timesheetTrackingCategoryID)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object