Class LaunchSetWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LaunchSet>
com.liferay.launch.model.LaunchSetWrapper
All Implemented Interfaces:
LaunchSet, LaunchSetModel, com.liferay.portal.kernel.model.BaseModel<LaunchSet>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.ModelWrapper<LaunchSet>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedModel, Serializable, Cloneable, Comparable<LaunchSet>

public class LaunchSetWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LaunchSet> implements LaunchSet, com.liferay.portal.kernel.model.ModelWrapper<LaunchSet>

This class is a wrapper for LaunchSet.

See Also:
Generated:
  • Field Summary

    Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    model

    Fields inherited from interface com.liferay.launch.model.LaunchSet

    LAUNCH_SET_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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.
    com.liferay.exportimport.kernel.lar.StagedModelType
     
    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
     
    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
     
    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.
     
    wrap(LaunchSet launchSet)
     

    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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, 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

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

    clone
  • Constructor Details

    • LaunchSetWrapper

      public LaunchSetWrapper(LaunchSet launchSet)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<LaunchSet>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<LaunchSet>
    • cloneWithOriginalValues

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

      public long getCompanyId()
      Returns the company ID of this launch set.
      Specified by:
      getCompanyId in interface LaunchSetModel
      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
    • getCreateDate

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

      public String getDescription()
      Returns the description of this launch set.
      Specified by:
      getDescription in interface LaunchSetModel
      Returns:
      the description of this launch set
    • getExternalReferenceCode

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

      public long getLaunchSetId()
      Returns the launch set ID of this launch set.
      Specified by:
      getLaunchSetId in interface LaunchSetModel
      Returns:
      the launch set ID of this launch set
    • getModifiedDate

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

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

      public String getName()
      Returns the name of this launch set.
      Specified by:
      getName in interface LaunchSetModel
      Returns:
      the name of this launch set
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this launch set.
      Specified by:
      getPrimaryKey in interface LaunchSetModel
      Returns:
      the primary key of this launch set
    • getStatus

      public int getStatus()
      Returns the status of this launch set.
      Specified by:
      getStatus in interface LaunchSetModel
      Returns:
      the status of this launch set
    • getStatusByUserId

      public long getStatusByUserId()
      Returns the status by user ID of this launch set.
      Specified by:
      getStatusByUserId in interface LaunchSetModel
      Returns:
      the status by user ID of this launch set
    • getStatusByUserUuid

      public String getStatusByUserUuid()
      Returns the status by user uuid of this launch set.
      Specified by:
      getStatusByUserUuid in interface LaunchSetModel
      Returns:
      the status by user uuid of this launch set
    • getStatusDate

      public Date getStatusDate()
      Returns the status date of this launch set.
      Specified by:
      getStatusDate in interface LaunchSetModel
      Returns:
      the status date of this launch set
    • getUserId

      public long getUserId()
      Returns the user ID of this launch set.
      Specified by:
      getUserId in interface LaunchSetModel
      Returns:
      the user ID of this launch set
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this launch set.
      Specified by:
      getUserUuid in interface LaunchSetModel
      Returns:
      the user uuid of this launch set
    • getUuid

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

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this launch set.
      Specified by:
      setCompanyId in interface LaunchSetModel
      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
    • setCreateDate

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

      public void setDescription(String description)
      Sets the description of this launch set.
      Specified by:
      setDescription in interface LaunchSetModel
      Parameters:
      description - the description of this launch set
    • setExternalReferenceCode

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

      public void setLaunchSetId(long launchSetId)
      Sets the launch set ID of this launch set.
      Specified by:
      setLaunchSetId in interface LaunchSetModel
      Parameters:
      launchSetId - the launch set ID of this launch set
    • setModifiedDate

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

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

      public void setName(String name)
      Sets the name of this launch set.
      Specified by:
      setName in interface LaunchSetModel
      Parameters:
      name - the name of this launch set
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this launch set.
      Specified by:
      setPrimaryKey in interface LaunchSetModel
      Parameters:
      primaryKey - the primary key of this launch set
    • setStatus

      public void setStatus(int status)
      Sets the status of this launch set.
      Specified by:
      setStatus in interface LaunchSetModel
      Parameters:
      status - the status of this launch set
    • setStatusByUserId

      public void setStatusByUserId(long statusByUserId)
      Sets the status by user ID of this launch set.
      Specified by:
      setStatusByUserId in interface LaunchSetModel
      Parameters:
      statusByUserId - the status by user ID of this launch set
    • setStatusByUserUuid

      public void setStatusByUserUuid(String statusByUserUuid)
      Sets the status by user uuid of this launch set.
      Specified by:
      setStatusByUserUuid in interface LaunchSetModel
      Parameters:
      statusByUserUuid - the status by user uuid of this launch set
    • setStatusDate

      public void setStatusDate(Date statusDate)
      Sets the status date of this launch set.
      Specified by:
      setStatusDate in interface LaunchSetModel
      Parameters:
      statusDate - the status date of this launch set
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this launch set.
      Specified by:
      setUserId in interface LaunchSetModel
      Parameters:
      userId - the user ID of this launch set
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this launch set.
      Specified by:
      setUserUuid in interface LaunchSetModel
      Parameters:
      userUuid - the user uuid of this launch set
    • setUuid

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

      public String toXmlString()
      Specified by:
      toXmlString in interface LaunchSetModel
    • getStagedModelType

      public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
      Specified by:
      getStagedModelType in interface com.liferay.portal.kernel.model.StagedModel
    • wrap

      protected LaunchSetWrapper wrap(LaunchSet launchSet)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LaunchSet>