com.liferay.portal.model
Interface PluginSettingModel

All Superinterfaces:
BaseModel<PluginSetting>, java.lang.Cloneable, java.lang.Comparable<PluginSetting>, java.io.Serializable
All Known Subinterfaces:
PluginSetting
All Known Implementing Classes:
PluginSettingWrapper

public interface PluginSettingModel
extends BaseModel<PluginSetting>

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the PluginSetting table in the database.

Author:
Brian Wing Shun Chan
See Also:
PluginSetting, PluginSettingImpl, PluginSettingModelImpl
Generated:

Method Summary
 java.lang.Object clone()
           
 int compareTo(PluginSetting pluginSetting)
           
 boolean getActive()
           
 long getCompanyId()
           
 ExpandoBridge getExpandoBridge()
           
 java.lang.String getPluginId()
           
 long getPluginSettingId()
           
 java.lang.String getPluginType()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 java.lang.String getRoles()
           
 int hashCode()
           
 boolean isActive()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setActive(boolean active)
           
 void setCachedModel(boolean cachedModel)
           
 void setCompanyId(long companyId)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 boolean setNew(boolean n)
           
 void setPluginId(java.lang.String pluginId)
           
 void setPluginSettingId(long pluginSettingId)
           
 void setPluginType(java.lang.String pluginType)
           
 void setPrimaryKey(long pk)
           
 void setRoles(java.lang.String roles)
           
 PluginSetting toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 

Method Detail

getPrimaryKey

long getPrimaryKey()

setPrimaryKey

void setPrimaryKey(long pk)

getPluginSettingId

long getPluginSettingId()

setPluginSettingId

void setPluginSettingId(long pluginSettingId)

getCompanyId

long getCompanyId()

setCompanyId

void setCompanyId(long companyId)

getPluginId

java.lang.String getPluginId()

setPluginId

void setPluginId(java.lang.String pluginId)

getPluginType

java.lang.String getPluginType()

setPluginType

void setPluginType(java.lang.String pluginType)

getRoles

java.lang.String getRoles()

setRoles

void setRoles(java.lang.String roles)

getActive

boolean getActive()

isActive

boolean isActive()

setActive

void setActive(boolean active)

toEscapedModel

PluginSetting toEscapedModel()

isNew

boolean isNew()
Specified by:
isNew in interface BaseModel<PluginSetting>

setNew

boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<PluginSetting>

isCachedModel

boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<PluginSetting>

setCachedModel

void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<PluginSetting>

isEscapedModel

boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<PluginSetting>

setEscapedModel

void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<PluginSetting>

getPrimaryKeyObj

java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<PluginSetting>

getExpandoBridge

ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<PluginSetting>

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<PluginSetting>

clone

java.lang.Object clone()
Specified by:
clone in interface BaseModel<PluginSetting>

compareTo

int compareTo(PluginSetting pluginSetting)
Specified by:
compareTo in interface java.lang.Comparable<PluginSetting>

hashCode

int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object

toXmlString

java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<PluginSetting>