/**
* ***************************************************************************
* Copyright (c) 2010 Qcadoo Limited
* Project: Qcadoo MES
* Version: 1.4
*
* This file is part of Qcadoo.
*
* Qcadoo is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published
* by the Free Software Foundation; either version 3 of the License,
* or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* ***************************************************************************
*/
package com.qcadoo.mes.assignmentToShift.constants;
public final class AssignmentToShiftReportConstants {
private AssignmentToShiftReportConstants() {
}
public static final String TITLE = "assignmentToShift.assignmentToShift.report.title";
public static final String COLUMN_HEADER_SHIFT = "assignmentToShift.assignmentToShiftReport.report.columnHeader.shift";
public static final String COLUMN_HEADER_FACTORY = "assignmentToShift.assignmentToShiftReport.report.columnHeader.factory";
public static final String COLUMN_HEADER_AUTHOR = "assignmentToShift.assignmentToShiftReport.report.columnHeader.author";
public static final String COLUMN_HEADER_UPDATE_DATE = "assignmentToShift.assignmentToShiftReport.report.columnHeader.updateDate";
public static final String COLUMN_HEADER_ASSIGNMENT_TO_SHIFT = "assignmentToShift.assignmentToShiftReport.report.columnHeader.assignmentToShift";
public static final String COLUMN_HEADER_OCCUPATIONTYPE = "assignmentToShift.assignmentToShiftReport.report.columnHeader.occupationType";
public static final String COLUMN_HEADER_OCCUPATIONTYPE_VALUE = "assignmentToShift.assignmentToShiftReport.report.columnHeader.occupationType.value.";
public static final String COLUMN_HEADER_DAY = "assignmentToShift.assignmentToShiftReport.report.columnHeader.day";
public static final String COLUMN_HEADER_SHIFT_NUMBER = "assignmentToShift.assignmentToShiftReport.report.columnHeader.shiftNumber";
public static final String OCCUPATION_TYPE_ENUM = "assignmentToShift.staffAssignmentToShift.occupationTypeEnum.value.";
}