public class RedirectEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<RedirectEntry> implements com.liferay.portal.kernel.model.ModelWrapper<RedirectEntry>, RedirectEntry
This class is a wrapper for RedirectEntry
.
RedirectEntry
,
Serialized FormREDIRECT_ENTRY_ID_ACCESSOR
Constructor and Description |
---|
RedirectEntryWrapper(RedirectEntry redirectEntry) |
Modifier and Type | Method and Description |
---|---|
RedirectEntry |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this redirect entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this redirect entry.
|
java.lang.String |
getDestinationURL()
Returns the destination url of this redirect entry.
|
java.util.Date |
getExpirationDate()
Returns the expiration date of this redirect entry.
|
long |
getGroupId()
Returns the group ID of this redirect entry.
|
java.util.Date |
getLastOccurrenceDate()
Returns the last occurrence date of this redirect entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this redirect entry.
|
long |
getMvccVersion()
Returns the mvcc version of this redirect entry.
|
boolean |
getPermanent()
Returns the permanent of this redirect entry.
|
long |
getPrimaryKey()
Returns the primary key of this redirect entry.
|
long |
getRedirectEntryId()
Returns the redirect entry ID of this redirect entry.
|
java.lang.String |
getSourceURL()
Returns the source url of this redirect entry.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
long |
getUserId()
Returns the user ID of this redirect entry.
|
java.lang.String |
getUserName()
Returns the user name of this redirect entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this redirect entry.
|
java.lang.String |
getUuid()
Returns the uuid of this redirect entry.
|
boolean |
isPermanent()
Returns
true if this redirect entry is permanent. |
void |
persist() |
void |
setCompanyId(long companyId)
Sets the company ID of this redirect entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this redirect entry.
|
void |
setDestinationURL(java.lang.String destinationURL)
Sets the destination url of this redirect entry.
|
void |
setExpirationDate(java.util.Date expirationDate)
Sets the expiration date of this redirect entry.
|
void |
setGroupId(long groupId)
Sets the group ID of this redirect entry.
|
void |
setLastOccurrenceDate(java.util.Date lastOccurrenceDate)
Sets the last occurrence date of this redirect 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 entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this redirect entry.
|
void |
setPermanent(boolean permanent)
Sets whether this redirect entry is permanent.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this redirect entry.
|
void |
setRedirectEntryId(long redirectEntryId)
Sets the redirect entry ID of this redirect entry.
|
void |
setSourceURL(java.lang.String sourceURL)
Sets the source url of this redirect entry.
|
void |
setUserId(long userId)
Sets the user ID of this redirect entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this redirect entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this redirect entry.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this redirect entry.
|
protected RedirectEntryWrapper |
wrap(RedirectEntry redirectEntry) |
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 RedirectEntryWrapper(RedirectEntry redirectEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<RedirectEntry>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<RedirectEntry>
public RedirectEntry cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<RedirectEntry>
cloneWithOriginalValues
in interface RedirectEntryModel
public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
getCompanyId
in interface RedirectEntryModel
public java.util.Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
getCreateDate
in interface RedirectEntryModel
public java.lang.String getDestinationURL()
getDestinationURL
in interface RedirectEntryModel
public java.util.Date getExpirationDate()
getExpirationDate
in interface RedirectEntryModel
public long getGroupId()
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
getGroupId
in interface RedirectEntryModel
public java.util.Date getLastOccurrenceDate()
getLastOccurrenceDate
in interface RedirectEntryModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
getModifiedDate
in interface RedirectEntryModel
public long getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
getMvccVersion
in interface RedirectEntryModel
public boolean getPermanent()
getPermanent
in interface RedirectEntryModel
public long getPrimaryKey()
getPrimaryKey
in interface RedirectEntryModel
public long getRedirectEntryId()
getRedirectEntryId
in interface RedirectEntryModel
public java.lang.String getSourceURL()
getSourceURL
in interface RedirectEntryModel
public long getUserId()
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
getUserId
in interface RedirectEntryModel
public java.lang.String getUserName()
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
getUserName
in interface RedirectEntryModel
public java.lang.String getUserUuid()
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
getUserUuid
in interface RedirectEntryModel
public java.lang.String getUuid()
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
getUuid
in interface RedirectEntryModel
public boolean isPermanent()
true
if this redirect entry is permanent.isPermanent
in interface RedirectEntryModel
true
if this redirect entry is permanent; false
otherwisepublic void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
setCompanyId
in interface RedirectEntryModel
companyId
- the company ID of this redirect entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
setCreateDate
in interface RedirectEntryModel
createDate
- the create date of this redirect entrypublic void setDestinationURL(java.lang.String destinationURL)
setDestinationURL
in interface RedirectEntryModel
destinationURL
- the destination url of this redirect entrypublic void setExpirationDate(java.util.Date expirationDate)
setExpirationDate
in interface RedirectEntryModel
expirationDate
- the expiration date of this redirect entrypublic void setGroupId(long groupId)
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
setGroupId
in interface RedirectEntryModel
groupId
- the group ID of this redirect entrypublic void setLastOccurrenceDate(java.util.Date lastOccurrenceDate)
setLastOccurrenceDate
in interface RedirectEntryModel
lastOccurrenceDate
- the last occurrence date of this redirect entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
setModifiedDate
in interface RedirectEntryModel
modifiedDate
- the modified date of this redirect entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
setMvccVersion
in interface RedirectEntryModel
mvccVersion
- the mvcc version of this redirect entrypublic void setPermanent(boolean permanent)
setPermanent
in interface RedirectEntryModel
permanent
- the permanent of this redirect entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface RedirectEntryModel
primaryKey
- the primary key of this redirect entrypublic void setRedirectEntryId(long redirectEntryId)
setRedirectEntryId
in interface RedirectEntryModel
redirectEntryId
- the redirect entry ID of this redirect entrypublic void setSourceURL(java.lang.String sourceURL)
setSourceURL
in interface RedirectEntryModel
sourceURL
- the source url of this redirect entrypublic void setUserId(long userId)
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
setUserId
in interface RedirectEntryModel
userId
- the user ID of this redirect entrypublic void setUserName(java.lang.String userName)
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
setUserName
in interface RedirectEntryModel
userName
- the user name of this redirect entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
setUserUuid
in interface RedirectEntryModel
userUuid
- the user uuid of this redirect entrypublic void setUuid(java.lang.String uuid)
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
setUuid
in interface RedirectEntryModel
uuid
- the uuid of this redirect entrypublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
protected RedirectEntryWrapper wrap(RedirectEntry redirectEntry)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<RedirectEntry>