org.chorem.pollen.entities
Class PollenQueryHelper.ChoiceProperty

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

public static class PollenQueryHelper.ChoiceProperty
extends PollenQueryHelper.EntityProperty<Choice>


Field Summary
 
Fields inherited from class org.chorem.pollen.entities.PollenQueryHelper.EntityProperty
alias, propertiesCache
 
Constructor Summary
protected PollenQueryHelper.ChoiceProperty()
           
 
Method Summary
 String defaultAlias()
           
 String description()
           
 Class<Choice> getEntityClass()
           
 String name()
           
 String poll()
           
 PollenQueryHelper.PollProperty pollProperty()
           
 String validate()
           
 String voteVoteToChoice()
           
 PollenQueryHelper.VoteToChoiceProperty voteVoteToChoiceProperty()
           
 
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.ChoiceProperty

protected PollenQueryHelper.ChoiceProperty()
Method Detail

getEntityClass

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

defaultAlias

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

name

public String name()

description

public String description()

validate

public String validate()

voteVoteToChoice

public String voteVoteToChoice()

voteVoteToChoiceProperty

public PollenQueryHelper.VoteToChoiceProperty voteVoteToChoiceProperty()

poll

public String poll()

pollProperty

public PollenQueryHelper.PollProperty pollProperty()


Copyright © 2009-2012 CodeLutin. All Rights Reserved.