Liferay 6.0.5

com.liferay.portal.model.impl
Class LayoutSetPrototypeImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<LayoutSetPrototype>
      extended by com.liferay.portal.model.impl.LayoutSetPrototypeModelImpl
          extended by com.liferay.portal.model.impl.LayoutSetPrototypeImpl
All Implemented Interfaces:
BaseModel<LayoutSetPrototype>, LayoutSetPrototype, LayoutSetPrototypeModel, Serializable, Cloneable, Comparable<LayoutSetPrototype>

public class LayoutSetPrototypeImpl
extends LayoutSetPrototypeModelImpl
implements LayoutSetPrototype

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.LayoutSetPrototypeModelImpl
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
LayoutSetPrototypeImpl()
           
 
Method Summary
 Group getGroup()
           
 LayoutSet getLayoutSet()
           
 
Methods inherited from class com.liferay.portal.model.impl.LayoutSetPrototypeModelImpl
clone, compareTo, equals, getActive, getCompanyId, getDescription, getExpandoBridge, getLayoutSetPrototypeId, getName, getName, getName, getName, getName, getNameMap, getPrimaryKey, getPrimaryKeyObj, getSettings, hashCode, isActive, setActive, setCompanyId, setDescription, setExpandoBridgeAttributes, setLayoutSetPrototypeId, 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.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
 

Constructor Detail

LayoutSetPrototypeImpl

public LayoutSetPrototypeImpl()
Method Detail

getGroup

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

getLayoutSet

public LayoutSet getLayoutSet()
                       throws PortalException,
                              SystemException
Specified by:
getLayoutSet in interface LayoutSetPrototype
Throws:
PortalException
SystemException

Liferay 6.0.5