Liferay 6.0-ee-sp2

com.liferay.portal.model
Interface LayoutSetPrototype

All Superinterfaces:
BaseModel<LayoutSetPrototype>, ClassedModel, Cloneable, Comparable<LayoutSetPrototype>, LayoutSetPrototypeModel, PersistedModel, Serializable
All Known Implementing Classes:
LayoutSetPrototypeWrapper

public interface LayoutSetPrototype
extends LayoutSetPrototypeModel, PersistedModel

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

See Also:
LayoutSetPrototypeModel, LayoutSetPrototypeImpl, LayoutSetPrototypeModelImpl

Method Summary
 Group getGroup()
           
 LayoutSet getLayoutSet()
           
 
Methods inherited from interface com.liferay.portal.model.LayoutSetPrototypeModel
clone, compareTo, getActive, getCompanyId, getDescription, getExpandoBridge, getLayoutSetPrototypeId, getName, getName, getName, getName, getName, getNameMap, getPrimaryKey, getPrimaryKeyObj, getSettings, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setActive, setCachedModel, setCompanyId, setDescription, setEscapedModel, setExpandoBridgeAttributes, setLayoutSetPrototypeId, setName, setName, setNameMap, setNew, setPrimaryKey, setPrimaryKeyObj, setSettings, 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
 

Method Detail

getGroup

Group getGroup()
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

getLayoutSet

LayoutSet getLayoutSet()
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

Liferay 6.0-ee-sp2