com.liferay.fragment.model.impl.FragmentEntryVersionImpl Maven / Gradle / Ivy
/**
* 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.fragment.model.impl;
/**
* The extended model implementation for the FragmentEntryVersion service.
* Represents a row in the "FragmentEntryVersion" database table, with
* each column mapped to a property of this class.
*
*
* Helper methods and all application logic should be put in this class.
* Whenever methods are added, rerun ServiceBuilder to copy their definitions
* into the com.liferay.fragment.model.FragmentEntryVersion
* interface.
*
*
* @author Brian Wing Shun Chan
*/
public class FragmentEntryVersionImpl extends FragmentEntryVersionBaseImpl {
/**
* NOTE FOR DEVELOPERS:
*
* Never reference this class directly. All methods that expect a fragment
* entry version model instance should use the {@link
* com.liferay.fragment.model.FragmentEntryVersion} interface instead.
*/
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy