Class SiteFriendlyURLWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SiteFriendlyURL>
com.liferay.site.model.SiteFriendlyURLWrapper
All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<SiteFriendlyURL>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ModelWrapper<SiteFriendlyURL>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedGroupedModel, com.liferay.portal.kernel.model.StagedModel, SiteFriendlyURL, SiteFriendlyURLModel, Serializable, Cloneable, Comparable<SiteFriendlyURL>

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

This class is a wrapper for SiteFriendlyURL.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.site.model.SiteFriendlyURL

    SITE_FRIENDLY_URL_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this site friendly url.
    Returns the create date of this site friendly url.
    Returns the friendly url of this site friendly url.
    long
    Returns the group ID of this site friendly url.
    Returns the language ID of this site friendly url.
    Returns the last publish date of this site friendly url.
     
    Returns the modified date of this site friendly url.
    long
    Returns the mvcc version of this site friendly url.
    long
    Returns the primary key of this site friendly url.
    long
    Returns the site friendly url ID of this site friendly url.
    com.liferay.exportimport.kernel.lar.StagedModelType
     
    long
    Returns the user ID of this site friendly url.
    Returns the user name of this site friendly url.
    Returns the user uuid of this site friendly url.
    Returns the uuid of this site friendly url.
    void
     
    void
    setCompanyId(long companyId)
    Sets the company ID of this site friendly url.
    void
    setCreateDate(Date createDate)
    Sets the create date of this site friendly url.
    void
    setFriendlyURL(String friendlyURL)
    Sets the friendly url of this site friendly url.
    void
    setGroupId(long groupId)
    Sets the group ID of this site friendly url.
    void
    setLanguageId(String languageId)
    Sets the language ID of this site friendly url.
    void
    setLastPublishDate(Date lastPublishDate)
    Sets the last publish date of this site friendly url.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this site friendly url.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this site friendly url.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this site friendly url.
    void
    setSiteFriendlyURLId(long siteFriendlyURLId)
    Sets the site friendly url ID of this site friendly url.
    void
    setUserId(long userId)
    Sets the user ID of this site friendly url.
    void
    setUserName(String userName)
    Sets the user name of this site friendly url.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this site friendly url.
    void
    Sets the uuid of this site friendly url.
     
    wrap(SiteFriendlyURL siteFriendlyURL)
     

    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

    • SiteFriendlyURLWrapper

      public SiteFriendlyURLWrapper(SiteFriendlyURL siteFriendlyURL)
  • Method Details

    • getModelAttributes

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

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

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

      public long getCompanyId()
      Returns the company ID of this site friendly url.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      getCompanyId in interface SiteFriendlyURLModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the company ID of this site friendly url
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this site friendly url.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface SiteFriendlyURLModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this site friendly url
    • getFriendlyURL

      public String getFriendlyURL()
      Returns the friendly url of this site friendly url.
      Specified by:
      getFriendlyURL in interface SiteFriendlyURLModel
      Returns:
      the friendly url of this site friendly url
    • getGroupId

      public long getGroupId()
      Returns the group ID of this site friendly url.
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      getGroupId in interface SiteFriendlyURLModel
      Returns:
      the group ID of this site friendly url
    • getLanguageId

      public String getLanguageId()
      Returns the language ID of this site friendly url.
      Specified by:
      getLanguageId in interface SiteFriendlyURLModel
      Returns:
      the language ID of this site friendly url
    • getLastPublishDate

      public Date getLastPublishDate()
      Returns the last publish date of this site friendly url.
      Specified by:
      getLastPublishDate in interface SiteFriendlyURLModel
      Specified by:
      getLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModel
      Returns:
      the last publish date of this site friendly url
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this site friendly url.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface SiteFriendlyURLModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this site friendly url
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this site friendly url.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      getMvccVersion in interface SiteFriendlyURLModel
      Returns:
      the mvcc version of this site friendly url
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this site friendly url.
      Specified by:
      getPrimaryKey in interface SiteFriendlyURLModel
      Returns:
      the primary key of this site friendly url
    • getSiteFriendlyURLId

      public long getSiteFriendlyURLId()
      Returns the site friendly url ID of this site friendly url.
      Specified by:
      getSiteFriendlyURLId in interface SiteFriendlyURLModel
      Returns:
      the site friendly url ID of this site friendly url
    • getUserId

      public long getUserId()
      Returns the user ID of this site friendly url.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface SiteFriendlyURLModel
      Returns:
      the user ID of this site friendly url
    • getUserName

      public String getUserName()
      Returns the user name of this site friendly url.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface SiteFriendlyURLModel
      Returns:
      the user name of this site friendly url
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this site friendly url.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface SiteFriendlyURLModel
      Returns:
      the user uuid of this site friendly url
    • getUuid

      public String getUuid()
      Returns the uuid of this site friendly url.
      Specified by:
      getUuid in interface SiteFriendlyURLModel
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this site friendly url
    • 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 site friendly url.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface SiteFriendlyURLModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      companyId - the company ID of this site friendly url
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this site friendly url.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface SiteFriendlyURLModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      createDate - the create date of this site friendly url
    • setFriendlyURL

      public void setFriendlyURL(String friendlyURL)
      Sets the friendly url of this site friendly url.
      Specified by:
      setFriendlyURL in interface SiteFriendlyURLModel
      Parameters:
      friendlyURL - the friendly url of this site friendly url
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this site friendly url.
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      setGroupId in interface SiteFriendlyURLModel
      Parameters:
      groupId - the group ID of this site friendly url
    • setLanguageId

      public void setLanguageId(String languageId)
      Sets the language ID of this site friendly url.
      Specified by:
      setLanguageId in interface SiteFriendlyURLModel
      Parameters:
      languageId - the language ID of this site friendly url
    • setLastPublishDate

      public void setLastPublishDate(Date lastPublishDate)
      Sets the last publish date of this site friendly url.
      Specified by:
      setLastPublishDate in interface SiteFriendlyURLModel
      Specified by:
      setLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModel
      Parameters:
      lastPublishDate - the last publish date of this site friendly url
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this site friendly url.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface SiteFriendlyURLModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      modifiedDate - the modified date of this site friendly url
    • setMvccVersion

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

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this site friendly url.
      Specified by:
      setPrimaryKey in interface SiteFriendlyURLModel
      Parameters:
      primaryKey - the primary key of this site friendly url
    • setSiteFriendlyURLId

      public void setSiteFriendlyURLId(long siteFriendlyURLId)
      Sets the site friendly url ID of this site friendly url.
      Specified by:
      setSiteFriendlyURLId in interface SiteFriendlyURLModel
      Parameters:
      siteFriendlyURLId - the site friendly url ID of this site friendly url
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this site friendly url.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface SiteFriendlyURLModel
      Parameters:
      userId - the user ID of this site friendly url
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this site friendly url.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface SiteFriendlyURLModel
      Parameters:
      userName - the user name of this site friendly url
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this site friendly url.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface SiteFriendlyURLModel
      Parameters:
      userUuid - the user uuid of this site friendly url
    • setUuid

      public void setUuid(String uuid)
      Sets the uuid of this site friendly url.
      Specified by:
      setUuid in interface SiteFriendlyURLModel
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this site friendly url
    • toXmlString

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

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

      protected SiteFriendlyURLWrapper wrap(SiteFriendlyURL siteFriendlyURL)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SiteFriendlyURL>