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

java.lang.Object
  extended byorg.objectweb.speedo.generation.generator.lib.SpeedoGenerator.FetchGroup
Enclosing class:
SpeedoGenerator

public class SpeedoGenerator.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
SpeedoGenerator.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

SpeedoGenerator.FetchGroup

public SpeedoGenerator.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()