Package com.liferay.friendly.url.model
Interface FriendlyURLEntryMappingModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<FriendlyURLEntryMapping>
,com.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntryMapping>
,com.liferay.portal.kernel.model.MVCCModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.TypedModel
- All Known Subinterfaces:
FriendlyURLEntryMapping
- All Known Implementing Classes:
FriendlyURLEntryMappingWrapper
@ProviderType
public interface FriendlyURLEntryMappingModel
extends 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.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the FriendlyURLEntryMapping service. Represents a row in the "FriendlyURLEntryMapping" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.friendly.url.model.impl.FriendlyURLEntryMappingModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.friendly.url.model.impl.FriendlyURLEntryMappingImpl
.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this friendly url entry mapping.long
Returns the class name ID of this friendly url entry mapping.long
Returns the class pk of this friendly url entry mapping.long
Returns the company ID of this friendly url entry mapping.long
Returns the ct collection ID of this friendly url entry mapping.long
Returns the friendly url entry ID of this friendly url entry mapping.long
Returns the friendly url entry mapping ID of this friendly url entry mapping.long
Returns the mvcc version of this friendly url entry mapping.long
Returns the primary key of this friendly url entry mapping.void
setClassName
(String className) void
setClassNameId
(long classNameId) Sets the class name ID of this friendly url entry mapping.void
setClassPK
(long classPK) Sets the class pk of this friendly url entry mapping.void
setCompanyId
(long companyId) Sets the company ID of this friendly url entry mapping.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this friendly url entry mapping.void
setFriendlyURLEntryId
(long friendlyURLEntryId) Sets the friendly url entry ID of this friendly url entry mapping.void
setFriendlyURLEntryMappingId
(long friendlyURLEntryMappingId) Sets the friendly url entry mapping ID of this friendly url entry mapping.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this friendly url entry mapping.void
setPrimaryKey
(long primaryKey) Sets the primary key of this friendly url entry mapping.default String
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this friendly url entry mapping.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntryMapping>
- Returns:
- the primary key of this friendly url entry mapping
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this friendly url entry mapping.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntryMapping>
- Parameters:
primaryKey
- the primary key of this friendly url entry mapping
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this friendly url entry mapping.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this friendly url entry mapping
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this friendly url entry mapping.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this friendly url entry mapping
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this friendly url entry mapping.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntryMapping>
- Returns:
- the ct collection ID of this friendly url entry mapping
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this friendly url entry mapping.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntryMapping>
- Parameters:
ctCollectionId
- the ct collection ID of this friendly url entry mapping
-
getFriendlyURLEntryMappingId
long getFriendlyURLEntryMappingId()Returns the friendly url entry mapping ID of this friendly url entry mapping.- Returns:
- the friendly url entry mapping ID of this friendly url entry mapping
-
setFriendlyURLEntryMappingId
void setFriendlyURLEntryMappingId(long friendlyURLEntryMappingId) Sets the friendly url entry mapping ID of this friendly url entry mapping.- Parameters:
friendlyURLEntryMappingId
- the friendly url entry mapping ID of this friendly url entry mapping
-
getCompanyId
long getCompanyId()Returns the company ID of this friendly url entry mapping.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this friendly url entry mapping
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this friendly url entry mapping.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this friendly url entry mapping
-
getClassName
String getClassName()Returns the fully qualified class name of this friendly url entry mapping.- Specified by:
getClassName
in interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the fully qualified class name of this friendly url entry mapping
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this friendly url entry mapping.- Specified by:
getClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the class name ID of this friendly url entry mapping
-
setClassNameId
void setClassNameId(long classNameId) Sets the class name ID of this friendly url entry mapping.- Specified by:
setClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Parameters:
classNameId
- the class name ID of this friendly url entry mapping
-
getClassPK
long getClassPK()Returns the class pk of this friendly url entry mapping.- Specified by:
getClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Returns:
- the class pk of this friendly url entry mapping
-
setClassPK
void setClassPK(long classPK) Sets the class pk of this friendly url entry mapping.- Specified by:
setClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Parameters:
classPK
- the class pk of this friendly url entry mapping
-
getFriendlyURLEntryId
long getFriendlyURLEntryId()Returns the friendly url entry ID of this friendly url entry mapping.- Returns:
- the friendly url entry ID of this friendly url entry mapping
-
setFriendlyURLEntryId
void setFriendlyURLEntryId(long friendlyURLEntryId) Sets the friendly url entry ID of this friendly url entry mapping.- Parameters:
friendlyURLEntryId
- the friendly url entry ID of this friendly url entry mapping
-
cloneWithOriginalValues
FriendlyURLEntryMapping cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>
-
toXmlString
-