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, toXmlString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
public 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 JSONStorageEntryModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<JSONStorageEntry>
public java.lang.String getClassName()
getClassName
in interface JSONStorageEntryModel
getClassName
in interface com.liferay.portal.kernel.model.TypedModel
public long getClassNameId()
getClassNameId
in interface JSONStorageEntryModel
getClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
public long getClassPK()
getClassPK
in interface JSONStorageEntryModel
getClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
public long getCompanyId()
getCompanyId
in interface JSONStorageEntryModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public long getCtCollectionId()
getCtCollectionId
in interface JSONStorageEntryModel
getCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>
public int getIndex()
getIndex
in interface JSONStorageEntryModel
public long getJsonStorageEntryId()
getJsonStorageEntryId
in interface JSONStorageEntryModel
public java.lang.String getKey()
getKey
in interface JSONStorageEntryModel
public long getMvccVersion()
getMvccVersion
in interface JSONStorageEntryModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public long getParentJSONStorageEntryId()
getParentJSONStorageEntryId
in interface JSONStorageEntryModel
public long getPrimaryKey()
getPrimaryKey
in interface JSONStorageEntryModel
getPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>
public int getType()
getType
in interface JSONStorageEntryModel
public java.lang.Object getValue()
getValue
in interface JSONStorageEntry
public long getValueLong()
getValueLong
in interface JSONStorageEntryModel
public java.lang.String getValueString()
getValueString
in interface JSONStorageEntryModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setClassName(java.lang.String className)
setClassName
in interface JSONStorageEntryModel
public void setClassNameId(long classNameId)
setClassNameId
in interface JSONStorageEntryModel
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
classNameId
- the class name ID of this json storage entrypublic void setClassPK(long classPK)
setClassPK
in interface JSONStorageEntryModel
setClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
classPK
- the class pk of this json storage entrypublic void setCompanyId(long companyId)
setCompanyId
in interface JSONStorageEntryModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this json storage entrypublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface JSONStorageEntryModel
setCtCollectionId
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 JSONStorageEntryModel
index
- the index of this json storage entrypublic void setJsonStorageEntryId(long jsonStorageEntryId)
setJsonStorageEntryId
in interface JSONStorageEntryModel
jsonStorageEntryId
- the json storage entry ID of this json storage entrypublic void setKey(java.lang.String key)
setKey
in interface JSONStorageEntryModel
key
- the key of this json storage entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface JSONStorageEntryModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this json storage entrypublic void setParentJSONStorageEntryId(long parentJSONStorageEntryId)
setParentJSONStorageEntryId
in interface JSONStorageEntryModel
parentJSONStorageEntryId
- the parent json storage entry ID of this json storage entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface JSONStorageEntryModel
setPrimaryKey
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 JSONStorageEntryModel
type
- the type of this json storage entrypublic void setValue(java.lang.Object value)
setValue
in interface JSONStorageEntry
public void setValueLong(long valueLong)
setValueLong
in interface JSONStorageEntryModel
valueLong
- the value long of this json storage entrypublic void setValueString(java.lang.String valueString)
setValueString
in interface JSONStorageEntryModel
valueString
- 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>