Package com.liferay.friendly.url.model
Class FriendlyURLEntryLocalizationWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<FriendlyURLEntryLocalization>
com.liferay.friendly.url.model.FriendlyURLEntryLocalizationWrapper
- All Implemented Interfaces:
FriendlyURLEntryLocalization
,FriendlyURLEntryLocalizationModel
,com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
,com.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntryLocalization>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<FriendlyURLEntryLocalization>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.TypedModel
,Serializable
,Cloneable
,Comparable<FriendlyURLEntryLocalization>
public class FriendlyURLEntryLocalizationWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<FriendlyURLEntryLocalization>
implements FriendlyURLEntryLocalization, com.liferay.portal.kernel.model.ModelWrapper<FriendlyURLEntryLocalization>
This class is a wrapper for FriendlyURLEntryLocalization
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.friendly.url.model.FriendlyURLEntryLocalization
FRIENDLY_URL_ENTRY_LOCALIZATION_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionFriendlyURLEntryLocalizationWrapper
(FriendlyURLEntryLocalization friendlyURLEntryLocalization) -
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this friendly url entry localization.long
Returns the class name ID of this friendly url entry localization.long
Returns the class pk of this friendly url entry localization.long
Returns the company ID of this friendly url entry localization.long
Returns the ct collection ID of this friendly url entry localization.long
Returns the friendly url entry ID of this friendly url entry localization.long
Returns the friendly url entry localization ID of this friendly url entry localization.long
Returns the group ID of this friendly url entry localization.Returns the language ID of this friendly url entry localization.long
Returns the mvcc version of this friendly url entry localization.long
Returns the primary key of this friendly url entry localization.Returns the url title of this friendly url entry localization.void
setClassName
(String className) void
setClassNameId
(long classNameId) Sets the class name ID of this friendly url entry localization.void
setClassPK
(long classPK) Sets the class pk of this friendly url entry localization.void
setCompanyId
(long companyId) Sets the company ID of this friendly url entry localization.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this friendly url entry localization.void
setFriendlyURLEntryId
(long friendlyURLEntryId) Sets the friendly url entry ID of this friendly url entry localization.void
setFriendlyURLEntryLocalizationId
(long friendlyURLEntryLocalizationId) Sets the friendly url entry localization ID of this friendly url entry localization.void
setGroupId
(long groupId) Sets the group ID of this friendly url entry localization.void
setLanguageId
(String languageId) Sets the language ID of this friendly url entry localization.void
setModelAttributes
(Map<String, Object> attributes) void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this friendly url entry localization.void
setPrimaryKey
(long primaryKey) Sets the primary key of this friendly url entry localization.void
setUrlTitle
(String urlTitle) Sets the url title of this friendly url entry localization.protected FriendlyURLEntryLocalizationWrapper
wrap
(FriendlyURLEntryLocalization friendlyURLEntryLocalization) 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, 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
-
FriendlyURLEntryLocalizationWrapper
public FriendlyURLEntryLocalizationWrapper(FriendlyURLEntryLocalization friendlyURLEntryLocalization)
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
- Specified by:
cloneWithOriginalValues
in interfaceFriendlyURLEntryLocalizationModel
-
getClassName
Returns the fully qualified class name of this friendly url entry localization.- Specified by:
getClassName
in interfaceFriendlyURLEntryLocalizationModel
- Specified by:
getClassName
in interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the fully qualified class name of this friendly url entry localization
-
getClassNameId
public long getClassNameId()Returns the class name ID of this friendly url entry localization.- Specified by:
getClassNameId
in interfaceFriendlyURLEntryLocalizationModel
- Specified by:
getClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the class name ID of this friendly url entry localization
-
getClassPK
public long getClassPK()Returns the class pk of this friendly url entry localization.- Specified by:
getClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Specified by:
getClassPK
in interfaceFriendlyURLEntryLocalizationModel
- Returns:
- the class pk of this friendly url entry localization
-
getCompanyId
public long getCompanyId()Returns the company ID of this friendly url entry localization.- Specified by:
getCompanyId
in interfaceFriendlyURLEntryLocalizationModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this friendly url entry localization
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this friendly url entry localization.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntryLocalization>
- Specified by:
getCtCollectionId
in interfaceFriendlyURLEntryLocalizationModel
- Returns:
- the ct collection ID of this friendly url entry localization
-
getFriendlyURLEntryId
public long getFriendlyURLEntryId()Returns the friendly url entry ID of this friendly url entry localization.- Specified by:
getFriendlyURLEntryId
in interfaceFriendlyURLEntryLocalizationModel
- Returns:
- the friendly url entry ID of this friendly url entry localization
-
getFriendlyURLEntryLocalizationId
public long getFriendlyURLEntryLocalizationId()Returns the friendly url entry localization ID of this friendly url entry localization.- Specified by:
getFriendlyURLEntryLocalizationId
in interfaceFriendlyURLEntryLocalizationModel
- Returns:
- the friendly url entry localization ID of this friendly url entry localization
-
getGroupId
public long getGroupId()Returns the group ID of this friendly url entry localization.- Specified by:
getGroupId
in interfaceFriendlyURLEntryLocalizationModel
- Returns:
- the group ID of this friendly url entry localization
-
getLanguageId
Returns the language ID of this friendly url entry localization.- Specified by:
getLanguageId
in interfaceFriendlyURLEntryLocalizationModel
- Returns:
- the language ID of this friendly url entry localization
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this friendly url entry localization.- Specified by:
getMvccVersion
in interfaceFriendlyURLEntryLocalizationModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this friendly url entry localization
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this friendly url entry localization.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntryLocalization>
- Specified by:
getPrimaryKey
in interfaceFriendlyURLEntryLocalizationModel
- Returns:
- the primary key of this friendly url entry localization
-
getUrlTitle
Returns the url title of this friendly url entry localization.- Specified by:
getUrlTitle
in interfaceFriendlyURLEntryLocalizationModel
- Returns:
- the url title of this friendly url entry localization
-
setClassName
- Specified by:
setClassName
in interfaceFriendlyURLEntryLocalizationModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this friendly url entry localization.- Specified by:
setClassNameId
in interfaceFriendlyURLEntryLocalizationModel
- Specified by:
setClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Parameters:
classNameId
- the class name ID of this friendly url entry localization
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this friendly url entry localization.- Specified by:
setClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Specified by:
setClassPK
in interfaceFriendlyURLEntryLocalizationModel
- Parameters:
classPK
- the class pk of this friendly url entry localization
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this friendly url entry localization.- Specified by:
setCompanyId
in interfaceFriendlyURLEntryLocalizationModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this friendly url entry localization
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this friendly url entry localization.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntryLocalization>
- Specified by:
setCtCollectionId
in interfaceFriendlyURLEntryLocalizationModel
- Parameters:
ctCollectionId
- the ct collection ID of this friendly url entry localization
-
setFriendlyURLEntryId
public void setFriendlyURLEntryId(long friendlyURLEntryId) Sets the friendly url entry ID of this friendly url entry localization.- Specified by:
setFriendlyURLEntryId
in interfaceFriendlyURLEntryLocalizationModel
- Parameters:
friendlyURLEntryId
- the friendly url entry ID of this friendly url entry localization
-
setFriendlyURLEntryLocalizationId
public void setFriendlyURLEntryLocalizationId(long friendlyURLEntryLocalizationId) Sets the friendly url entry localization ID of this friendly url entry localization.- Specified by:
setFriendlyURLEntryLocalizationId
in interfaceFriendlyURLEntryLocalizationModel
- Parameters:
friendlyURLEntryLocalizationId
- the friendly url entry localization ID of this friendly url entry localization
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this friendly url entry localization.- Specified by:
setGroupId
in interfaceFriendlyURLEntryLocalizationModel
- Parameters:
groupId
- the group ID of this friendly url entry localization
-
setLanguageId
Sets the language ID of this friendly url entry localization.- Specified by:
setLanguageId
in interfaceFriendlyURLEntryLocalizationModel
- Parameters:
languageId
- the language ID of this friendly url entry localization
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this friendly url entry localization.- Specified by:
setMvccVersion
in interfaceFriendlyURLEntryLocalizationModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this friendly url entry localization
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this friendly url entry localization.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntryLocalization>
- Specified by:
setPrimaryKey
in interfaceFriendlyURLEntryLocalizationModel
- Parameters:
primaryKey
- the primary key of this friendly url entry localization
-
setUrlTitle
Sets the url title of this friendly url entry localization.- Specified by:
setUrlTitle
in interfaceFriendlyURLEntryLocalizationModel
- Parameters:
urlTitle
- the url title of this friendly url entry localization
-
toXmlString
- Specified by:
toXmlString
in interfaceFriendlyURLEntryLocalizationModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
-
wrap
protected FriendlyURLEntryLocalizationWrapper wrap(FriendlyURLEntryLocalization friendlyURLEntryLocalization) - Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<FriendlyURLEntryLocalization>
-