Package com.liferay.friendly.url.model
Interface FriendlyURLEntryLocalization
- 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>
,FriendlyURLEntryLocalizationModel
,com.liferay.portal.kernel.model.MVCCModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.TypedModel
- All Known Implementing Classes:
FriendlyURLEntryLocalizationWrapper
@ProviderType
public interface FriendlyURLEntryLocalization
extends FriendlyURLEntryLocalizationModel
The extended model interface for the FriendlyURLEntryLocalization service. Represents a row in the "FriendlyURLEntryLocalization" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<FriendlyURLEntryLocalization,
Long> -
Method Summary
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
Methods inherited from interface com.liferay.friendly.url.model.FriendlyURLEntryLocalizationModel
cloneWithOriginalValues, getClassName, getClassNameId, getClassPK, getCompanyId, getCtCollectionId, getFriendlyURLEntryId, getFriendlyURLEntryLocalizationId, getGroupId, getLanguageId, getMvccVersion, getPrimaryKey, getUrlTitle, setClassName, setClassNameId, setClassPK, setCompanyId, setCtCollectionId, setFriendlyURLEntryId, setFriendlyURLEntryLocalizationId, setGroupId, setLanguageId, setMvccVersion, setPrimaryKey, setUrlTitle, toXmlString
-
Field Details
-
FRIENDLY_URL_ENTRY_LOCALIZATION_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<FriendlyURLEntryLocalization,Long> FRIENDLY_URL_ENTRY_LOCALIZATION_ID_ACCESSOR
-