@ProviderType public interface FriendlyURLEntryLocalizationModel extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<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
,
com.liferay.friendly.url.model.impl.FriendlyURLEntryLocalizationImpl
,
com.liferay.friendly.url.model.impl.FriendlyURLEntryLocalizationModelImpl
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(FriendlyURLEntryLocalization friendlyURLEntryLocalization) |
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.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
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.io.Serializable |
getPrimaryKeyObj() |
java.lang.String |
getUrlTitle()
Returns the url title of this friendly url entry localization.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setCachedModel(boolean cachedModel) |
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 |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
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 |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this friendly url entry localization.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setUrlTitle(java.lang.String urlTitle)
Sets the url title of this friendly url entry localization.
|
com.liferay.portal.kernel.model.CacheModel<FriendlyURLEntryLocalization> |
toCacheModel() |
FriendlyURLEntryLocalization |
toEscapedModel() |
java.lang.String |
toString() |
FriendlyURLEntryLocalization |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this friendly url entry localizationlong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version 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.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- 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.TypedModel
void setClassName(java.lang.String className)
long getClassNameId()
getClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
void setClassNameId(long classNameId)
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
classNameId
- the class name ID of this friendly url entry localizationlong getClassPK()
getClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
void setClassPK(long classPK)
setClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
classPK
- the class pk of this friendly url entry localizationboolean isNew()
isNew
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
void setNew(boolean n)
setNew
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
boolean isCachedModel()
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
void setCachedModel(boolean cachedModel)
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
boolean isEscapedModel()
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
java.lang.Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
int compareTo(FriendlyURLEntryLocalization friendlyURLEntryLocalization)
compareTo
in interface java.lang.Comparable<FriendlyURLEntryLocalization>
int hashCode()
hashCode
in class java.lang.Object
com.liferay.portal.kernel.model.CacheModel<FriendlyURLEntryLocalization> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
FriendlyURLEntryLocalization toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
FriendlyURLEntryLocalization toUnescapedModel()
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryLocalization>