Liferay 6.2-ce-ga5

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>, Externalizable, Serializable

public class PollsVoteCacheModel
extends Object
implements CacheModel<PollsVote>, Externalizable

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 groupId
           
 long modifiedDate
           
 long questionId
           
 long userId
           
 String userName
           
 String uuid
           
 long voteDate
           
 long voteId
           
 
Constructor Summary
PollsVoteCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 PollsVote toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public String uuid

voteId

public long voteId

groupId

public long groupId

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>

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Specified by:
readExternal in interface Externalizable
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

Liferay 6.2-ce-ga5