org.objectweb.speedo.generation.generator.lib
Class AbstractSpeedoGenerator.FetchGroup

java.lang.Object
  extended by org.objectweb.speedo.generation.generator.lib.AbstractSpeedoGenerator.FetchGroup
Enclosing class:
AbstractSpeedoGenerator

public class AbstractSpeedoGenerator.FetchGroup
extends java.lang.Object


Field Summary
 java.util.List fields
           
 java.lang.String name
           
 java.util.List nestedFetchGroups
          The list of names of the nested fetchgroups
 boolean postload
           
 
Constructor Summary
AbstractSpeedoGenerator.FetchGroup()
           
 
Method Summary
 java.util.List getFields()
           
 java.lang.String getName()
           
 java.util.List getNestedFetchGroups()
           
 boolean isPostload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

postload

public boolean postload

nestedFetchGroups

public java.util.List nestedFetchGroups
The list of names of the nested fetchgroups


fields

public java.util.List fields
Constructor Detail

AbstractSpeedoGenerator.FetchGroup

public AbstractSpeedoGenerator.FetchGroup()
Method Detail

getFields

public java.util.List getFields()

getName

public java.lang.String getName()

getNestedFetchGroups

public java.util.List getNestedFetchGroups()

isPostload

public boolean isPostload()