Package com.liferay.portal.kernel.model
Interface PortletPreferenceValue
- All Superinterfaces:
BaseModel<PortletPreferenceValue>
,ClassedModel
,Cloneable
,Comparable<PortletPreferenceValue>
,CTModel<PortletPreferenceValue>
,MVCCModel
,PersistedModel
,PortletPreferenceValueModel
,Serializable
,ShardedModel
- All Known Implementing Classes:
PortletPreferenceValueWrapper
@ProviderType
public interface PortletPreferenceValue
extends PersistedModel, PortletPreferenceValueModel
The extended model interface for the PortletPreferenceValue service. Represents a row in the "PortletPreferenceValue" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.PortletPreferenceValueModel
cloneWithOriginalValues, getCompanyId, getCtCollectionId, getIndex, getLargeValue, getMvccVersion, getName, getPortletPreferencesId, getPortletPreferenceValueId, getPrimaryKey, getReadOnly, getSmallValue, isReadOnly, setCompanyId, setCtCollectionId, setIndex, setLargeValue, setMvccVersion, setName, setPortletPreferencesId, setPortletPreferenceValueId, setPrimaryKey, setReadOnly, setSmallValue, toXmlString
-
Field Details
-
PORTLET_PREFERENCE_VALUE_ID_ACCESSOR
-
-
Method Details
-
getValue
String getValue() -
setValue
-