@ProviderType public interface FriendlyURLEntryMappingModel extends AttachedModel, BaseModel<FriendlyURLEntryMapping>, CTModel<FriendlyURLEntryMapping>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.friendly.url.model.impl.FriendlyURLEntryMappingModelImpl 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.FriendlyURLEntryMappingImpl.
FriendlyURLEntryMapping| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
Returns the fully qualified class name of this friendly url entry mapping.
|
long |
getClassNameId()
Returns the class name ID of this friendly url entry mapping.
|
long |
getClassPK()
Returns the class pk of this friendly url entry mapping.
|
long |
getCompanyId()
Returns the company ID of this friendly url entry mapping.
|
long |
getCtCollectionId()
Returns the ct collection ID of this friendly url entry mapping.
|
long |
getFriendlyURLEntryId()
Returns the friendly url entry ID of this friendly url entry mapping.
|
long |
getFriendlyURLEntryMappingId()
Returns the friendly url entry mapping ID of this friendly url entry mapping.
|
long |
getMvccVersion()
Returns the mvcc version of this friendly url entry mapping.
|
long |
getPrimaryKey()
Returns the primary key of this friendly url entry mapping.
|
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this friendly url entry mapping.
|
void |
setClassPK(long classPK)
Sets the class pk of this friendly url entry mapping.
|
void |
setCompanyId(long companyId)
Sets the company ID of this friendly url entry mapping.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this friendly url entry mapping.
|
void |
setFriendlyURLEntryId(long friendlyURLEntryId)
Sets the friendly url entry ID of this friendly url entry mapping.
|
void |
setFriendlyURLEntryMappingId(long friendlyURLEntryMappingId)
Sets the friendly url entry mapping ID of this friendly url entry mapping.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this friendly url entry mapping.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this friendly url entry mapping.
|
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<FriendlyURLEntryMapping>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTModel<FriendlyURLEntryMapping>primaryKey - the primary key of this friendly url entry mappinglong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this friendly url entry mappinglong getCtCollectionId()
getCtCollectionId in interface CTModel<FriendlyURLEntryMapping>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CTModel<FriendlyURLEntryMapping>ctCollectionId - the ct collection ID of this friendly url entry mappinglong getFriendlyURLEntryMappingId()
void setFriendlyURLEntryMappingId(long friendlyURLEntryMappingId)
friendlyURLEntryMappingId - the friendly url entry mapping ID of this friendly url entry mappinglong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this friendly url entry mappingjava.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 mappinglong getClassPK()
getClassPK in interface AttachedModelvoid setClassPK(long classPK)
setClassPK in interface AttachedModelclassPK - the class pk of this friendly url entry mappinglong getFriendlyURLEntryId()
void setFriendlyURLEntryId(long friendlyURLEntryId)
friendlyURLEntryId - the friendly url entry ID of this friendly url entry mapping