Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by 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.

Field Summary
 long choiceId
           
 long companyId
           
 long createDate
           
 long modifiedDate
           
 long questionId
           
 long userId
           
 String userName
           
 long voteDate
           
 long voteId
           
 
Constructor Summary
PollsVoteCacheModel()
           
 
Method Summary
 PollsVote toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

PollsVoteCacheModel

public PollsVoteCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public PollsVote toEntityModel()
Specified by:
toEntityModel in interface CacheModel<PollsVote>

Liferay 6.1.2-ce-ga3