Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class PluginSettingCacheModel

java.lang.Object
  extended by com.liferay.portal.model.impl.PluginSettingCacheModel
All Implemented Interfaces:
CacheModel<PluginSetting>, Externalizable, Serializable

public class PluginSettingCacheModel
extends Object
implements CacheModel<PluginSetting>, Externalizable

The cache model class for representing PluginSetting in entity cache.

See Also:
PluginSetting, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 boolean active
           
 long companyId
           
 String pluginId
           
 long pluginSettingId
           
 String pluginType
           
 String roles
           
 
Constructor Summary
PluginSettingCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 PluginSetting toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pluginSettingId

public long pluginSettingId

companyId

public long companyId

pluginId

public String pluginId

pluginType

public String pluginType

roles

public String roles

active

public boolean active
Constructor Detail

PluginSettingCacheModel

public PluginSettingCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public PluginSetting toEntityModel()
Specified by:
toEntityModel in interface CacheModel<PluginSetting>

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Specified by:
readExternal in interface Externalizable
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

Liferay 6.2-ce-ga5