com.liferay.portlet.mobiledevicerules.model.impl
Class MDRActionCacheModel
java.lang.Object
com.liferay.portlet.mobiledevicerules.model.impl.MDRActionCacheModel
- All Implemented Interfaces:
- CacheModel<MDRAction>, Serializable
public class MDRActionCacheModel
- extends Object
- implements CacheModel<MDRAction>, Serializable
The cache model class for representing MDRAction in entity cache.
- See Also:
MDRAction
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
uuid
public String uuid
actionId
public long actionId
groupId
public long groupId
companyId
public long companyId
userId
public long userId
userName
public String userName
createDate
public long createDate
modifiedDate
public long modifiedDate
classNameId
public long classNameId
classPK
public long classPK
ruleGroupInstanceId
public long ruleGroupInstanceId
name
public String name
description
public String description
type
public String type
typeSettings
public String typeSettings
MDRActionCacheModel
public MDRActionCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public MDRAction toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<MDRAction>