com.liferay.portal.model
Interface LayoutSetPrototype

All Superinterfaces:
BaseModel<LayoutSetPrototype>, java.lang.Cloneable, java.lang.Comparable<LayoutSetPrototype>, LayoutSetPrototypeModel, java.io.Serializable
All Known Implementing Classes:
LayoutSetPrototypeWrapper

public interface LayoutSetPrototype
extends LayoutSetPrototypeModel

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 LayoutSetPrototype table in the database.

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

Author:
Brian Wing Shun Chan
See Also:
LayoutSetPrototypeModel, LayoutSetPrototypeImpl, LayoutSetPrototypeModelImpl
Generated:

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, setSettings, toEscapedModel, toString, toXmlString
 

Method Detail

getGroup

Group getGroup()

getLayoutSet

LayoutSet getLayoutSet()