@ProviderType public interface PortletPreferenceValueModel extends BaseModel<PortletPreferenceValue>, CTModel<PortletPreferenceValue>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.PortletPreferenceValueModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.PortletPreferenceValueImpl.
PortletPreferenceValue| Modifier and Type | Method and Description |
|---|---|
PortletPreferenceValue |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this portlet preference value.
|
long |
getCtCollectionId()
Returns the ct collection ID of this portlet preference value.
|
int |
getIndex()
Returns the index of this portlet preference value.
|
String |
getLargeValue()
Returns the large value of this portlet preference value.
|
long |
getMvccVersion()
Returns the mvcc version of this portlet preference value.
|
String |
getName()
Returns the name of this portlet preference value.
|
long |
getPortletPreferencesId()
Returns the portlet preferences ID of this portlet preference value.
|
long |
getPortletPreferenceValueId()
Returns the portlet preference value ID of this portlet preference value.
|
long |
getPrimaryKey()
Returns the primary key of this portlet preference value.
|
boolean |
getReadOnly()
Returns the read only of this portlet preference value.
|
String |
getSmallValue()
Returns the small value of this portlet preference value.
|
boolean |
isReadOnly()
Returns
true if this portlet preference value is read only. |
void |
setCompanyId(long companyId)
Sets the company ID of this portlet preference value.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this portlet preference value.
|
void |
setIndex(int index)
Sets the index of this portlet preference value.
|
void |
setLargeValue(String largeValue)
Sets the large value of this portlet preference value.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this portlet preference value.
|
void |
setName(String name)
Sets the name of this portlet preference value.
|
void |
setPortletPreferencesId(long portletPreferencesId)
Sets the portlet preferences ID of this portlet preference value.
|
void |
setPortletPreferenceValueId(long portletPreferenceValueId)
Sets the portlet preference value ID of this portlet preference value.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this portlet preference value.
|
void |
setReadOnly(boolean readOnly)
Sets whether this portlet preference value is read only.
|
void |
setSmallValue(String smallValue)
Sets the small value of this portlet preference value.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
getPrimaryKey in interface CTModel<PortletPreferenceValue>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTModel<PortletPreferenceValue>primaryKey - the primary key of this portlet preference valuelong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this portlet preference valuelong getCtCollectionId()
getCtCollectionId in interface CTModel<PortletPreferenceValue>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CTModel<PortletPreferenceValue>ctCollectionId - the ct collection ID of this portlet preference valuelong getPortletPreferenceValueId()
void setPortletPreferenceValueId(long portletPreferenceValueId)
portletPreferenceValueId - the portlet preference value ID of this portlet preference valuelong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this portlet preference valuelong getPortletPreferencesId()
void setPortletPreferencesId(long portletPreferencesId)
portletPreferencesId - the portlet preferences ID of this portlet preference valueint getIndex()
void setIndex(int index)
index - the index of this portlet preference value@AutoEscape String getLargeValue()
void setLargeValue(String largeValue)
largeValue - the large value of this portlet preference value@AutoEscape String getName()
void setName(String name)
name - the name of this portlet preference valueboolean getReadOnly()
boolean isReadOnly()
true if this portlet preference value is read only.true if this portlet preference value is read only; false otherwisevoid setReadOnly(boolean readOnly)
readOnly - the read only of this portlet preference value@AutoEscape String getSmallValue()
void setSmallValue(String smallValue)
smallValue - the small value of this portlet preference valuePortletPreferenceValue cloneWithOriginalValues()
cloneWithOriginalValues in interface BaseModel<PortletPreferenceValue>