| | |
| | | private Integer shiftIndex; |
| | | private Integer shiftTimeType; |
| | | |
| | | private Boolean isSync; |
| | | //private Boolean isSync; |
| | | private Long employeeId; |
| | | |
| | | |
| | |
| | | public void setShiftTimeType(final Integer shiftTimeType) { |
| | | this.shiftTimeType = shiftTimeType; |
| | | } |
| | | |
| | | /* |
| | | |
| | | public void setIsSync(final Boolean isSync) { |
| | | this.isSync = isSync; |
| | | } |
| | | }*/ |
| | | |
| | | public void setEmployeeId(final Long employeeId) { |
| | | this.employeeId = employeeId; |
| | |
| | | return this.shiftTimeType; |
| | | } |
| | | |
| | | |
| | | /* |
| | | public Boolean getIsSync() { |
| | | return this.isSync; |
| | | } |
| | | }*/ |
| | | |
| | | public Long getEmployeeId() { |
| | | return this.employeeId; |