@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
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.
FriendlyURLEntryLocalization| Modifier and Type | Method and Description |
|---|---|
FriendlyURLEntryLocalization |
cloneWithOriginalValues() |
java.lang.String |
getClassName()
Returns the fully qualified class name of this friendly url entry localization.
|
long |
getClassNameId()
Returns the class name ID of this friendly url entry localization.
|
long |
getClassPK()
Returns the class pk of this friendly url entry localization.
|
long |
getCompanyId()
Returns the company ID of this friendly url entry localization.
|
long |
getCtCollectionId()
Returns the ct collection ID of this friendly url entry localization.
|
long |
getFriendlyURLEntryId()
Returns the friendly url entry ID of this friendly url entry localization.
|
long |
getFriendlyURLEntryLocalizationId()
Returns the friendly url entry localization ID of this friendly url entry localization.
|
long |
getGroupId()
Returns the group ID of this friendly url entry localization.
|
java.lang.String |
getLanguageId()
Returns the language ID of this friendly url entry localization.
|
long |
getMvccVersion()
Returns the mvcc version of this friendly url entry localization.
|
long |
getPrimaryKey()
Returns the primary key of this friendly url entry localization.
|
java.lang.String |
getUrlTitle()
Returns the url title of this friendly url entry localization.
|
void |
setClassName(java.lang.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(java.lang.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(java.lang.String urlTitle)
Sets the url title of this friendly url entry localization.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntryLocalization>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntryLocalization>primaryKey - the primary key of this friendly url entry localizationlong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this friendly url entry localizationlong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntryLocalization>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntryLocalization>ctCollectionId - the ct collection ID of this friendly url entry localizationlong getFriendlyURLEntryLocalizationId()
void setFriendlyURLEntryLocalizationId(long friendlyURLEntryLocalizationId)
friendlyURLEntryLocalizationId - the friendly url entry localization ID of this friendly url entry localizationlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this friendly url entry localizationlong getFriendlyURLEntryId()
void setFriendlyURLEntryId(long friendlyURLEntryId)
friendlyURLEntryId - the friendly url entry ID of this friendly url entry localization@AutoEscape java.lang.String getLanguageId()
void setLanguageId(java.lang.String languageId)
languageId - the language ID of this friendly url entry localization@AutoEscape java.lang.String getUrlTitle()
void setUrlTitle(java.lang.String urlTitle)
urlTitle - the url title of this friendly url entry localizationlong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this friendly url entry localizationjava.lang.String getClassName()
getClassName in interface com.liferay.portal.kernel.model.TypedModelvoid setClassName(java.lang.String className)
long getClassNameId()
getClassNameId in interface com.liferay.portal.kernel.model.TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.kernel.model.TypedModelclassNameId - the class name ID of this friendly url entry localizationlong getClassPK()
getClassPK in interface com.liferay.portal.kernel.model.AttachedModelvoid setClassPK(long classPK)
setClassPK in interface com.liferay.portal.kernel.model.AttachedModelclassPK - the class pk of this friendly url entry localizationFriendlyURLEntryLocalization cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>default java.lang.String toXmlString()