Liferay 6.0.5

com.liferay.portal.model.impl
Class LayoutPrototypeImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<LayoutPrototype>
      extended by com.liferay.portal.model.impl.LayoutPrototypeModelImpl
          extended by com.liferay.portal.model.impl.LayoutPrototypeImpl
All Implemented Interfaces:
BaseModel<LayoutPrototype>, LayoutPrototype, LayoutPrototypeModel, Serializable, Cloneable, Comparable<LayoutPrototype>

public class LayoutPrototypeImpl
extends LayoutPrototypeModelImpl
implements LayoutPrototype

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.LayoutPrototypeModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
LayoutPrototypeImpl()
           
 
Method Summary
 Group getGroup()
           
 Layout getLayout()
           
 
Methods inherited from class com.liferay.portal.model.impl.LayoutPrototypeModelImpl
clone, compareTo, equals, getActive, getCompanyId, getDescription, getExpandoBridge, getLayoutPrototypeId, getName, getName, getName, getName, getName, getNameMap, getPrimaryKey, getPrimaryKeyObj, getSettings, hashCode, isActive, setActive, setCompanyId, setDescription, setExpandoBridgeAttributes, setLayoutPrototypeId, setName, setName, setNameMap, setPrimaryKey, setSettings, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

LayoutPrototypeImpl

public LayoutPrototypeImpl()
Method Detail

getGroup

public Group getGroup()
               throws PortalException,
                      SystemException
Specified by:
getGroup in interface LayoutPrototype
Throws:
PortalException
SystemException

getLayout

public Layout getLayout()
                 throws PortalException,
                        SystemException
Specified by:
getLayout in interface LayoutPrototype
Throws:
PortalException
SystemException

Liferay 6.0.5