@ProviderType public interface PortalPreferenceValueModel extends BaseModel<PortalPreferenceValue>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.PortalPreferenceValueModelImpl 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.PortalPreferenceValueImpl.
PortalPreferenceValue| Modifier and Type | Method and Description |
|---|---|
PortalPreferenceValue |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this portal preference value.
|
int |
getIndex()
Returns the index of this portal preference value.
|
String |
getKey()
Returns the key of this portal preference value.
|
String |
getLargeValue()
Returns the large value of this portal preference value.
|
long |
getMvccVersion()
Returns the mvcc version of this portal preference value.
|
String |
getNamespace()
Returns the namespace of this portal preference value.
|
long |
getPortalPreferencesId()
Returns the portal preferences ID of this portal preference value.
|
long |
getPortalPreferenceValueId()
Returns the portal preference value ID of this portal preference value.
|
long |
getPrimaryKey()
Returns the primary key of this portal preference value.
|
String |
getSmallValue()
Returns the small value of this portal preference value.
|
void |
setCompanyId(long companyId)
Sets the company ID of this portal preference value.
|
void |
setIndex(int index)
Sets the index of this portal preference value.
|
void |
setKey(String key)
Sets the key of this portal preference value.
|
void |
setLargeValue(String largeValue)
Sets the large value of this portal preference value.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this portal preference value.
|
void |
setNamespace(String namespace)
Sets the namespace of this portal preference value.
|
void |
setPortalPreferencesId(long portalPreferencesId)
Sets the portal preferences ID of this portal preference value.
|
void |
setPortalPreferenceValueId(long portalPreferenceValueId)
Sets the portal preference value ID of this portal preference value.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this portal preference value.
|
void |
setSmallValue(String smallValue)
Sets the small value of this portal 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()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this portal preference valuelong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this portal preference valuelong getPortalPreferenceValueId()
void setPortalPreferenceValueId(long portalPreferenceValueId)
portalPreferenceValueId - the portal preference value ID of this portal preference valuelong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this portal preference valuelong getPortalPreferencesId()
void setPortalPreferencesId(long portalPreferencesId)
portalPreferencesId - the portal preferences ID of this portal preference valueint getIndex()
void setIndex(int index)
index - the index of this portal preference value@AutoEscape String getKey()
void setKey(String key)
key - the key of this portal preference value@AutoEscape String getLargeValue()
void setLargeValue(String largeValue)
largeValue - the large value of this portal preference value@AutoEscape String getNamespace()
void setNamespace(String namespace)
namespace - the namespace of this portal preference value@AutoEscape String getSmallValue()
void setSmallValue(String smallValue)
smallValue - the small value of this portal preference valuePortalPreferenceValue cloneWithOriginalValues()
cloneWithOriginalValues in interface BaseModel<PortalPreferenceValue>