Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface LayoutBranch

All Superinterfaces:
BaseModel<LayoutBranch>, ClassedModel, Cloneable, Comparable<LayoutBranch>, LayoutBranchModel, PersistedModel, Serializable
All Known Implementing Classes:
LayoutBranchBaseImpl, LayoutBranchImpl, LayoutBranchWrapper

public interface LayoutBranch
extends LayoutBranchModel, PersistedModel

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

See Also:
LayoutBranchModel, LayoutBranchImpl, LayoutBranchModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 
Methods inherited from interface com.liferay.portal.model.LayoutBranchModel
clone, compareTo, getCompanyId, getDescription, getExpandoBridge, getGroupId, getLayoutBranchId, getLayoutSetBranchId, getMaster, getName, getPlid, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isMaster, isNew, setCachedModel, setCompanyId, setDescription, setExpandoBridgeAttributes, setGroupId, setLayoutBranchId, setLayoutSetBranchId, setMaster, setName, setNew, setPlid, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, 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.PersistedModel
persist
 


Liferay 6.1.2-ce-ga3