Liferay 6.0.5

com.liferay.portal.model
Interface LayoutPrototype

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

public interface LayoutPrototype
extends LayoutPrototypeModel

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

Never modify this interface directly. Add methods to LayoutPrototypeImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a layout prototype model instance should use the LayoutPrototype interface instead.

See Also:
LayoutPrototypeModel, LayoutPrototypeImpl, LayoutPrototypeModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time 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, getNameMap, getPrimaryKey, getPrimaryKeyObj, getSettings, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setActive, setCachedModel, setCompanyId, setDescription, setEscapedModel, setExpandoBridgeAttributes, setLayoutPrototypeId, setName, setName, setNameMap, setNew, setPrimaryKey, setSettings, toEscapedModel, toString, toXmlString
 

Method Detail

getGroup

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

getLayout

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

Liferay 6.0.5