Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface LayoutFriendlyURL

All Superinterfaces:
AuditedModel, BaseModel<LayoutFriendlyURL>, ClassedModel, Cloneable, Comparable<LayoutFriendlyURL>, GroupedModel, LayoutFriendlyURLModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel
All Known Implementing Classes:
LayoutFriendlyURLWrapper

@ProviderType
public interface LayoutFriendlyURL
extends LayoutFriendlyURLModel, PersistedModel

The extended model interface for the LayoutFriendlyURL service. Represents a row in the "LayoutFriendlyURL" database table, with each column mapped to a property of this class.

See Also:
LayoutFriendlyURLModel, LayoutFriendlyURLImpl, LayoutFriendlyURLModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portal.model.LayoutFriendlyURLModel
clone, compareTo, getCompanyId, getCreateDate, getExpandoBridge, getFriendlyURL, getGroupId, getLanguageId, getLayoutFriendlyURLId, getModifiedDate, getPlid, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, isPrivateLayout, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFriendlyURL, setGroupId, setLanguageId, setLayoutFriendlyURLId, setModifiedDate, setNew, setPlid, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.2-ce-ga5