com.liferay.portlet.polls.model.impl
Class PollsVoteCacheModel
java.lang.Object
com.liferay.portlet.polls.model.impl.PollsVoteCacheModel
- All Implemented Interfaces:
- com.liferay.portal.model.CacheModel<com.liferay.portlet.polls.model.PollsVote>, java.io.Serializable
public class PollsVoteCacheModel
- extends java.lang.Object
- implements com.liferay.portal.model.CacheModel<com.liferay.portlet.polls.model.PollsVote>, java.io.Serializable
The cache model class for representing PollsVote in entity cache.
- Author:
- Brian Wing Shun Chan
- See Also:
PollsVote,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
voteId
public long voteId
companyId
public long companyId
userId
public long userId
userName
public java.lang.String userName
createDate
public long createDate
modifiedDate
public long modifiedDate
questionId
public long questionId
choiceId
public long choiceId
voteDate
public long voteDate
PollsVoteCacheModel
public PollsVoteCacheModel()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toEntityModel
public com.liferay.portlet.polls.model.PollsVote toEntityModel()
- Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.polls.model.PollsVote>