Interface LaunchSetModel

All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<LaunchSet>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<LaunchSet>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedModel
All Known Subinterfaces:
LaunchSet
All Known Implementing Classes:
LaunchSetWrapper

@ProviderType public interface LaunchSetModel extends com.liferay.portal.kernel.model.BaseModel<LaunchSet>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedModel
The base model interface for the LaunchSet service. Represents a row in the "LaunchSet" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.launch.model.impl.LaunchSetModelImpl 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.launch.model.impl.LaunchSetImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this launch set.
    Returns the create date of this launch set.
    Returns the description of this launch set.
    Returns the external reference code of this launch set.
    long
    Returns the launch set ID of this launch set.
    Returns the modified date of this launch set.
    long
    Returns the mvcc version of this launch set.
    Returns the name of this launch set.
    long
    Returns the primary key of this launch set.
    int
    Returns the status of this launch set.
    long
    Returns the status by user ID of this launch set.
    Returns the status by user uuid of this launch set.
    Returns the status date of this launch set.
    long
    Returns the user ID of this launch set.
    Returns the user uuid of this launch set.
    Returns the uuid of this launch set.
    void
    setCompanyId(long companyId)
    Sets the company ID of this launch set.
    void
    setCreateDate(Date createDate)
    Sets the create date of this launch set.
    void
    setDescription(String description)
    Sets the description of this launch set.
    void
    setExternalReferenceCode(String externalReferenceCode)
    Sets the external reference code of this launch set.
    void
    setLaunchSetId(long launchSetId)
    Sets the launch set ID of this launch set.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this launch set.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this launch set.
    void
    Sets the name of this launch set.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this launch set.
    void
    setStatus(int status)
    Sets the status of this launch set.
    void
    setStatusByUserId(long statusByUserId)
    Sets the status by user ID of this launch set.
    void
    setStatusByUserUuid(String statusByUserUuid)
    Sets the status by user uuid of this launch set.
    void
    setStatusDate(Date statusDate)
    Sets the status date of this launch set.
    void
    setUserId(long userId)
    Sets the user ID of this launch set.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this launch set.
    void
    Sets the uuid of this launch set.
    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

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

    clone, getStagedModelType
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this launch set.
      Returns:
      the primary key of this launch set
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this launch set.
      Parameters:
      primaryKey - the primary key of this launch set
    • getMvccVersion

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

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this launch set.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this launch set
    • getUuid

      @AutoEscape String getUuid()
      Returns the uuid of this launch set.
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this launch set
    • setUuid

      void setUuid(String uuid)
      Sets the uuid of this launch set.
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this launch set
    • getExternalReferenceCode

      @AutoEscape String getExternalReferenceCode()
      Returns the external reference code of this launch set.
      Specified by:
      getExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Returns:
      the external reference code of this launch set
    • setExternalReferenceCode

      void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this launch set.
      Specified by:
      setExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Parameters:
      externalReferenceCode - the external reference code of this launch set
    • getLaunchSetId

      long getLaunchSetId()
      Returns the launch set ID of this launch set.
      Returns:
      the launch set ID of this launch set
    • setLaunchSetId

      void setLaunchSetId(long launchSetId)
      Sets the launch set ID of this launch set.
      Parameters:
      launchSetId - the launch set ID of this launch set
    • getCompanyId

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

      void setCompanyId(long companyId)
      Sets the company ID of this launch set.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      companyId - the company ID of this launch set
    • getUserId

      long getUserId()
      Returns the user ID of this launch set.
      Returns:
      the user ID of this launch set
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this launch set.
      Parameters:
      userId - the user ID of this launch set
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this launch set.
      Returns:
      the user uuid of this launch set
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this launch set.
      Parameters:
      userUuid - the user uuid of this launch set
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this launch set.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this launch set
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this launch set.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      createDate - the create date of this launch set
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this launch set.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this launch set
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this launch set.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      modifiedDate - the modified date of this launch set
    • getDescription

      @AutoEscape String getDescription()
      Returns the description of this launch set.
      Returns:
      the description of this launch set
    • setDescription

      void setDescription(String description)
      Sets the description of this launch set.
      Parameters:
      description - the description of this launch set
    • getName

      @AutoEscape String getName()
      Returns the name of this launch set.
      Returns:
      the name of this launch set
    • setName

      void setName(String name)
      Sets the name of this launch set.
      Parameters:
      name - the name of this launch set
    • getStatus

      int getStatus()
      Returns the status of this launch set.
      Returns:
      the status of this launch set
    • setStatus

      void setStatus(int status)
      Sets the status of this launch set.
      Parameters:
      status - the status of this launch set
    • getStatusByUserId

      long getStatusByUserId()
      Returns the status by user ID of this launch set.
      Returns:
      the status by user ID of this launch set
    • setStatusByUserId

      void setStatusByUserId(long statusByUserId)
      Sets the status by user ID of this launch set.
      Parameters:
      statusByUserId - the status by user ID of this launch set
    • getStatusByUserUuid

      String getStatusByUserUuid()
      Returns the status by user uuid of this launch set.
      Returns:
      the status by user uuid of this launch set
    • setStatusByUserUuid

      void setStatusByUserUuid(String statusByUserUuid)
      Sets the status by user uuid of this launch set.
      Parameters:
      statusByUserUuid - the status by user uuid of this launch set
    • getStatusDate

      Date getStatusDate()
      Returns the status date of this launch set.
      Returns:
      the status date of this launch set
    • setStatusDate

      void setStatusDate(Date statusDate)
      Sets the status date of this launch set.
      Parameters:
      statusDate - the status date of this launch set
    • cloneWithOriginalValues

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

      default String toXmlString()