Liferay 6.1.0-ce-ga1

com.liferay.portal.model
Interface LayoutSetBranch

All Superinterfaces:
AuditedModel, BaseModel<LayoutSetBranch>, ClassedModel, Cloneable, Comparable<LayoutSetBranch>, GroupedModel, LayoutSetBranchModel, PersistedModel, Serializable
All Known Implementing Classes:
LayoutSetBranchWrapper

public interface LayoutSetBranch
extends LayoutSetBranchModel, PersistedModel

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

See Also:
LayoutSetBranchModel, LayoutSetBranchImpl, LayoutSetBranchModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portal.model.LayoutSetBranchModel
clone, compareTo, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getLayoutSetBranchId, getMaster, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isMaster, isNew, isPrivateLayout, setCachedModel, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setGroupId, setLayoutSetBranchId, setMaster, setModifiedDate, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.1.0-ce-ga1