All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.geotab.model.entity.worktime.WorkTimeHolidayGroupId Maven / Gradle / Ivy

package com.geotab.model.entity.worktime;

import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;

/**
 * Work holidays. Items can be grouped together by giving them all the same GroupId number.
 */
@NoArgsConstructor
@AllArgsConstructor
@Data
@Builder
public class WorkTimeHolidayGroupId {

  /**
   * The Id for the Group associated with the WorkHoliday and WorkTime.
   */
  private Integer groupId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy