Package com.liferay.json.storage.model
Class JSONStorageEntryWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JSONStorageEntry>
com.liferay.json.storage.model.JSONStorageEntryWrapper
- All Implemented Interfaces:
JSONStorageEntry
,JSONStorageEntryModel
,com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.BaseModel<JSONStorageEntry>
,com.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<JSONStorageEntry>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.TypedModel
,Serializable
,Cloneable
,Comparable<JSONStorageEntry>
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
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.json.storage.model.JSONStorageEntry
JSON_STORAGE_ENTRY_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this json storage entry.long
Returns the class name ID of this json storage entry.long
Returns the class pk of this json storage entry.long
Returns the company ID of this json storage entry.long
Returns the ct collection ID of this json storage entry.int
getIndex()
Returns the index of this json storage entry.long
Returns the json storage entry ID of this json storage entry.getKey()
Returns the key of this json storage entry.long
Returns the mvcc version of this json storage entry.long
Returns the parent json storage entry ID of this json storage entry.long
Returns the primary key of this json storage entry.int
getType()
Returns the type of this json storage entry.getValue()
long
Returns the value long of this json storage entry.Returns the value string of this json storage entry.void
persist()
void
setClassName
(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
Sets the key of this json storage entry.void
setModelAttributes
(Map<String, 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
void
setValueLong
(long valueLong) Sets the value long of this json storage entry.void
setValueString
(String valueString) Sets the value string of this json storage entry.protected JSONStorageEntryWrapper
wrap
(JSONStorageEntry jsonStorageEntry) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
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
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
JSONStorageEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<JSONStorageEntry>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<JSONStorageEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<JSONStorageEntry>
- Specified by:
cloneWithOriginalValues
in interfaceJSONStorageEntryModel
-
getClassName
Returns the fully qualified class name of this json storage entry.- Specified by:
getClassName
in interfaceJSONStorageEntryModel
- Specified by:
getClassName
in interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the fully qualified class name of this json storage entry
-
getClassNameId
public long getClassNameId()Returns the class name ID of this json storage entry.- Specified by:
getClassNameId
in interfaceJSONStorageEntryModel
- Specified by:
getClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the class name ID of this json storage entry
-
getClassPK
public long getClassPK()Returns the class pk of this json storage entry.- Specified by:
getClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Specified by:
getClassPK
in interfaceJSONStorageEntryModel
- Returns:
- the class pk of this json storage entry
-
getCompanyId
public long getCompanyId()Returns the company ID of this json storage entry.- Specified by:
getCompanyId
in interfaceJSONStorageEntryModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this json storage entry
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this json storage entry.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>
- Specified by:
getCtCollectionId
in interfaceJSONStorageEntryModel
- Returns:
- the ct collection ID of this json storage entry
-
getIndex
public int getIndex()Returns the index of this json storage entry.- Specified by:
getIndex
in interfaceJSONStorageEntryModel
- Returns:
- the index of this json storage entry
-
getJsonStorageEntryId
public long getJsonStorageEntryId()Returns the json storage entry ID of this json storage entry.- Specified by:
getJsonStorageEntryId
in interfaceJSONStorageEntryModel
- Returns:
- the json storage entry ID of this json storage entry
-
getKey
Returns the key of this json storage entry.- Specified by:
getKey
in interfaceJSONStorageEntryModel
- Returns:
- the key of this json storage entry
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this json storage entry.- Specified by:
getMvccVersion
in interfaceJSONStorageEntryModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this json storage entry
-
getParentJSONStorageEntryId
public long getParentJSONStorageEntryId()Returns the parent json storage entry ID of this json storage entry.- Specified by:
getParentJSONStorageEntryId
in interfaceJSONStorageEntryModel
- Returns:
- the parent json storage entry ID of this json storage entry
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this json storage entry.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>
- Specified by:
getPrimaryKey
in interfaceJSONStorageEntryModel
- Returns:
- the primary key of this json storage entry
-
getType
public int getType()Returns the type of this json storage entry.- Specified by:
getType
in interfaceJSONStorageEntryModel
- Returns:
- the type of this json storage entry
-
getValue
- Specified by:
getValue
in interfaceJSONStorageEntry
-
getValueLong
public long getValueLong()Returns the value long of this json storage entry.- Specified by:
getValueLong
in interfaceJSONStorageEntryModel
- Returns:
- the value long of this json storage entry
-
getValueString
Returns the value string of this json storage entry.- Specified by:
getValueString
in interfaceJSONStorageEntryModel
- Returns:
- the value string of this json storage entry
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setClassName
- Specified by:
setClassName
in interfaceJSONStorageEntryModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this json storage entry.- Specified by:
setClassNameId
in interfaceJSONStorageEntryModel
- Specified by:
setClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Parameters:
classNameId
- the class name ID of this json storage entry
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this json storage entry.- Specified by:
setClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Specified by:
setClassPK
in interfaceJSONStorageEntryModel
- Parameters:
classPK
- the class pk of this json storage entry
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this json storage entry.- Specified by:
setCompanyId
in interfaceJSONStorageEntryModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this json storage entry
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this json storage entry.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>
- Specified by:
setCtCollectionId
in interfaceJSONStorageEntryModel
- Parameters:
ctCollectionId
- the ct collection ID of this json storage entry
-
setIndex
public void setIndex(int index) Sets the index of this json storage entry.- Specified by:
setIndex
in interfaceJSONStorageEntryModel
- Parameters:
index
- the index of this json storage entry
-
setJsonStorageEntryId
public void setJsonStorageEntryId(long jsonStorageEntryId) Sets the json storage entry ID of this json storage entry.- Specified by:
setJsonStorageEntryId
in interfaceJSONStorageEntryModel
- Parameters:
jsonStorageEntryId
- the json storage entry ID of this json storage entry
-
setKey
Sets the key of this json storage entry.- Specified by:
setKey
in interfaceJSONStorageEntryModel
- Parameters:
key
- the key of this json storage entry
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this json storage entry.- Specified by:
setMvccVersion
in interfaceJSONStorageEntryModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this json storage entry
-
setParentJSONStorageEntryId
public void setParentJSONStorageEntryId(long parentJSONStorageEntryId) Sets the parent json storage entry ID of this json storage entry.- Specified by:
setParentJSONStorageEntryId
in interfaceJSONStorageEntryModel
- Parameters:
parentJSONStorageEntryId
- the parent json storage entry ID of this json storage entry
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this json storage entry.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>
- Specified by:
setPrimaryKey
in interfaceJSONStorageEntryModel
- Parameters:
primaryKey
- the primary key of this json storage entry
-
setType
public void setType(int type) Sets the type of this json storage entry.- Specified by:
setType
in interfaceJSONStorageEntryModel
- Parameters:
type
- the type of this json storage entry
-
setValue
- Specified by:
setValue
in interfaceJSONStorageEntry
-
setValueLong
public void setValueLong(long valueLong) Sets the value long of this json storage entry.- Specified by:
setValueLong
in interfaceJSONStorageEntryModel
- Parameters:
valueLong
- the value long of this json storage entry
-
setValueString
Sets the value string of this json storage entry.- Specified by:
setValueString
in interfaceJSONStorageEntryModel
- Parameters:
valueString
- the value string of this json storage entry
-
toXmlString
- Specified by:
toXmlString
in interfaceJSONStorageEntryModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<JSONStorageEntry>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<JSONStorageEntry>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JSONStorageEntry>
-