Package com.liferay.friendly.url.model
Interface FriendlyURLEntryLocalizationModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<FriendlyURLEntryLocalization>
,com.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntryLocalization>
,com.liferay.portal.kernel.model.MVCCModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.TypedModel
- All Known Subinterfaces:
FriendlyURLEntryLocalization
- All Known Implementing Classes:
FriendlyURLEntryLocalizationWrapper
@ProviderType
public interface FriendlyURLEntryLocalizationModel
extends 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.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the FriendlyURLEntryLocalization service. Represents a row in the "FriendlyURLEntryLocalization" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.friendly.url.model.impl.FriendlyURLEntryLocalizationModelImpl
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.FriendlyURLEntryLocalizationImpl
.
- See Also:
- Generated:
-
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
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.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 localization.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntryLocalization>
- Returns:
- the primary key of this friendly url entry localization
-
setPrimaryKey
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>
- Parameters:
primaryKey
- the primary key of this friendly url entry localization
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this friendly url entry localization.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this friendly url entry localization
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this friendly url entry localization.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this friendly url entry localization
-
getCtCollectionId
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>
- Returns:
- the ct collection ID of this friendly url entry localization
-
setCtCollectionId
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>
- Parameters:
ctCollectionId
- the ct collection ID of this friendly url entry localization
-
getFriendlyURLEntryLocalizationId
long getFriendlyURLEntryLocalizationId()Returns the friendly url entry localization ID of this friendly url entry localization.- Returns:
- the friendly url entry localization ID of this friendly url entry localization
-
setFriendlyURLEntryLocalizationId
void setFriendlyURLEntryLocalizationId(long friendlyURLEntryLocalizationId) Sets the friendly url entry localization ID of this friendly url entry localization.- Parameters:
friendlyURLEntryLocalizationId
- the friendly url entry localization ID of this friendly url entry localization
-
getCompanyId
long getCompanyId()Returns the company ID of this friendly url entry localization.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this friendly url entry localization
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this friendly url entry localization.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this friendly url entry localization
-
getFriendlyURLEntryId
long getFriendlyURLEntryId()Returns the friendly url entry ID of this friendly url entry localization.- Returns:
- the friendly url entry ID of this friendly url entry localization
-
setFriendlyURLEntryId
void setFriendlyURLEntryId(long friendlyURLEntryId) Sets the friendly url entry ID of this friendly url entry localization.- Parameters:
friendlyURLEntryId
- the friendly url entry ID of this friendly url entry localization
-
getLanguageId
Returns the language ID of this friendly url entry localization.- Returns:
- the language ID of this friendly url entry localization
-
setLanguageId
Sets the language ID of this friendly url entry localization.- Parameters:
languageId
- the language ID of this friendly url entry localization
-
getUrlTitle
Returns the url title of this friendly url entry localization.- Returns:
- the url title of this friendly url entry localization
-
setUrlTitle
Sets the url title of this friendly url entry localization.- Parameters:
urlTitle
- the url title of this friendly url entry localization
-
getGroupId
long getGroupId()Returns the group ID of this friendly url entry localization.- Returns:
- the group ID of this friendly url entry localization
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this friendly url entry localization.- Parameters:
groupId
- the group ID of this friendly url entry localization
-
getClassName
String getClassName()Returns the fully qualified class name of this friendly url entry localization.- Specified by:
getClassName
in interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the fully qualified class name of this friendly url entry localization
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this friendly url entry localization.- Specified by:
getClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the class name ID of this friendly url entry localization
-
setClassNameId
void setClassNameId(long classNameId) Sets the class name ID of this friendly url entry localization.- Specified by:
setClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Parameters:
classNameId
- the class name ID of this friendly url entry localization
-
getClassPK
long getClassPK()Returns the class pk of this friendly url entry localization.- Specified by:
getClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Returns:
- the class pk of this friendly url entry localization
-
setClassPK
void setClassPK(long classPK) Sets the class pk of this friendly url entry localization.- Specified by:
setClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Parameters:
classPK
- the class pk of this friendly url entry localization
-
cloneWithOriginalValues
FriendlyURLEntryLocalization cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
-
toXmlString
-