org.chorem.pollen.entities
Class PollenQueryHelper.CommentProperty

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

public static class PollenQueryHelper.CommentProperty
extends PollenQueryHelper.EntityProperty<Comment>


Field Summary
 
Fields inherited from class org.chorem.pollen.entities.PollenQueryHelper.EntityProperty
alias, propertiesCache
 
Constructor Summary
protected PollenQueryHelper.CommentProperty()
           
 
Method Summary
 String author()
           
 String defaultAlias()
           
 Class<Comment> getEntityClass()
           
 String poll()
           
 String pollAccount()
           
 PollenQueryHelper.PollAccountProperty pollAccountProperty()
           
 PollenQueryHelper.PollProperty pollProperty()
           
 String postDate()
           
 String text()
           
 
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.CommentProperty

protected PollenQueryHelper.CommentProperty()
Method Detail

getEntityClass

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

defaultAlias

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

text

public String text()

postDate

public String postDate()

author

public String author()

poll

public String poll()

pollProperty

public PollenQueryHelper.PollProperty pollProperty()

pollAccount

public String pollAccount()

pollAccountProperty

public PollenQueryHelper.PollAccountProperty pollAccountProperty()


Copyright © 2009-2012 CodeLutin. All Rights Reserved.