org.chorem.pollen.entities
Class PollenQueryHelper.PollAccountProperty

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

public static class PollenQueryHelper.PollAccountProperty
extends PollenQueryHelper.EntityProperty<PollAccount>


Field Summary
 
Fields inherited from class org.chorem.pollen.entities.PollenQueryHelper.EntityProperty
alias, propertiesCache
 
Constructor Summary
protected PollenQueryHelper.PollAccountProperty()
           
 
Method Summary
 String accountId()
           
 String comment()
           
 String defaultAlias()
           
 String email()
           
 Class<PollAccount> getEntityClass()
           
 String personList()
           
 PollenQueryHelper.PersonListProperty personListProperty()
           
 String pollsCreated()
           
 String userAccount()
           
 PollenQueryHelper.UserAccountProperty userAccountProperty()
           
 String vote()
           
 String votingId()
           
 String votingListPersonToList()
           
 PollenQueryHelper.PersonToListProperty votingListPersonToListProperty()
           
 
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.PollAccountProperty

protected PollenQueryHelper.PollAccountProperty()
Method Detail

getEntityClass

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

defaultAlias

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

accountId

public String accountId()

votingId

public String votingId()

email

public String email()

votingListPersonToList

public String votingListPersonToList()

votingListPersonToListProperty

public PollenQueryHelper.PersonToListProperty votingListPersonToListProperty()

pollsCreated

public String pollsCreated()

comment

public String comment()

vote

public String vote()

personList

public String personList()

personListProperty

public PollenQueryHelper.PersonListProperty personListProperty()

userAccount

public String userAccount()

userAccountProperty

public PollenQueryHelper.UserAccountProperty userAccountProperty()


Copyright © 2009-2012 CodeLutin. All Rights Reserved.