public class JSONStorageEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JSONStorageEntry> implements JSONStorageEntry, com.liferay.portal.kernel.model.ModelWrapper<JSONStorageEntry>
This class is a wrapper for JSONStorageEntry.
JSONStorageEntry,
Serialized FormJSON_STORAGE_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
JSONStorageEntryWrapper(JSONStorageEntry jsonStorageEntry) |
| Modifier and Type | Method and Description |
|---|---|
JSONStorageEntry |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<JSONStorageEntry,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<JSONStorageEntry,java.lang.Object>> |
getAttributeSetterBiConsumers() |
java.lang.String |
getClassName()
Returns the fully qualified class name of this json storage entry.
|
long |
getClassNameId()
Returns the class name ID of this json storage entry.
|
long |
getClassPK()
Returns the class pk of this json storage entry.
|
long |
getCompanyId()
Returns the company ID of this json storage entry.
|
long |
getCtCollectionId()
Returns the ct collection ID of this json storage entry.
|
int |
getIndex()
Returns the index of this json storage entry.
|
long |
getJsonStorageEntryId()
Returns the json storage entry ID of this json storage entry.
|
java.lang.String |
getKey()
Returns the key of this json storage entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this json storage entry.
|
long |
getParentJSONStorageEntryId()
Returns the parent json storage entry ID of this json storage entry.
|
long |
getPrimaryKey()
Returns the primary key of this json storage entry.
|
int |
getType()
Returns the type of this json storage entry.
|
java.lang.Object |
getValue() |
long |
getValueLong()
Returns the value long of this json storage entry.
|
java.lang.String |
getValueString()
Returns the value string of this json storage entry.
|
void |
persist() |
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this json storage entry.
|
void |
setClassPK(long classPK)
Sets the class pk of this json storage entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this json storage entry.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this json storage entry.
|
void |
setIndex(int index)
Sets the index of this json storage entry.
|
void |
setJsonStorageEntryId(long jsonStorageEntryId)
Sets the json storage entry ID of this json storage entry.
|
void |
setKey(java.lang.String key)
Sets the key of this json storage entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this json storage entry.
|
void |
setParentJSONStorageEntryId(long parentJSONStorageEntryId)
Sets the parent json storage entry ID of this json storage entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this json storage entry.
|
void |
setType(int type)
Sets the type of this json storage entry.
|
void |
setValue(java.lang.Object value) |
void |
setValueLong(long valueLong)
Sets the value long of this json storage entry.
|
void |
setValueString(java.lang.String valueString)
Sets the value string of this json storage entry.
|
protected JSONStorageEntryWrapper |
wrap(JSONStorageEntry jsonStorageEntry) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic JSONStorageEntryWrapper(JSONStorageEntry jsonStorageEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<JSONStorageEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<JSONStorageEntry>public JSONStorageEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface JSONStorageEntryModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<JSONStorageEntry>public java.lang.String getClassName()
getClassName in interface JSONStorageEntryModelgetClassName in interface com.liferay.portal.kernel.model.TypedModelpublic long getClassNameId()
getClassNameId in interface JSONStorageEntryModelgetClassNameId in interface com.liferay.portal.kernel.model.TypedModelpublic long getClassPK()
getClassPK in interface JSONStorageEntryModelgetClassPK in interface com.liferay.portal.kernel.model.AttachedModelpublic long getCompanyId()
getCompanyId in interface JSONStorageEntryModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getCtCollectionId()
getCtCollectionId in interface JSONStorageEntryModelgetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>public int getIndex()
getIndex in interface JSONStorageEntryModelpublic long getJsonStorageEntryId()
getJsonStorageEntryId in interface JSONStorageEntryModelpublic java.lang.String getKey()
getKey in interface JSONStorageEntryModelpublic long getMvccVersion()
getMvccVersion in interface JSONStorageEntryModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getParentJSONStorageEntryId()
getParentJSONStorageEntryId in interface JSONStorageEntryModelpublic long getPrimaryKey()
getPrimaryKey in interface JSONStorageEntryModelgetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>public int getType()
getType in interface JSONStorageEntryModelpublic java.lang.Object getValue()
getValue in interface JSONStorageEntrypublic long getValueLong()
getValueLong in interface JSONStorageEntryModelpublic java.lang.String getValueString()
getValueString in interface JSONStorageEntryModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setClassName(java.lang.String className)
setClassName in interface JSONStorageEntryModelpublic void setClassNameId(long classNameId)
setClassNameId in interface JSONStorageEntryModelsetClassNameId in interface com.liferay.portal.kernel.model.TypedModelclassNameId - the class name ID of this json storage entrypublic void setClassPK(long classPK)
setClassPK in interface JSONStorageEntryModelsetClassPK in interface com.liferay.portal.kernel.model.AttachedModelclassPK - the class pk of this json storage entrypublic void setCompanyId(long companyId)
setCompanyId in interface JSONStorageEntryModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this json storage entrypublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface JSONStorageEntryModelsetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>ctCollectionId - the ct collection ID of this json storage entrypublic void setIndex(int index)
setIndex in interface JSONStorageEntryModelindex - the index of this json storage entrypublic void setJsonStorageEntryId(long jsonStorageEntryId)
setJsonStorageEntryId in interface JSONStorageEntryModeljsonStorageEntryId - the json storage entry ID of this json storage entrypublic void setKey(java.lang.String key)
setKey in interface JSONStorageEntryModelkey - the key of this json storage entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface JSONStorageEntryModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this json storage entrypublic void setParentJSONStorageEntryId(long parentJSONStorageEntryId)
setParentJSONStorageEntryId in interface JSONStorageEntryModelparentJSONStorageEntryId - the parent json storage entry ID of this json storage entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface JSONStorageEntryModelsetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>primaryKey - the primary key of this json storage entrypublic void setType(int type)
setType in interface JSONStorageEntryModeltype - the type of this json storage entrypublic void setValue(java.lang.Object value)
setValue in interface JSONStorageEntrypublic void setValueLong(long valueLong)
setValueLong in interface JSONStorageEntryModelvalueLong - the value long of this json storage entrypublic void setValueString(java.lang.String valueString)
setValueString in interface JSONStorageEntryModelvalueString - the value string of this json storage entrypublic java.util.Map<java.lang.String,java.util.function.Function<JSONStorageEntry,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<JSONStorageEntry>public java.util.Map<java.lang.String,java.util.function.BiConsumer<JSONStorageEntry,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<JSONStorageEntry>protected JSONStorageEntryWrapper wrap(JSONStorageEntry jsonStorageEntry)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JSONStorageEntry>