
com.liferay.commerce.product.model.impl.CPInstanceOptionValueRelImpl 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.commerce.product.model.impl;
/**
* The extended model implementation for the CPInstanceOptionValueRel service.
* Represents a row in the "CPInstanceOptionValueRel" 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.commerce.product.model.CPInstanceOptionValueRel
* interface.
*
*
* @author Marco Leo
*/
public class CPInstanceOptionValueRelImpl
extends CPInstanceOptionValueRelBaseImpl {
/**
* NOTE FOR DEVELOPERS:
*
* Never reference this class directly. All methods that expect a cp
* instance option value rel model instance should use the {@link
* com.liferay.commerce.product.model.CPInstanceOptionValueRel} interface
* instead.
*/
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy