com.liferay.portal.model.impl
Class LayoutSetPrototypeImpl

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

public class LayoutSetPrototypeImpl
extends LayoutSetPrototypeModelImpl
implements com.liferay.portal.model.LayoutSetPrototype

View Source

Author:
Brian Wing Shun Chan
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
 com.liferay.portal.model.Group getGroup()
           
 com.liferay.portal.model.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, toString, 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 com.liferay.portal.model.Group getGroup()
Specified by:
getGroup in interface com.liferay.portal.model.LayoutSetPrototype

getLayoutSet

public com.liferay.portal.model.LayoutSet getLayoutSet()
Specified by:
getLayoutSet in interface com.liferay.portal.model.LayoutSetPrototype