Package com.liferay.friendly.url.model
Class FriendlyURLEntryMappingWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<FriendlyURLEntryMapping>
com.liferay.friendly.url.model.FriendlyURLEntryMappingWrapper
- All Implemented Interfaces:
FriendlyURLEntryMapping,FriendlyURLEntryMappingModel,com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>,com.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntryMapping>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<FriendlyURLEntryMapping>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.TypedModel,Serializable,Cloneable,Comparable<FriendlyURLEntryMapping>
public class FriendlyURLEntryMappingWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<FriendlyURLEntryMapping>
implements FriendlyURLEntryMapping, com.liferay.portal.kernel.model.ModelWrapper<FriendlyURLEntryMapping>
This class is a wrapper for FriendlyURLEntryMapping.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.friendly.url.model.FriendlyURLEntryMapping
FRIENDLY_URL_ENTRY_MAPPING_ID_ACCESSOR -
Constructor Summary
ConstructorsConstructorDescriptionFriendlyURLEntryMappingWrapper(FriendlyURLEntryMapping friendlyURLEntryMapping) -
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this friendly url entry mapping.longReturns the class name ID of this friendly url entry mapping.longReturns the class pk of this friendly url entry mapping.longReturns the company ID of this friendly url entry mapping.longReturns the ct collection ID of this friendly url entry mapping.longReturns the friendly url entry ID of this friendly url entry mapping.longReturns the friendly url entry mapping ID of this friendly url entry mapping.longReturns the mvcc version of this friendly url entry mapping.longReturns the primary key of this friendly url entry mapping.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this friendly url entry mapping.voidsetClassPK(long classPK) Sets the class pk of this friendly url entry mapping.voidsetCompanyId(long companyId) Sets the company ID of this friendly url entry mapping.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this friendly url entry mapping.voidsetFriendlyURLEntryId(long friendlyURLEntryId) Sets the friendly url entry ID of this friendly url entry mapping.voidsetFriendlyURLEntryMappingId(long friendlyURLEntryMappingId) Sets the friendly url entry mapping ID of this friendly url entry mapping.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this friendly url entry mapping.voidsetPrimaryKey(long primaryKey) Sets the primary key of this friendly url entry mapping.protected FriendlyURLEntryMappingWrapperwrap(FriendlyURLEntryMapping friendlyURLEntryMapping) 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, 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
-
FriendlyURLEntryMappingWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>- Specified by:
cloneWithOriginalValuesin interfaceFriendlyURLEntryMappingModel
-
getClassName
Returns the fully qualified class name of this friendly url entry mapping.- Specified by:
getClassNamein interfaceFriendlyURLEntryMappingModel- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the fully qualified class name of this friendly url entry mapping
-
getClassNameId
public long getClassNameId()Returns the class name ID of this friendly url entry mapping.- Specified by:
getClassNameIdin interfaceFriendlyURLEntryMappingModel- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the class name ID of this friendly url entry mapping
-
getClassPK
public long getClassPK()Returns the class pk of this friendly url entry mapping.- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
getClassPKin interfaceFriendlyURLEntryMappingModel- Returns:
- the class pk of this friendly url entry mapping
-
getCompanyId
public long getCompanyId()Returns the company ID of this friendly url entry mapping.- Specified by:
getCompanyIdin interfaceFriendlyURLEntryMappingModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this friendly url entry mapping
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this friendly url entry mapping.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntryMapping>- Specified by:
getCtCollectionIdin interfaceFriendlyURLEntryMappingModel- Returns:
- the ct collection ID of this friendly url entry mapping
-
getFriendlyURLEntryId
public long getFriendlyURLEntryId()Returns the friendly url entry ID of this friendly url entry mapping.- Specified by:
getFriendlyURLEntryIdin interfaceFriendlyURLEntryMappingModel- Returns:
- the friendly url entry ID of this friendly url entry mapping
-
getFriendlyURLEntryMappingId
public long getFriendlyURLEntryMappingId()Returns the friendly url entry mapping ID of this friendly url entry mapping.- Specified by:
getFriendlyURLEntryMappingIdin interfaceFriendlyURLEntryMappingModel- Returns:
- the friendly url entry mapping ID of this friendly url entry mapping
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this friendly url entry mapping.- Specified by:
getMvccVersionin interfaceFriendlyURLEntryMappingModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this friendly url entry mapping
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this friendly url entry mapping.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntryMapping>- Specified by:
getPrimaryKeyin interfaceFriendlyURLEntryMappingModel- Returns:
- the primary key of this friendly url entry mapping
-
setClassName
- Specified by:
setClassNamein interfaceFriendlyURLEntryMappingModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this friendly url entry mapping.- Specified by:
setClassNameIdin interfaceFriendlyURLEntryMappingModel- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Parameters:
classNameId- the class name ID of this friendly url entry mapping
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this friendly url entry mapping.- Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
setClassPKin interfaceFriendlyURLEntryMappingModel- Parameters:
classPK- the class pk of this friendly url entry mapping
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this friendly url entry mapping.- Specified by:
setCompanyIdin interfaceFriendlyURLEntryMappingModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this friendly url entry mapping
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this friendly url entry mapping.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntryMapping>- Specified by:
setCtCollectionIdin interfaceFriendlyURLEntryMappingModel- Parameters:
ctCollectionId- the ct collection ID of this friendly url entry mapping
-
setFriendlyURLEntryId
public void setFriendlyURLEntryId(long friendlyURLEntryId) Sets the friendly url entry ID of this friendly url entry mapping.- Specified by:
setFriendlyURLEntryIdin interfaceFriendlyURLEntryMappingModel- Parameters:
friendlyURLEntryId- the friendly url entry ID of this friendly url entry mapping
-
setFriendlyURLEntryMappingId
public void setFriendlyURLEntryMappingId(long friendlyURLEntryMappingId) Sets the friendly url entry mapping ID of this friendly url entry mapping.- Specified by:
setFriendlyURLEntryMappingIdin interfaceFriendlyURLEntryMappingModel- Parameters:
friendlyURLEntryMappingId- the friendly url entry mapping ID of this friendly url entry mapping
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this friendly url entry mapping.- Specified by:
setMvccVersionin interfaceFriendlyURLEntryMappingModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this friendly url entry mapping
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this friendly url entry mapping.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntryMapping>- Specified by:
setPrimaryKeyin interfaceFriendlyURLEntryMappingModel- Parameters:
primaryKey- the primary key of this friendly url entry mapping
-
toXmlString
- Specified by:
toXmlStringin interfaceFriendlyURLEntryMappingModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<FriendlyURLEntryMapping>
-