com.liferay.portal.model.impl
Class LayoutPrototypeImpl

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

public class LayoutPrototypeImpl
extends LayoutPrototypeModelImpl
implements com.liferay.portal.model.LayoutPrototype

View Source

Author:
Jorge Ferrer
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
 com.liferay.portal.model.Group getGroup()
           
 com.liferay.portal.model.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, hashCode, 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 com.liferay.portal.model.Group getGroup()
Specified by:
getGroup in interface com.liferay.portal.model.LayoutPrototype

getLayout

public com.liferay.portal.model.Layout getLayout()
Specified by:
getLayout in interface com.liferay.portal.model.LayoutPrototype