org.chorem.pollen.entities
Class PollenQueryHelper.PollProperty

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

public static class PollenQueryHelper.PollProperty
extends PollenQueryHelper.EntityProperty<Poll>


Field Summary
 
Fields inherited from class org.chorem.pollen.entities.PollenQueryHelper.EntityProperty
alias, propertiesCache
 
Constructor Summary
protected PollenQueryHelper.PollProperty()
           
 
Method Summary
 String anonymous()
           
 String anonymousVoteAllowed()
           
 String beginChoiceDate()
           
 String beginDate()
           
 String choice()
           
 String choiceAddAllowed()
           
 String choiceType()
           
 String closed()
           
 String comment()
           
 String continuousResults()
           
 String creator()
           
 PollenQueryHelper.PollAccountProperty creatorProperty()
           
 String defaultAlias()
           
 String description()
           
 String endChoiceDate()
           
 String endDate()
           
 Class<Poll> getEntityClass()
           
 String maxChoiceNb()
           
 String pollId()
           
 String pollType()
           
 String preventRule()
           
 String publicResults()
           
 String result()
           
 String title()
           
 String vote()
           
 String voteCountingType()
           
 String votingList()
           
 
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.PollProperty

protected PollenQueryHelper.PollProperty()
Method Detail

getEntityClass

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

defaultAlias

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

pollId

public String pollId()

title

public String title()

description

public String description()

beginChoiceDate

public String beginChoiceDate()

beginDate

public String beginDate()

endDate

public String endDate()

maxChoiceNb

public String maxChoiceNb()

closed

public String closed()

choiceAddAllowed

public String choiceAddAllowed()

anonymousVoteAllowed

public String anonymousVoteAllowed()

anonymous

public String anonymous()

publicResults

public String publicResults()

continuousResults

public String continuousResults()

endChoiceDate

public String endChoiceDate()

vote

public String vote()

choice

public String choice()

result

public String result()

creator

public String creator()

creatorProperty

public PollenQueryHelper.PollAccountProperty creatorProperty()

comment

public String comment()

preventRule

public String preventRule()

votingList

public String votingList()

pollType

public String pollType()

choiceType

public String choiceType()

voteCountingType

public String voteCountingType()


Copyright © 2009-2012 CodeLutin. All Rights Reserved.