/******************************************************************************* * Copyright (c) 2014 Open Door Logistics (www.opendoorlogistics.com) * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this distribution, and is available at http://www.gnu.org/licenses/lgpl.txt ******************************************************************************/ package com.opendoorlogistics.components.scheduleeditor; public class ScheduleEditorConstants { public static final int TASKS_TABLE_INDEX=0; public static final int RESOURCE_TYPE_TABLE_INDEX=1; public static final int TASK_ORDER_TABLE_INDEX=2; public static final int RESOURCE_DESCRIPTION_TABLE_INDEX=3; public static final String UNLOADED_VEHICLE = "Unassigned"; }