com.liferay.portal.model
Interface LayoutPrototype

All Superinterfaces:
BaseModel<LayoutPrototype>, java.lang.Cloneable, java.lang.Comparable<LayoutPrototype>, LayoutPrototypeModel, java.io.Serializable
All Known Implementing Classes:
LayoutPrototypeWrapper

public interface LayoutPrototype
extends LayoutPrototypeModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the LayoutPrototype table in the database.

Customize LayoutPrototypeImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
LayoutPrototypeModel, LayoutPrototypeImpl, LayoutPrototypeModelImpl
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()

getLayout

Layout getLayout()