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
.
RedirectNotFoundEntry
,
Serialized FormREDIRECT_NOT_FOUND_ENTRY_ID_ACCESSOR
Constructor and Description |
---|
RedirectNotFoundEntryWrapper(RedirectNotFoundEntry redirectNotFoundEntry) |
Modifier and Type | Method and Description |
---|---|
long |
getCompanyId()
Returns the company ID of this redirect not found entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this redirect not found entry.
|
long |
getGroupId()
Returns the group ID of this redirect not found entry.
|
long |
getHits()
Returns the hits of this redirect not found entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this redirect not found entry.
|
long |
getMvccVersion()
Returns the mvcc version of this redirect not found entry.
|
long |
getPrimaryKey()
Returns the primary key of this redirect not found entry.
|
long |
getRedirectNotFoundEntryId()
Returns the redirect not found entry ID of this redirect not found entry.
|
java.lang.String |
getUrl()
Returns the url of this redirect not found entry.
|
void |
persist() |
void |
setCompanyId(long companyId)
Sets the company ID of this redirect not found entry.
|
void |
setCreateDate(java.util.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 |
setHits(long hits)
Sets the hits of this redirect not found entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.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 |
setUrl(java.lang.String url)
Sets the url of this redirect not found entry.
|
protected RedirectNotFoundEntryWrapper |
wrap(RedirectNotFoundEntry redirectNotFoundEntry) |
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, toXmlString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
public RedirectNotFoundEntryWrapper(RedirectNotFoundEntry redirectNotFoundEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<RedirectNotFoundEntry>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<RedirectNotFoundEntry>
public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface RedirectNotFoundEntryModel
public java.util.Date getCreateDate()
getCreateDate
in interface RedirectNotFoundEntryModel
public long getGroupId()
getGroupId
in interface RedirectNotFoundEntryModel
public long getHits()
getHits
in interface RedirectNotFoundEntryModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface RedirectNotFoundEntryModel
public long getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
getMvccVersion
in interface RedirectNotFoundEntryModel
public long getPrimaryKey()
getPrimaryKey
in interface RedirectNotFoundEntryModel
public long getRedirectNotFoundEntryId()
getRedirectNotFoundEntryId
in interface RedirectNotFoundEntryModel
public java.lang.String getUrl()
getUrl
in interface RedirectNotFoundEntryModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface RedirectNotFoundEntryModel
companyId
- the company ID of this redirect not found entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface RedirectNotFoundEntryModel
createDate
- the create date of this redirect not found entrypublic void setGroupId(long groupId)
setGroupId
in interface RedirectNotFoundEntryModel
groupId
- the group ID of this redirect not found entrypublic void setHits(long hits)
setHits
in interface RedirectNotFoundEntryModel
hits
- the hits of this redirect not found entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface RedirectNotFoundEntryModel
modifiedDate
- the modified date of this redirect not found entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
setMvccVersion
in interface RedirectNotFoundEntryModel
mvccVersion
- the mvcc version of this redirect not found entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface RedirectNotFoundEntryModel
primaryKey
- the primary key of this redirect not found entrypublic void setRedirectNotFoundEntryId(long redirectNotFoundEntryId)
setRedirectNotFoundEntryId
in interface RedirectNotFoundEntryModel
redirectNotFoundEntryId
- the redirect not found entry ID of this redirect not found entrypublic void setUrl(java.lang.String url)
setUrl
in interface RedirectNotFoundEntryModel
url
- the url of this redirect not found entryprotected RedirectNotFoundEntryWrapper wrap(RedirectNotFoundEntry redirectNotFoundEntry)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<RedirectNotFoundEntry>