com.liferay.portlet.polls.model.impl
Class PollsChoiceCacheModel
java.lang.Object
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:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
PollsChoiceCacheModel
public PollsChoiceCacheModel()
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>