Liferay 6.1.10-ee-ga1

com.liferay.portal.model
Interface LayoutPrototype

All Superinterfaces:
BaseModel<LayoutPrototype>, ClassedModel, Cloneable, Comparable<LayoutPrototype>, LayoutPrototypeModel, PersistedModel, Serializable
All Known Implementing Classes:
LayoutPrototypeBaseImpl, LayoutPrototypeImpl, LayoutPrototypeWrapper

public interface LayoutPrototype
extends LayoutPrototypeModel, PersistedModel

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

See Also:
LayoutPrototypeModel, LayoutPrototypeImpl, LayoutPrototypeModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 Group getGroup()
           
 Layout getLayout()
           
 
Methods inherited from interface com.liferay.portal.model.LayoutPrototypeModel
clone, compareTo, getActive, getCompanyId, getDescription, getExpandoBridge, getLayoutPrototypeId, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getPrimaryKeyObj, getSettings, getUuid, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setActive, setCachedModel, setCompanyId, setDescription, setExpandoBridgeAttributes, setLayoutPrototypeId, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setPrimaryKey, setPrimaryKeyObj, setSettings, setUuid, 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

getLayout

Layout getLayout()
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

Liferay 6.1.10-ee-ga1