@ProviderType public interface FriendlyURLEntryLocalizationModel extends AttachedModel, BaseModel<FriendlyURLEntryLocalization>, CTModel<FriendlyURLEntryLocalization>, MVCCModel, 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 |
|---|---|
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.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
getPrimaryKey in interface CTModel<FriendlyURLEntryLocalization>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTModel<FriendlyURLEntryLocalization>primaryKey - the primary key of this friendly url entry localizationlong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this friendly url entry localizationlong getCtCollectionId()
getCtCollectionId in interface CTModel<FriendlyURLEntryLocalization>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface 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 ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface 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 TypedModelvoid setClassName(java.lang.String className)
long getClassNameId()
getClassNameId in interface TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface TypedModelclassNameId - the class name ID of this friendly url entry localizationlong getClassPK()
getClassPK in interface AttachedModelvoid setClassPK(long classPK)
setClassPK in interface AttachedModelclassPK - the class pk of this friendly url entry localization