@ProviderType public interface FriendlyURLEntryMappingModel extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>, com.liferay.portal.kernel.model.MVCCModel
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
,
com.liferay.friendly.url.model.impl.FriendlyURLEntryMappingImpl
,
com.liferay.friendly.url.model.impl.FriendlyURLEntryMappingModelImpl
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(FriendlyURLEntryMapping friendlyURLEntryMapping) |
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.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
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.
|
java.io.Serializable |
getPrimaryKeyObj() |
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 mapping.
|
void |
setClassPK(long classPK)
Sets the class pk of this friendly url entry mapping.
|
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 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 |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this friendly url entry mapping.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
com.liferay.portal.kernel.model.CacheModel<FriendlyURLEntryMapping> |
toCacheModel() |
FriendlyURLEntryMapping |
toEscapedModel() |
java.lang.String |
toString() |
FriendlyURLEntryMapping |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this friendly url entry mappinglong 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 mappinglong getFriendlyURLEntryMappingId()
void setFriendlyURLEntryMappingId(long friendlyURLEntryMappingId)
friendlyURLEntryMappingId
- the friendly url entry mapping ID of this friendly url entry mappingjava.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 mappinglong 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 mappinglong getFriendlyURLEntryId()
void setFriendlyURLEntryId(long friendlyURLEntryId)
friendlyURLEntryId
- the friendly url entry ID of this friendly url entry mappingboolean isNew()
isNew
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>
void setNew(boolean n)
setNew
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>
boolean isCachedModel()
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>
void setCachedModel(boolean cachedModel)
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>
boolean isEscapedModel()
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>
java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>
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<FriendlyURLEntryMapping>
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<FriendlyURLEntryMapping>
void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>
void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>
java.lang.Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>
int compareTo(FriendlyURLEntryMapping friendlyURLEntryMapping)
compareTo
in interface java.lang.Comparable<FriendlyURLEntryMapping>
int hashCode()
hashCode
in class java.lang.Object
com.liferay.portal.kernel.model.CacheModel<FriendlyURLEntryMapping> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>
FriendlyURLEntryMapping toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>
FriendlyURLEntryMapping toUnescapedModel()
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntryMapping>