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
modelFields 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.longReturns the class name ID of this json storage entry.longReturns the class pk of this json storage entry.longReturns the company ID of this json storage entry.longReturns the ct collection ID of this json storage entry.intgetIndex()Returns the index of this json storage entry.longReturns the json storage entry ID of this json storage entry.getKey()Returns the key of this json storage entry.longReturns the mvcc version of this json storage entry.longReturns the parent json storage entry ID of this json storage entry.longReturns the primary key of this json storage entry.intgetType()Returns the type of this json storage entry.getValue()longReturns the value long of this json storage entry.Returns the value string of this json storage entry.voidpersist()voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this json storage entry.voidsetClassPK(long classPK) Sets the class pk of this json storage entry.voidsetCompanyId(long companyId) Sets the company ID of this json storage entry.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this json storage entry.voidsetIndex(int index) Sets the index of this json storage entry.voidsetJsonStorageEntryId(long jsonStorageEntryId) Sets the json storage entry ID of this json storage entry.voidSets the key of this json storage entry.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this json storage entry.voidsetParentJSONStorageEntryId(long parentJSONStorageEntryId) Sets the parent json storage entry ID of this json storage entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this json storage entry.voidsetType(int type) Sets the type of this json storage entry.voidvoidsetValueLong(long valueLong) Sets the value long of this json storage entry.voidsetValueString(String valueString) Sets the value string of this json storage entry.protected JSONStorageEntryWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
JSONStorageEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<JSONStorageEntry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<JSONStorageEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<JSONStorageEntry>- Specified by:
cloneWithOriginalValuesin interfaceJSONStorageEntryModel
-
getClassName
Returns the fully qualified class name of this json storage entry.- Specified by:
getClassNamein interfaceJSONStorageEntryModel- Specified by:
getClassNamein 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:
getClassNameIdin interfaceJSONStorageEntryModel- Specified by:
getClassNameIdin 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:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
getClassPKin 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:
getCompanyIdin interfaceJSONStorageEntryModel- Specified by:
getCompanyIdin 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:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>- Specified by:
getCtCollectionIdin 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:
getIndexin 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:
getJsonStorageEntryIdin interfaceJSONStorageEntryModel- Returns:
- the json storage entry ID of this json storage entry
-
getKey
Returns the key of this json storage entry.- Specified by:
getKeyin interfaceJSONStorageEntryModel- Returns:
- the key of this json storage entry
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this json storage entry.- Specified by:
getMvccVersionin interfaceJSONStorageEntryModel- Specified by:
getMvccVersionin 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:
getParentJSONStorageEntryIdin 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:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>- Specified by:
getPrimaryKeyin interfaceJSONStorageEntryModel- Returns:
- the primary key of this json storage entry
-
getType
public int getType()Returns the type of this json storage entry.- Specified by:
getTypein interfaceJSONStorageEntryModel- Returns:
- the type of this json storage entry
-
getValue
- Specified by:
getValuein interfaceJSONStorageEntry
-
getValueLong
public long getValueLong()Returns the value long of this json storage entry.- Specified by:
getValueLongin interfaceJSONStorageEntryModel- Returns:
- the value long of this json storage entry
-
getValueString
Returns the value string of this json storage entry.- Specified by:
getValueStringin interfaceJSONStorageEntryModel- Returns:
- the value string of this json storage entry
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setClassName
- Specified by:
setClassNamein interfaceJSONStorageEntryModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this json storage entry.- Specified by:
setClassNameIdin interfaceJSONStorageEntryModel- Specified by:
setClassNameIdin 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:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
setClassPKin 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:
setCompanyIdin interfaceJSONStorageEntryModel- Specified by:
setCompanyIdin 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:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>- Specified by:
setCtCollectionIdin 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:
setIndexin 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:
setJsonStorageEntryIdin interfaceJSONStorageEntryModel- Parameters:
jsonStorageEntryId- the json storage entry ID of this json storage entry
-
setKey
Sets the key of this json storage entry.- Specified by:
setKeyin 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:
setMvccVersionin interfaceJSONStorageEntryModel- Specified by:
setMvccVersionin 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:
setParentJSONStorageEntryIdin 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:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>- Specified by:
setPrimaryKeyin 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:
setTypein interfaceJSONStorageEntryModel- Parameters:
type- the type of this json storage entry
-
setValue
- Specified by:
setValuein interfaceJSONStorageEntry
-
setValueLong
public void setValueLong(long valueLong) Sets the value long of this json storage entry.- Specified by:
setValueLongin interfaceJSONStorageEntryModel- Parameters:
valueLong- the value long of this json storage entry
-
setValueString
Sets the value string of this json storage entry.- Specified by:
setValueStringin interfaceJSONStorageEntryModel- Parameters:
valueString- the value string of this json storage entry
-
toXmlString
- Specified by:
toXmlStringin interfaceJSONStorageEntryModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<JSONStorageEntry>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<JSONStorageEntry>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JSONStorageEntry>
-