Interface JSONStorageEntryModel

All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<JSONStorageEntry>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<JSONStorageEntry>, com.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.TypedModel
All Known Subinterfaces:
JSONStorageEntry
All Known Implementing Classes:
JSONStorageEntryWrapper

@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
The base model interface for the JSONStorageEntry service. Represents a row in the "JSONStorageEntry" database table, with each column mapped to a property of this class.

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.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns 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
    Returns the index of this json storage entry.
    long
    Returns the json storage entry ID of this json storage entry.
    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
    Returns the type of this json storage entry.
    long
    Returns the value long of this json storage entry.
    Returns the value string of this json storage entry.
    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
    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(String valueString)
    Sets the value string of this json storage entry.
    default String
     

    Methods inherited from interface com.liferay.portal.kernel.model.BaseModel

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this json storage entry.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>
      Returns:
      the primary key of this json storage entry
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this json storage entry.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>
      Parameters:
      primaryKey - the primary key of this json storage entry
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this json storage entry.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this json storage entry
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this json storage entry.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this json storage entry
    • getCtCollectionId

      long getCtCollectionId()
      Returns the ct collection ID of this json storage entry.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>
      Returns:
      the ct collection ID of this json storage entry
    • setCtCollectionId

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this json storage entry.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JSONStorageEntry>
      Parameters:
      ctCollectionId - the ct collection ID of this json storage entry
    • getJsonStorageEntryId

      long getJsonStorageEntryId()
      Returns the json storage entry ID of this json storage entry.
      Returns:
      the json storage entry ID of this json storage entry
    • setJsonStorageEntryId

      void setJsonStorageEntryId(long jsonStorageEntryId)
      Sets the json storage entry ID of this json storage entry.
      Parameters:
      jsonStorageEntryId - the json storage entry ID of this json storage entry
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this json storage entry.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this json storage entry
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this json storage entry.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this json storage entry
    • getClassName

      String getClassName()
      Returns the fully qualified class name of this json storage entry.
      Specified by:
      getClassName in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the fully qualified class name of this json storage entry
    • setClassName

      void setClassName(String className)
    • getClassNameId

      long getClassNameId()
      Returns the class name ID of this json storage entry.
      Specified by:
      getClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the class name ID of this json storage entry
    • setClassNameId

      void setClassNameId(long classNameId)
      Sets the class name ID of this json storage entry.
      Specified by:
      setClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Parameters:
      classNameId - the class name ID of this json storage entry
    • getClassPK

      long getClassPK()
      Returns the class pk of this json storage entry.
      Specified by:
      getClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Returns:
      the class pk of this json storage entry
    • setClassPK

      void setClassPK(long classPK)
      Sets the class pk of this json storage entry.
      Specified by:
      setClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Parameters:
      classPK - the class pk of this json storage entry
    • getParentJSONStorageEntryId

      long getParentJSONStorageEntryId()
      Returns the parent json storage entry ID of this json storage entry.
      Returns:
      the parent json storage entry ID of this json storage entry
    • setParentJSONStorageEntryId

      void setParentJSONStorageEntryId(long parentJSONStorageEntryId)
      Sets the parent json storage entry ID of this json storage entry.
      Parameters:
      parentJSONStorageEntryId - the parent json storage entry ID of this json storage entry
    • getIndex

      int getIndex()
      Returns the index of this json storage entry.
      Returns:
      the index of this json storage entry
    • setIndex

      void setIndex(int index)
      Sets the index of this json storage entry.
      Parameters:
      index - the index of this json storage entry
    • getKey

      @AutoEscape String getKey()
      Returns the key of this json storage entry.
      Returns:
      the key of this json storage entry
    • setKey

      void setKey(String key)
      Sets the key of this json storage entry.
      Parameters:
      key - the key of this json storage entry
    • getType

      int getType()
      Returns the type of this json storage entry.
      Returns:
      the type of this json storage entry
    • setType

      void setType(int type)
      Sets the type of this json storage entry.
      Parameters:
      type - the type of this json storage entry
    • getValueLong

      long getValueLong()
      Returns the value long of this json storage entry.
      Returns:
      the value long of this json storage entry
    • setValueLong

      void setValueLong(long valueLong)
      Sets the value long of this json storage entry.
      Parameters:
      valueLong - the value long of this json storage entry
    • getValueString

      @AutoEscape String getValueString()
      Returns the value string of this json storage entry.
      Returns:
      the value string of this json storage entry
    • setValueString

      void setValueString(String valueString)
      Sets the value string of this json storage entry.
      Parameters:
      valueString - the value string of this json storage entry
    • cloneWithOriginalValues

      JSONStorageEntry cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<JSONStorageEntry>
    • toXmlString

      default String toXmlString()