com.liferay.portlet.polls.model.impl
Class PollsChoiceCacheModel

java.lang.Object
  extended by com.liferay.portlet.polls.model.impl.PollsChoiceCacheModel
All Implemented Interfaces:
com.liferay.portal.model.CacheModel<com.liferay.portlet.polls.model.PollsChoice>, java.io.Serializable

public class PollsChoiceCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portlet.polls.model.PollsChoice>, java.io.Serializable

The cache model class for representing PollsChoice in entity cache.

Author:
Brian Wing Shun Chan
See Also:
PollsChoice, Serialized Form
Generated:

Field Summary
 long choiceId
           
 java.lang.String description
           
 java.lang.String name
           
 long questionId
           
 java.lang.String uuid
           
 
Constructor Summary
PollsChoiceCacheModel()
           
 
Method Summary
 com.liferay.portlet.polls.model.PollsChoice toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public java.lang.String uuid

choiceId

public long choiceId

questionId

public long questionId

name

public java.lang.String name

description

public java.lang.String description
Constructor Detail

PollsChoiceCacheModel

public PollsChoiceCacheModel()
Method Detail

toString

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

toEntityModel

public com.liferay.portlet.polls.model.PollsChoice toEntityModel()
Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.polls.model.PollsChoice>