@ProviderType public interface PluginSettingModel extends BaseModel<PluginSetting>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.PluginSettingModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.PluginSettingImpl
.
PluginSetting
Modifier and Type | Method and Description |
---|---|
boolean |
getActive()
Returns the active of this plugin setting.
|
long |
getCompanyId()
Returns the company ID of this plugin setting.
|
long |
getMvccVersion()
Returns the mvcc version of this plugin setting.
|
String |
getPluginId()
Returns the plugin ID of this plugin setting.
|
long |
getPluginSettingId()
Returns the plugin setting ID of this plugin setting.
|
String |
getPluginType()
Returns the plugin type of this plugin setting.
|
long |
getPrimaryKey()
Returns the primary key of this plugin setting.
|
String |
getRoles()
Returns the roles of this plugin setting.
|
boolean |
isActive()
Returns
true if this plugin setting is active. |
void |
setActive(boolean active)
Sets whether this plugin setting is active.
|
void |
setCompanyId(long companyId)
Sets the company ID of this plugin setting.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this plugin setting.
|
void |
setPluginId(String pluginId)
Sets the plugin ID of this plugin setting.
|
void |
setPluginSettingId(long pluginSettingId)
Sets the plugin setting ID of this plugin setting.
|
void |
setPluginType(String pluginType)
Sets the plugin type of this plugin setting.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this plugin setting.
|
void |
setRoles(String roles)
Sets the roles of this plugin setting.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this plugin settinglong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this plugin settinglong getPluginSettingId()
void setPluginSettingId(long pluginSettingId)
pluginSettingId
- the plugin setting ID of this plugin settinglong getCompanyId()
getCompanyId
in interface ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
companyId
- the company ID of this plugin setting@AutoEscape String getPluginId()
void setPluginId(String pluginId)
pluginId
- the plugin ID of this plugin setting@AutoEscape String getPluginType()
void setPluginType(String pluginType)
pluginType
- the plugin type of this plugin setting@AutoEscape String getRoles()
void setRoles(String roles)
roles
- the roles of this plugin settingboolean getActive()
boolean isActive()
true
if this plugin setting is active.true
if this plugin setting is active; false
otherwisevoid setActive(boolean active)
active
- the active of this plugin setting