@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 |
---|---|
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.
|
java.lang.String |
getLargeValue()
Returns the large value of this portlet preference value.
|
long |
getMvccVersion()
Returns the mvcc version of this portlet preference value.
|
java.lang.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.
|
java.lang.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(java.lang.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(java.lang.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(java.lang.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, toXmlString
getModelClass, getModelClassName
long 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 MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- 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 ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
companyId
- 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 java.lang.String getLargeValue()
void setLargeValue(java.lang.String largeValue)
largeValue
- the large value of this portlet preference value@AutoEscape java.lang.String getName()
void setName(java.lang.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 java.lang.String getSmallValue()
void setSmallValue(java.lang.String smallValue)
smallValue
- the small value of this portlet preference value