@ProviderType public interface JSONStorageEntryModel extends 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.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.json.storage.model.impl.JSONStorageEntryModelImpl 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.json.storage.model.impl.JSONStorageEntryImpl.
JSONStorageEntry| Modifier and Type | Method and Description |
|---|---|
JSONStorageEntry |
cloneWithOriginalValues() |
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.
|
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.
|
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 |
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 |
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 |
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.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>primaryKey - the primary key of this json storage entrylong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this json storage entrylong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>ctCollectionId - the ct collection ID of this json storage entrylong getJsonStorageEntryId()
void setJsonStorageEntryId(long jsonStorageEntryId)
jsonStorageEntryId - the json storage entry ID of this json storage entrylong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this json storage entryjava.lang.String getClassName()
getClassName in interface com.liferay.portal.kernel.model.TypedModelvoid setClassName(java.lang.String className)
long getClassNameId()
getClassNameId in interface com.liferay.portal.kernel.model.TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.kernel.model.TypedModelclassNameId - the class name ID of this json storage entrylong getClassPK()
getClassPK in interface com.liferay.portal.kernel.model.AttachedModelvoid setClassPK(long classPK)
setClassPK in interface com.liferay.portal.kernel.model.AttachedModelclassPK - the class pk of this json storage entrylong getParentJSONStorageEntryId()
void setParentJSONStorageEntryId(long parentJSONStorageEntryId)
parentJSONStorageEntryId - the parent json storage entry ID of this json storage entryint getIndex()
void setIndex(int index)
index - the index of this json storage entry@AutoEscape java.lang.String getKey()
void setKey(java.lang.String key)
key - the key of this json storage entryint getType()
void setType(int type)
type - the type of this json storage entrylong getValueLong()
void setValueLong(long valueLong)
valueLong - the value long of this json storage entry@AutoEscape java.lang.String getValueString()
void setValueString(java.lang.String valueString)
valueString - the value string of this json storage entryJSONStorageEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<JSONStorageEntry>default java.lang.String toXmlString()