Liferay 6.1.2-ce-ga3

com.liferay.portlet.mobiledevicerules.model.impl
Class MDRRuleCacheModel

java.lang.Object
  extended by com.liferay.portlet.mobiledevicerules.model.impl.MDRRuleCacheModel
All Implemented Interfaces:
CacheModel<MDRRule>, Serializable

public class MDRRuleCacheModel
extends Object
implements CacheModel<MDRRule>, Serializable

The cache model class for representing MDRRule in entity cache.

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

Field Summary
 long companyId
           
 long createDate
           
 String description
           
 long groupId
           
 long modifiedDate
           
 String name
           
 long ruleGroupId
           
 long ruleId
           
 String type
           
 String typeSettings
           
 long userId
           
 String userName
           
 String uuid
           
 
Constructor Summary
MDRRuleCacheModel()
           
 
Method Summary
 MDRRule toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public String uuid

ruleId

public long ruleId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

userName

public String userName

createDate

public long createDate

modifiedDate

public long modifiedDate

ruleGroupId

public long ruleGroupId

name

public String name

description

public String description

type

public String type

typeSettings

public String typeSettings
Constructor Detail

MDRRuleCacheModel

public MDRRuleCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3