public class LayoutFriendlyURLWrapper extends BaseModelWrapper<LayoutFriendlyURL> implements LayoutFriendlyURL, ModelWrapper<LayoutFriendlyURL>
This class is a wrapper for LayoutFriendlyURL
.
LayoutFriendlyURL
,
Serialized Formmodel
LAYOUT_FRIENDLY_U_R_L_ID_ACCESSOR
Constructor and Description |
---|
LayoutFriendlyURLWrapper(LayoutFriendlyURL layoutFriendlyURL) |
Modifier and Type | Method and Description |
---|---|
LayoutFriendlyURL |
cloneWithOriginalValues() |
Map<String,Function<LayoutFriendlyURL,Object>> |
getAttributeGetterFunctions() |
Map<String,BiConsumer<LayoutFriendlyURL,Object>> |
getAttributeSetterBiConsumers() |
long |
getCompanyId()
Returns the company ID of this layout friendly url.
|
Date |
getCreateDate()
Returns the create date of this layout friendly url.
|
long |
getCtCollectionId()
Returns the ct collection ID of this layout friendly url.
|
String |
getFriendlyURL()
Returns the friendly url of this layout friendly url.
|
long |
getGroupId()
Returns the group ID of this layout friendly url.
|
String |
getLanguageId()
Returns the language ID of this layout friendly url.
|
Date |
getLastPublishDate()
Returns the last publish date of this layout friendly url.
|
long |
getLayoutFriendlyURLId()
Returns the layout friendly url ID of this layout friendly url.
|
Map<String,Object> |
getModelAttributes() |
Date |
getModifiedDate()
Returns the modified date of this layout friendly url.
|
long |
getMvccVersion()
Returns the mvcc version of this layout friendly url.
|
long |
getPlid()
Returns the plid of this layout friendly url.
|
long |
getPrimaryKey()
Returns the primary key of this layout friendly url.
|
boolean |
getPrivateLayout()
Returns the private layout of this layout friendly url.
|
StagedModelType |
getStagedModelType() |
long |
getUserId()
Returns the user ID of this layout friendly url.
|
String |
getUserName()
Returns the user name of this layout friendly url.
|
String |
getUserUuid()
Returns the user uuid of this layout friendly url.
|
String |
getUuid()
Returns the uuid of this layout friendly url.
|
boolean |
isPrivateLayout()
Returns
true if this layout friendly url is private layout. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
setCompanyId(long companyId)
Sets the company ID of this layout friendly url.
|
void |
setCreateDate(Date createDate)
Sets the create date of this layout friendly url.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this layout friendly url.
|
void |
setFriendlyURL(String friendlyURL)
Sets the friendly url of this layout friendly url.
|
void |
setGroupId(long groupId)
Sets the group ID of this layout friendly url.
|
void |
setLanguageId(String languageId)
Sets the language ID of this layout friendly url.
|
void |
setLastPublishDate(Date lastPublishDate)
Sets the last publish date of this layout friendly url.
|
void |
setLayoutFriendlyURLId(long layoutFriendlyURLId)
Sets the layout friendly url ID of this layout friendly url.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this layout friendly url.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this layout friendly url.
|
void |
setPlid(long plid)
Sets the plid of this layout friendly url.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this layout friendly url.
|
void |
setPrivateLayout(boolean privateLayout)
Sets whether this layout friendly url is private layout.
|
void |
setUserId(long userId)
Sets the user ID of this layout friendly url.
|
void |
setUserName(String userName)
Sets the user name of this layout friendly url.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this layout friendly url.
|
void |
setUuid(String uuid)
Sets the uuid of this layout friendly url.
|
String |
toXmlString() |
protected LayoutFriendlyURLWrapper |
wrap(LayoutFriendlyURL layoutFriendlyURL) |
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
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
getModelClass, getModelClassName
clone
getWrappedModel
public LayoutFriendlyURLWrapper(LayoutFriendlyURL layoutFriendlyURL)
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<LayoutFriendlyURL>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<LayoutFriendlyURL>
public LayoutFriendlyURL cloneWithOriginalValues()
cloneWithOriginalValues
in interface BaseModel<LayoutFriendlyURL>
cloneWithOriginalValues
in interface LayoutFriendlyURLModel
public long getCompanyId()
getCompanyId
in interface AuditedModel
getCompanyId
in interface LayoutFriendlyURLModel
getCompanyId
in interface ShardedModel
getCompanyId
in interface StagedModel
public Date getCreateDate()
getCreateDate
in interface AuditedModel
getCreateDate
in interface LayoutFriendlyURLModel
getCreateDate
in interface StagedModel
public long getCtCollectionId()
getCtCollectionId
in interface CTModel<LayoutFriendlyURL>
getCtCollectionId
in interface LayoutFriendlyURLModel
public String getFriendlyURL()
getFriendlyURL
in interface LayoutFriendlyURLModel
public long getGroupId()
getGroupId
in interface GroupedModel
getGroupId
in interface LayoutFriendlyURLModel
public String getLanguageId()
getLanguageId
in interface LayoutFriendlyURLModel
public Date getLastPublishDate()
getLastPublishDate
in interface LayoutFriendlyURLModel
getLastPublishDate
in interface StagedGroupedModel
public long getLayoutFriendlyURLId()
getLayoutFriendlyURLId
in interface LayoutFriendlyURLModel
public Date getModifiedDate()
getModifiedDate
in interface AuditedModel
getModifiedDate
in interface LayoutFriendlyURLModel
getModifiedDate
in interface StagedModel
public long getMvccVersion()
getMvccVersion
in interface LayoutFriendlyURLModel
getMvccVersion
in interface MVCCModel
public long getPlid()
getPlid
in interface LayoutFriendlyURLModel
public long getPrimaryKey()
getPrimaryKey
in interface CTModel<LayoutFriendlyURL>
getPrimaryKey
in interface LayoutFriendlyURLModel
public boolean getPrivateLayout()
getPrivateLayout
in interface LayoutFriendlyURLModel
public long getUserId()
getUserId
in interface AuditedModel
getUserId
in interface LayoutFriendlyURLModel
public String getUserName()
getUserName
in interface AuditedModel
getUserName
in interface LayoutFriendlyURLModel
public String getUserUuid()
getUserUuid
in interface AuditedModel
getUserUuid
in interface LayoutFriendlyURLModel
public String getUuid()
getUuid
in interface LayoutFriendlyURLModel
getUuid
in interface StagedModel
public boolean isPrivateLayout()
true
if this layout friendly url is private layout.isPrivateLayout
in interface LayoutFriendlyURLModel
true
if this layout friendly url is private layout; false
otherwisepublic void persist()
PersistedModel
persist
in interface PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface AuditedModel
setCompanyId
in interface LayoutFriendlyURLModel
setCompanyId
in interface ShardedModel
setCompanyId
in interface StagedModel
companyId
- the company ID of this layout friendly urlpublic void setCreateDate(Date createDate)
setCreateDate
in interface AuditedModel
setCreateDate
in interface LayoutFriendlyURLModel
setCreateDate
in interface StagedModel
createDate
- the create date of this layout friendly urlpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface CTModel<LayoutFriendlyURL>
setCtCollectionId
in interface LayoutFriendlyURLModel
ctCollectionId
- the ct collection ID of this layout friendly urlpublic void setFriendlyURL(String friendlyURL)
setFriendlyURL
in interface LayoutFriendlyURLModel
friendlyURL
- the friendly url of this layout friendly urlpublic void setGroupId(long groupId)
setGroupId
in interface GroupedModel
setGroupId
in interface LayoutFriendlyURLModel
groupId
- the group ID of this layout friendly urlpublic void setLanguageId(String languageId)
setLanguageId
in interface LayoutFriendlyURLModel
languageId
- the language ID of this layout friendly urlpublic void setLastPublishDate(Date lastPublishDate)
setLastPublishDate
in interface LayoutFriendlyURLModel
setLastPublishDate
in interface StagedGroupedModel
lastPublishDate
- the last publish date of this layout friendly urlpublic void setLayoutFriendlyURLId(long layoutFriendlyURLId)
setLayoutFriendlyURLId
in interface LayoutFriendlyURLModel
layoutFriendlyURLId
- the layout friendly url ID of this layout friendly urlpublic void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AuditedModel
setModifiedDate
in interface LayoutFriendlyURLModel
setModifiedDate
in interface StagedModel
modifiedDate
- the modified date of this layout friendly urlpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface LayoutFriendlyURLModel
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this layout friendly urlpublic void setPlid(long plid)
setPlid
in interface LayoutFriendlyURLModel
plid
- the plid of this layout friendly urlpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface CTModel<LayoutFriendlyURL>
setPrimaryKey
in interface LayoutFriendlyURLModel
primaryKey
- the primary key of this layout friendly urlpublic void setPrivateLayout(boolean privateLayout)
setPrivateLayout
in interface LayoutFriendlyURLModel
privateLayout
- the private layout of this layout friendly urlpublic void setUserId(long userId)
setUserId
in interface AuditedModel
setUserId
in interface LayoutFriendlyURLModel
userId
- the user ID of this layout friendly urlpublic void setUserName(String userName)
setUserName
in interface AuditedModel
setUserName
in interface LayoutFriendlyURLModel
userName
- the user name of this layout friendly urlpublic void setUserUuid(String userUuid)
setUserUuid
in interface AuditedModel
setUserUuid
in interface LayoutFriendlyURLModel
userUuid
- the user uuid of this layout friendly urlpublic void setUuid(String uuid)
setUuid
in interface LayoutFriendlyURLModel
setUuid
in interface StagedModel
uuid
- the uuid of this layout friendly urlpublic String toXmlString()
toXmlString
in interface LayoutFriendlyURLModel
public Map<String,Function<LayoutFriendlyURL,Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions
in interface BaseModel<LayoutFriendlyURL>
public Map<String,BiConsumer<LayoutFriendlyURL,Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers
in interface BaseModel<LayoutFriendlyURL>
public StagedModelType getStagedModelType()
getStagedModelType
in interface StagedModel
protected LayoutFriendlyURLWrapper wrap(LayoutFriendlyURL layoutFriendlyURL)
wrap
in class BaseModelWrapper<LayoutFriendlyURL>