Class LaunchEntryWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LaunchEntry>
com.liferay.launch.model.LaunchEntryWrapper
All Implemented Interfaces:
LaunchEntry, LaunchEntryModel, com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<LaunchEntry>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.ModelWrapper<LaunchEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedModel, com.liferay.portal.kernel.model.TypedModel, Serializable, Cloneable, Comparable<LaunchEntry>

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

This class is a wrapper for LaunchEntry.

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.LaunchEntry

    LAUNCH_ENTRY_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the fully qualified class name of this launch entry.
    long
    Returns the class name ID of this launch entry.
    long
    Returns the class pk of this launch entry.
    Returns the class version of this launch entry.
    long
    Returns the company ID of this launch entry.
    Returns the create date of this launch entry.
    Returns the external reference code of this launch entry.
    long
    Returns the launch entry ID of this launch entry.
    long
    Returns the launch set ID of this launch entry.
     
    Returns the modified date of this launch entry.
    long
    Returns the mvcc version of this launch entry.
    long
    Returns the primary key of this launch entry.
    com.liferay.exportimport.kernel.lar.StagedModelType
     
    long
    Returns the user ID of this launch entry.
    Returns the user uuid of this launch entry.
    Returns the uuid of this launch entry.
    void
     
    void
    setClassName(String className)
     
    void
    setClassNameId(long classNameId)
    Sets the class name ID of this launch entry.
    void
    setClassPK(long classPK)
    Sets the class pk of this launch entry.
    void
    setClassVersion(String classVersion)
    Sets the class version of this launch entry.
    void
    setCompanyId(long companyId)
    Sets the company ID of this launch entry.
    void
    setCreateDate(Date createDate)
    Sets the create date of this launch entry.
    void
    setExternalReferenceCode(String externalReferenceCode)
    Sets the external reference code of this launch entry.
    void
    setLaunchEntryId(long launchEntryId)
    Sets the launch entry ID of this launch entry.
    void
    setLaunchSetId(long launchSetId)
    Sets the launch set ID of this launch entry.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this launch entry.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this launch entry.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this launch entry.
    void
    setUserId(long userId)
    Sets the user ID of this launch entry.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this launch entry.
    void
    Sets the uuid of this launch entry.
     
    wrap(LaunchEntry launchEntry)
     

    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

    • LaunchEntryWrapper

      public LaunchEntryWrapper(LaunchEntry launchEntry)
  • Method Details

    • getModelAttributes

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

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

      public LaunchEntry cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<LaunchEntry>
      Specified by:
      cloneWithOriginalValues in interface LaunchEntryModel
    • getClassName

      public String getClassName()
      Returns the fully qualified class name of this launch entry.
      Specified by:
      getClassName in interface LaunchEntryModel
      Specified by:
      getClassName in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the fully qualified class name of this launch entry
    • getClassNameId

      public long getClassNameId()
      Returns the class name ID of this launch entry.
      Specified by:
      getClassNameId in interface LaunchEntryModel
      Specified by:
      getClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the class name ID of this launch entry
    • getClassPK

      public long getClassPK()
      Returns the class pk of this launch entry.
      Specified by:
      getClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Specified by:
      getClassPK in interface LaunchEntryModel
      Returns:
      the class pk of this launch entry
    • getClassVersion

      public String getClassVersion()
      Returns the class version of this launch entry.
      Specified by:
      getClassVersion in interface LaunchEntryModel
      Returns:
      the class version of this launch entry
    • getCompanyId

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

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

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

      public long getLaunchEntryId()
      Returns the launch entry ID of this launch entry.
      Specified by:
      getLaunchEntryId in interface LaunchEntryModel
      Returns:
      the launch entry ID of this launch entry
    • getLaunchSetId

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

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

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

      public long getPrimaryKey()
      Returns the primary key of this launch entry.
      Specified by:
      getPrimaryKey in interface LaunchEntryModel
      Returns:
      the primary key of this launch entry
    • getUserId

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

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

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

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

      public void setClassName(String className)
      Specified by:
      setClassName in interface LaunchEntryModel
    • setClassNameId

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

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

      public void setClassVersion(String classVersion)
      Sets the class version of this launch entry.
      Specified by:
      setClassVersion in interface LaunchEntryModel
      Parameters:
      classVersion - the class version of this launch entry
    • setCompanyId

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

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

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

      public void setLaunchEntryId(long launchEntryId)
      Sets the launch entry ID of this launch entry.
      Specified by:
      setLaunchEntryId in interface LaunchEntryModel
      Parameters:
      launchEntryId - the launch entry ID of this launch entry
    • setLaunchSetId

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

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

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

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this launch entry.
      Specified by:
      setPrimaryKey in interface LaunchEntryModel
      Parameters:
      primaryKey - the primary key of this launch entry
    • setUserId

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

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

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

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

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

      protected LaunchEntryWrapper wrap(LaunchEntry launchEntry)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LaunchEntry>