org.chorem.pollen.entities
Class PollenQueryHelper.VoteProperty

java.lang.Object
  extended by org.chorem.pollen.entities.PollenQueryHelper.EntityProperty<Vote>
      extended by org.chorem.pollen.entities.PollenQueryHelper.VoteProperty
Enclosing class:
PollenQueryHelper

public static class PollenQueryHelper.VoteProperty
extends PollenQueryHelper.EntityProperty<Vote>


Field Summary
 
Fields inherited from class org.chorem.pollen.entities.PollenQueryHelper.EntityProperty
alias, propertiesCache
 
Constructor Summary
protected PollenQueryHelper.VoteProperty()
           
 
Method Summary
 String anonymous()
           
 String choiceVoteToChoice()
           
 PollenQueryHelper.VoteToChoiceProperty choiceVoteToChoiceProperty()
           
 String comment()
           
 String defaultAlias()
           
 Class<Vote> getEntityClass()
           
 String poll()
           
 String pollAccount()
           
 PollenQueryHelper.PollAccountProperty pollAccountProperty()
           
 PollenQueryHelper.PollProperty pollProperty()
           
 String votingList()
           
 PollenQueryHelper.VotingListProperty votingListProperty()
           
 String weight()
           
 
Methods inherited from class org.chorem.pollen.entities.PollenQueryHelper.EntityProperty
$alias, $property, setAlias, topiaCreateDate, topiaId, topiaVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollenQueryHelper.VoteProperty

protected PollenQueryHelper.VoteProperty()
Method Detail

getEntityClass

public Class<Vote> getEntityClass()
Specified by:
getEntityClass in class PollenQueryHelper.EntityProperty<Vote>

defaultAlias

public String defaultAlias()
Specified by:
defaultAlias in class PollenQueryHelper.EntityProperty<Vote>

weight

public String weight()

comment

public String comment()

anonymous

public String anonymous()

choiceVoteToChoice

public String choiceVoteToChoice()

choiceVoteToChoiceProperty

public PollenQueryHelper.VoteToChoiceProperty choiceVoteToChoiceProperty()

poll

public String poll()

pollProperty

public PollenQueryHelper.PollProperty pollProperty()

pollAccount

public String pollAccount()

pollAccountProperty

public PollenQueryHelper.PollAccountProperty pollAccountProperty()

votingList

public String votingList()

votingListProperty

public PollenQueryHelper.VotingListProperty votingListProperty()


Copyright © 2009-2012 CodeLutin. All Rights Reserved.