com.liferay.portlet.polls.model.impl
Class PollsVoteCacheModel
java.lang.Object
com.liferay.portlet.polls.model.impl.PollsVoteCacheModel
- All Implemented Interfaces:
- CacheModel<PollsVote>, Serializable
public class PollsVoteCacheModel
- extends Object
- implements CacheModel<PollsVote>, Serializable
The cache model class for representing PollsVote in entity cache.
- See Also:
PollsVote
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
voteId
public long voteId
companyId
public long companyId
userId
public long userId
userName
public 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 String toString()
- Overrides:
toString
in class Object
toEntityModel
public PollsVote toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<PollsVote>