Liferay 7.0-ce-b4

com.liferay.portal.model
Interface LayoutSetPrototype

All Superinterfaces:
AuditedModel, BaseModel<LayoutSetPrototype>, ClassedModel, Cloneable, Comparable<LayoutSetPrototype>, LayoutSetPrototypeModel, LocalizedModel, MVCCModel, PersistedModel, Serializable, ShardedModel, StagedAuditedModel, StagedModel
All Known Implementing Classes:
LayoutSetPrototypeBaseImpl, LayoutSetPrototypeImpl, 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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Accessor<LayoutSetPrototype,Long> LAYOUT_SET_PROTOTYPE_ID_ACCESSOR
           
 
Method Summary
 Group getGroup()
           
 long getGroupId()
           
 LayoutSet getLayoutSet()
           
 UnicodeProperties getSettingsProperties()
           
 String getSettingsProperty(String key)
           
 boolean hasSetModifiedDate()
           
 void setSettingsProperties(UnicodeProperties settingsProperties)
           
 
Methods inherited from interface com.liferay.portal.model.LayoutSetPrototypeModel
clone, compareTo, getActive, getAvailableLanguageIds, getCompanyId, getCreateDate, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getLayoutSetPrototypeId, getModifiedDate, getMvccVersion, 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, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setLayoutSetPrototypeId, setModifiedDate, setMvccVersion, 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, isEntityCacheEnabled, isFinderCacheEnabled, 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
 

Field Detail

LAYOUT_SET_PROTOTYPE_ID_ACCESSOR

static final Accessor<LayoutSetPrototype,Long> LAYOUT_SET_PROTOTYPE_ID_ACCESSOR
Method Detail

getGroup

Group getGroup()
               throws PortalException
Throws:
PortalException

getGroupId

long getGroupId()
                throws PortalException
Throws:
PortalException

getLayoutSet

LayoutSet getLayoutSet()
                       throws PortalException
Throws:
PortalException

getSettingsProperties

UnicodeProperties getSettingsProperties()

getSettingsProperty

String getSettingsProperty(String key)

hasSetModifiedDate

boolean hasSetModifiedDate()

setSettingsProperties

void setSettingsProperties(UnicodeProperties settingsProperties)

Liferay 7.0-ce-b4