Liferay 7.0-ce-b4

com.liferay.portal.model
Interface LayoutFriendlyURL

All Superinterfaces:
AuditedModel, BaseModel<LayoutFriendlyURL>, ClassedModel, Cloneable, Comparable<LayoutFriendlyURL>, GroupedModel, LayoutFriendlyURLModel, MVCCModel, PersistedModel, Serializable, ShardedModel, StagedGroupedModel, StagedModel
All Known Implementing Classes:
LayoutFriendlyURLBaseImpl, LayoutFriendlyURLImpl, 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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Accessor<LayoutFriendlyURL,Long> LAYOUT_FRIENDLY_U_R_L_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portal.model.LayoutFriendlyURLModel
clone, compareTo, getCompanyId, getCreateDate, getExpandoBridge, getFriendlyURL, getGroupId, getLanguageId, getLastPublishDate, getLayoutFriendlyURLId, getModifiedDate, getMvccVersion, getPlid, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, isPrivateLayout, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFriendlyURL, setGroupId, setLanguageId, setLastPublishDate, setLayoutFriendlyURLId, setModifiedDate, setMvccVersion, setNew, setPlid, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, 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
 

Field Detail

LAYOUT_FRIENDLY_U_R_L_ID_ACCESSOR

static final Accessor<LayoutFriendlyURL,Long> LAYOUT_FRIENDLY_U_R_L_ID_ACCESSOR

Liferay 7.0-ce-b4