org.chorem.pollen.entities
Class PollenQueryHelper.UserAccountProperty

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

public static class PollenQueryHelper.UserAccountProperty
extends PollenQueryHelper.EntityProperty<UserAccount>


Field Summary
 
Fields inherited from class org.chorem.pollen.entities.PollenQueryHelper.EntityProperty
alias, propertiesCache
 
Constructor Summary
protected PollenQueryHelper.UserAccountProperty()
           
 
Method Summary
 String administrator()
           
 String defaultAlias()
           
 String email()
           
 String favoriteList()
           
 String firstName()
           
 Class<UserAccount> getEntityClass()
           
 String language()
           
 String lastName()
           
 String login()
           
 String password()
           
 String pollAccount()
           
 
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.UserAccountProperty

protected PollenQueryHelper.UserAccountProperty()
Method Detail

getEntityClass

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

defaultAlias

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

login

public String login()

password

public String password()

firstName

public String firstName()

lastName

public String lastName()

administrator

public String administrator()

language

public String language()

email

public String email()

favoriteList

public String favoriteList()

pollAccount

public String pollAccount()


Copyright © 2009-2012 CodeLutin. All Rights Reserved.