org.chorem.pollen.entities
Class PollenQueryHelper.EntityProperty<E>

java.lang.Object
  extended by org.chorem.pollen.entities.PollenQueryHelper.EntityProperty<E>
Direct Known Subclasses:
PollenQueryHelper.ChoiceProperty, PollenQueryHelper.CommentProperty, PollenQueryHelper.PersonListProperty, PollenQueryHelper.PersonToListProperty, PollenQueryHelper.PollAccountProperty, PollenQueryHelper.PollProperty, PollenQueryHelper.PreventRuleProperty, PollenQueryHelper.ResultProperty, PollenQueryHelper.UserAccountProperty, PollenQueryHelper.VoteProperty, PollenQueryHelper.VoteToChoiceProperty, PollenQueryHelper.VotingListProperty
Enclosing class:
PollenQueryHelper

public abstract static class PollenQueryHelper.EntityProperty<E>
extends Object


Field Summary
protected  String alias
           
protected  Map<String,String> propertiesCache
           
 
Constructor Summary
PollenQueryHelper.EntityProperty()
           
 
Method Summary
 String $alias()
           
 String $property(String propertyName)
           
abstract  String defaultAlias()
           
abstract  Class<E> getEntityClass()
           
protected  void setAlias(String alias)
           
 String topiaCreateDate()
           
 String topiaId()
           
 String topiaVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alias

protected String alias

propertiesCache

protected Map<String,String> propertiesCache
Constructor Detail

PollenQueryHelper.EntityProperty

public PollenQueryHelper.EntityProperty()
Method Detail

setAlias

protected void setAlias(String alias)

$alias

public String $alias()

$property

public String $property(String propertyName)

topiaCreateDate

public String topiaCreateDate()

topiaId

public String topiaId()

topiaVersion

public String topiaVersion()

getEntityClass

public abstract Class<E> getEntityClass()

defaultAlias

public abstract String defaultAlias()


Copyright © 2009-2012 CodeLutin. All Rights Reserved.