Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface LayoutSetPrototype

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

@ProviderType
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()
           
 long getGroupId()
           
 LayoutSet getLayoutSet()
           
 UnicodeProperties getSettingsProperties()
           
 String getSettingsProperty(String key)
           
 void setSettingsProperties(UnicodeProperties settingsProperties)
           
 
Methods inherited from interface com.liferay.portal.model.LayoutSetPrototypeModel
clone, compareTo, getActive, getAvailableLanguageIds, getCompanyId, getCreateDate, getDefaultLanguageId, getDescription, getExpandoBridge, getLayoutSetPrototypeId, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getPrimaryKeyObj, getSettings, getUserId, getUserName, getUserUuid, getUuid, hashCode, isActive, isCachedModel, isEscapedModel, isNew, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setActive, setCachedModel, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setLayoutSetPrototypeId, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setPrimaryKey, setPrimaryKeyObj, setSettings, setUserId, setUserName, setUserUuid, 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.StagedModel
getStagedModelType
 
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

getGroupId

long getGroupId()
                throws PortalException,
                       SystemException
Throws:
PortalException
SystemException

getLayoutSet

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

getSettingsProperties

UnicodeProperties getSettingsProperties()

getSettingsProperty

String getSettingsProperty(String key)

setSettingsProperties

void setSettingsProperties(UnicodeProperties settingsProperties)

Liferay 6.2-ce-ga5