Class RedirectNotFoundEntryWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<RedirectNotFoundEntry>
com.liferay.redirect.model.RedirectNotFoundEntryWrapper
All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<RedirectNotFoundEntry>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ModelWrapper<RedirectNotFoundEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, RedirectNotFoundEntry, RedirectNotFoundEntryModel, Serializable, Cloneable, Comparable<RedirectNotFoundEntry>

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

This class is a wrapper for RedirectNotFoundEntry.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.redirect.model.RedirectNotFoundEntry

    REDIRECT_NOT_FOUND_ENTRY_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this redirect not found entry.
    Returns the create date of this redirect not found entry.
    long
    Returns the group ID of this redirect not found entry.
    long
     
    boolean
    Returns the ignored of this redirect not found entry.
     
    Returns the modified date of this redirect not found entry.
    long
    Returns the mvcc version of this redirect not found entry.
    long
    Returns the primary key of this redirect not found entry.
    long
    Returns the redirect not found entry ID of this redirect not found entry.
    long
     
    Returns the url of this redirect not found entry.
    long
    Returns the user ID of this redirect not found entry.
    Returns the user name of this redirect not found entry.
    Returns the user uuid of this redirect not found entry.
    boolean
    Returns true if this redirect not found entry is ignored.
    void
     
    void
    setCompanyId(long companyId)
    Sets the company ID of this redirect not found entry.
    void
    setCreateDate(Date createDate)
    Sets the create date of this redirect not found entry.
    void
    setGroupId(long groupId)
    Sets the group ID of this redirect not found entry.
    void
    setIgnored(boolean ignored)
    Sets whether this redirect not found entry is ignored.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this redirect not found entry.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this redirect not found entry.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this redirect not found entry.
    void
    setRedirectNotFoundEntryId(long redirectNotFoundEntryId)
    Sets the redirect not found entry ID of this redirect not found entry.
    void
    Sets the url of this redirect not found entry.
    void
    setUserId(long userId)
    Sets the user ID of this redirect not found entry.
    void
    setUserName(String userName)
    Sets the user name of this redirect not found entry.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this redirect not found entry.
     
    wrap(RedirectNotFoundEntry redirectNotFoundEntry)
     

    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
  • Constructor Details

    • RedirectNotFoundEntryWrapper

      public RedirectNotFoundEntryWrapper(RedirectNotFoundEntry redirectNotFoundEntry)
  • Method Details

    • getModelAttributes

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

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

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

      public long getCompanyId()
      Returns the company ID of this redirect not found entry.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface RedirectNotFoundEntryModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this redirect not found entry
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this redirect not found entry.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface RedirectNotFoundEntryModel
      Returns:
      the create date of this redirect not found entry
    • getGroupId

      public long getGroupId()
      Returns the group ID of this redirect not found entry.
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      getGroupId in interface RedirectNotFoundEntryModel
      Returns:
      the group ID of this redirect not found entry
    • getHits

      public long getHits()
      Specified by:
      getHits in interface RedirectNotFoundEntry
    • getIgnored

      public boolean getIgnored()
      Returns the ignored of this redirect not found entry.
      Specified by:
      getIgnored in interface RedirectNotFoundEntryModel
      Returns:
      the ignored of this redirect not found entry
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this redirect not found entry.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface RedirectNotFoundEntryModel
      Returns:
      the modified date of this redirect not found entry
    • getMvccVersion

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

      public long getPrimaryKey()
      Returns the primary key of this redirect not found entry.
      Specified by:
      getPrimaryKey in interface RedirectNotFoundEntryModel
      Returns:
      the primary key of this redirect not found entry
    • getRedirectNotFoundEntryId

      public long getRedirectNotFoundEntryId()
      Returns the redirect not found entry ID of this redirect not found entry.
      Specified by:
      getRedirectNotFoundEntryId in interface RedirectNotFoundEntryModel
      Returns:
      the redirect not found entry ID of this redirect not found entry
    • getRequestCount

      public long getRequestCount()
      Specified by:
      getRequestCount in interface RedirectNotFoundEntry
    • getUrl

      public String getUrl()
      Returns the url of this redirect not found entry.
      Specified by:
      getUrl in interface RedirectNotFoundEntryModel
      Returns:
      the url of this redirect not found entry
    • getUserId

      public long getUserId()
      Returns the user ID of this redirect not found entry.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface RedirectNotFoundEntryModel
      Returns:
      the user ID of this redirect not found entry
    • getUserName

      public String getUserName()
      Returns the user name of this redirect not found entry.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface RedirectNotFoundEntryModel
      Returns:
      the user name of this redirect not found entry
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this redirect not found entry.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface RedirectNotFoundEntryModel
      Returns:
      the user uuid of this redirect not found entry
    • isIgnored

      public boolean isIgnored()
      Returns true if this redirect not found entry is ignored.
      Specified by:
      isIgnored in interface RedirectNotFoundEntryModel
      Returns:
      true if this redirect not found entry is ignored; false otherwise
    • 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 redirect not found entry.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface RedirectNotFoundEntryModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this redirect not found entry
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this redirect not found entry.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface RedirectNotFoundEntryModel
      Parameters:
      createDate - the create date of this redirect not found entry
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this redirect not found entry.
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      setGroupId in interface RedirectNotFoundEntryModel
      Parameters:
      groupId - the group ID of this redirect not found entry
    • setIgnored

      public void setIgnored(boolean ignored)
      Sets whether this redirect not found entry is ignored.
      Specified by:
      setIgnored in interface RedirectNotFoundEntryModel
      Parameters:
      ignored - the ignored of this redirect not found entry
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this redirect not found entry.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface RedirectNotFoundEntryModel
      Parameters:
      modifiedDate - the modified date of this redirect not found entry
    • setMvccVersion

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

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this redirect not found entry.
      Specified by:
      setPrimaryKey in interface RedirectNotFoundEntryModel
      Parameters:
      primaryKey - the primary key of this redirect not found entry
    • setRedirectNotFoundEntryId

      public void setRedirectNotFoundEntryId(long redirectNotFoundEntryId)
      Sets the redirect not found entry ID of this redirect not found entry.
      Specified by:
      setRedirectNotFoundEntryId in interface RedirectNotFoundEntryModel
      Parameters:
      redirectNotFoundEntryId - the redirect not found entry ID of this redirect not found entry
    • setUrl

      public void setUrl(String url)
      Sets the url of this redirect not found entry.
      Specified by:
      setUrl in interface RedirectNotFoundEntryModel
      Parameters:
      url - the url of this redirect not found entry
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this redirect not found entry.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface RedirectNotFoundEntryModel
      Parameters:
      userId - the user ID of this redirect not found entry
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this redirect not found entry.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface RedirectNotFoundEntryModel
      Parameters:
      userName - the user name of this redirect not found entry
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this redirect not found entry.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface RedirectNotFoundEntryModel
      Parameters:
      userUuid - the user uuid of this redirect not found entry
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface RedirectNotFoundEntryModel
    • wrap

      protected RedirectNotFoundEntryWrapper wrap(RedirectNotFoundEntry redirectNotFoundEntry)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<RedirectNotFoundEntry>