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
modelFields inherited from interface com.liferay.redirect.model.RedirectNotFoundEntry
REDIRECT_NOT_FOUND_ENTRY_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this redirect not found entry.Returns the create date of this redirect not found entry.longReturns the group ID of this redirect not found entry.longgetHits()booleanReturns the ignored of this redirect not found entry.Returns the modified date of this redirect not found entry.longReturns the mvcc version of this redirect not found entry.longReturns the primary key of this redirect not found entry.longReturns the redirect not found entry ID of this redirect not found entry.longgetUrl()Returns the url of this redirect not found entry.longReturns 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.booleanReturnstrueif this redirect not found entry is ignored.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this redirect not found entry.voidsetCreateDate(Date createDate) Sets the create date of this redirect not found entry.voidsetGroupId(long groupId) Sets the group ID of this redirect not found entry.voidsetIgnored(boolean ignored) Sets whether this redirect not found entry is ignored.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this redirect not found entry.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this redirect not found entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this redirect not found entry.voidsetRedirectNotFoundEntryId(long redirectNotFoundEntryId) Sets the redirect not found entry ID of this redirect not found entry.voidSets the url of this redirect not found entry.voidsetUserId(long userId) Sets the user ID of this redirect not found entry.voidsetUserName(String userName) Sets the user name of this redirect not found entry.voidsetUserUuid(String userUuid) Sets the user uuid of this redirect not found entry.protected RedirectNotFoundEntryWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
RedirectNotFoundEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<RedirectNotFoundEntry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<RedirectNotFoundEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<RedirectNotFoundEntry>- Specified by:
cloneWithOriginalValuesin interfaceRedirectNotFoundEntryModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this redirect not found entry.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceRedirectNotFoundEntryModel- Specified by:
getCompanyIdin 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:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein 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:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceRedirectNotFoundEntryModel- Returns:
- the group ID of this redirect not found entry
-
getHits
public long getHits()- Specified by:
getHitsin interfaceRedirectNotFoundEntry
-
getIgnored
public boolean getIgnored()Returns the ignored of this redirect not found entry.- Specified by:
getIgnoredin interfaceRedirectNotFoundEntryModel- Returns:
- the ignored of this redirect not found entry
-
getModifiedDate
Returns the modified date of this redirect not found entry.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein 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:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
getMvccVersionin 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:
getPrimaryKeyin 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:
getRedirectNotFoundEntryIdin interfaceRedirectNotFoundEntryModel- Returns:
- the redirect not found entry ID of this redirect not found entry
-
getRequestCount
public long getRequestCount()- Specified by:
getRequestCountin interfaceRedirectNotFoundEntry
-
getUrl
Returns the url of this redirect not found entry.- Specified by:
getUrlin 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:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceRedirectNotFoundEntryModel- Returns:
- the user ID of this redirect not found entry
-
getUserName
Returns the user name of this redirect not found entry.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceRedirectNotFoundEntryModel- Returns:
- the user name of this redirect not found entry
-
getUserUuid
Returns the user uuid of this redirect not found entry.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceRedirectNotFoundEntryModel- Returns:
- the user uuid of this redirect not found entry
-
isIgnored
public boolean isIgnored()Returnstrueif this redirect not found entry is ignored.- Specified by:
isIgnoredin interfaceRedirectNotFoundEntryModel- Returns:
trueif this redirect not found entry is ignored;falseotherwise
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this redirect not found entry.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceRedirectNotFoundEntryModel- Specified by:
setCompanyIdin 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:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein 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:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin 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:
setIgnoredin interfaceRedirectNotFoundEntryModel- Parameters:
ignored- the ignored of this redirect not found entry
-
setModifiedDate
Sets the modified date of this redirect not found entry.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
setMvccVersionin 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:
setPrimaryKeyin 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:
setRedirectNotFoundEntryIdin 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:
setUrlin 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin 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:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein 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:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceRedirectNotFoundEntryModel- Parameters:
userUuid- the user uuid of this redirect not found entry
-
toXmlString
- Specified by:
toXmlStringin interfaceRedirectNotFoundEntryModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<RedirectNotFoundEntry>
-