Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface LayoutSetPrototype

All Superinterfaces:
BaseModel<LayoutSetPrototype>, ClassedModel, Cloneable, Comparable<LayoutSetPrototype>, LayoutSetPrototypeModel, PersistedModel, Serializable
All Known Implementing Classes:
LayoutSetPrototypeWrapper

public interface LayoutSetPrototype
extends LayoutSetPrototypeModel, PersistedModel

The extended model interface for the LayoutSetPrototype service. Represents a row in the "LayoutSetPrototype" database table, with each column mapped to a property of this class.

See Also:
LayoutSetPrototypeModel, LayoutSetPrototypeImpl, LayoutSetPrototypeModelImpl

Method Summary
 Group getGroup()
           
 LayoutSet getLayoutSet()
           
 UnicodeProperties getSettingsProperties()
           
 String getSettingsProperty(String key)
           
 void setSettings(String settings)
          Sets the settings of this layout set prototype.
 void setSettingsProperties(UnicodeProperties settingsProperties)
           
 
Methods inherited from interface com.liferay.portal.model.LayoutSetPrototypeModel
clone, compareTo, getActive, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getLayoutSetPrototypeId, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getPrimaryKeyObj, getSettings, getUuid, hashCode, isActive, isCachedModel, isEscapedModel, isNew, prepareLocalizedFieldsForImport, setActive, setCachedModel, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setLayoutSetPrototypeId, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setPrimaryKey, setPrimaryKeyObj, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getGroup

Group getGroup()
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

getLayoutSet

LayoutSet getLayoutSet()
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

getSettingsProperties

UnicodeProperties getSettingsProperties()

getSettingsProperty

String getSettingsProperty(String key)

setSettings

void setSettings(String settings)
Description copied from interface: LayoutSetPrototypeModel
Sets the settings of this layout set prototype.

Specified by:
setSettings in interface LayoutSetPrototypeModel
Parameters:
settings - the settings of this layout set prototype

setSettingsProperties

void setSettingsProperties(UnicodeProperties settingsProperties)

Liferay 6.1.2-ce-ga3