Package com.liferay.redirect.model
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 -
Method Summary
Modifier and TypeMethodDescriptionlong
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
getHits()
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
getUrl()
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
Returnstrue
if this redirect not found entry is ignored.void
persist()
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
setModelAttributes
(Map<String, Object> attributes) 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.protected RedirectNotFoundEntryWrapper
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
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<RedirectNotFoundEntry>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<RedirectNotFoundEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<RedirectNotFoundEntry>
- Specified by:
cloneWithOriginalValues
in interfaceRedirectNotFoundEntryModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this redirect not found entry.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceRedirectNotFoundEntryModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this redirect not found entry
-
getCreateDate
Returns the create date of this redirect not found entry.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceRedirectNotFoundEntryModel
- 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 interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfaceRedirectNotFoundEntryModel
- Returns:
- the group ID of this redirect not found entry
-
getHits
public long getHits()- Specified by:
getHits
in interfaceRedirectNotFoundEntry
-
getIgnored
public boolean getIgnored()Returns the ignored of this redirect not found entry.- Specified by:
getIgnored
in interfaceRedirectNotFoundEntryModel
- Returns:
- the ignored of this redirect not found entry
-
getModifiedDate
Returns the modified date of this redirect not found entry.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceRedirectNotFoundEntryModel
- 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 interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
getMvccVersion
in interfaceRedirectNotFoundEntryModel
- 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 interfaceRedirectNotFoundEntryModel
- 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 interfaceRedirectNotFoundEntryModel
- Returns:
- the redirect not found entry ID of this redirect not found entry
-
getRequestCount
public long getRequestCount()- Specified by:
getRequestCount
in interfaceRedirectNotFoundEntry
-
getUrl
Returns the url of this redirect not found entry.- Specified by:
getUrl
in interfaceRedirectNotFoundEntryModel
- 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 interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceRedirectNotFoundEntryModel
- Returns:
- the user ID of this redirect not found entry
-
getUserName
Returns the user name of this redirect not found entry.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceRedirectNotFoundEntryModel
- Returns:
- the user name of this redirect not found entry
-
getUserUuid
Returns the user uuid of this redirect not found entry.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceRedirectNotFoundEntryModel
- Returns:
- the user uuid of this redirect not found entry
-
isIgnored
public boolean isIgnored()Returnstrue
if this redirect not found entry is ignored.- Specified by:
isIgnored
in interfaceRedirectNotFoundEntryModel
- Returns:
true
if this redirect not found entry is ignored;false
otherwise
-
persist
public void persist()- Specified by:
persist
in interfacecom.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 interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceRedirectNotFoundEntryModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this redirect not found entry
-
setCreateDate
Sets the create date of this redirect not found entry.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceRedirectNotFoundEntryModel
- 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 interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in interfaceRedirectNotFoundEntryModel
- 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 interfaceRedirectNotFoundEntryModel
- Parameters:
ignored
- the ignored of this redirect not found entry
-
setModifiedDate
Sets the modified date of this redirect not found entry.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceRedirectNotFoundEntryModel
- 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 interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
setMvccVersion
in interfaceRedirectNotFoundEntryModel
- 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 interfaceRedirectNotFoundEntryModel
- 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 interfaceRedirectNotFoundEntryModel
- Parameters:
redirectNotFoundEntryId
- the redirect not found entry ID of this redirect not found entry
-
setUrl
Sets the url of this redirect not found entry.- Specified by:
setUrl
in interfaceRedirectNotFoundEntryModel
- 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 interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceRedirectNotFoundEntryModel
- Parameters:
userId
- the user ID of this redirect not found entry
-
setUserName
Sets the user name of this redirect not found entry.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceRedirectNotFoundEntryModel
- Parameters:
userName
- the user name of this redirect not found entry
-
setUserUuid
Sets the user uuid of this redirect not found entry.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceRedirectNotFoundEntryModel
- Parameters:
userUuid
- the user uuid of this redirect not found entry
-
toXmlString
- Specified by:
toXmlString
in interfaceRedirectNotFoundEntryModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<RedirectNotFoundEntry>
-