com.liferay.calendar.model.CalendarBookingConstants Maven / Gradle / Ivy
The newest version!
/**
* SPDX-FileCopyrightText: (c) 2000 Liferay, Inc. https://liferay.com
* SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
*/
package com.liferay.calendar.model;
/**
* @author Brian Wing Shun Chan
* @author Fabio Pezzutto
* @deprecated As of Athanasius (7.3.x), replaced by {@link
* com.liferay.calendar.constants.CalendarBookingConstants}
*/
@Deprecated
public class CalendarBookingConstants {
public static final long PARENT_CALENDAR_BOOKING_ID_DEFAULT = 0;
public static final long RECURRING_CALENDAR_BOOKING_ID_DEFAULT = 0;
}