net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects
Class PersistentCollectionType

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects.PersistentCollectionType
All Implemented Interfaces:
IType

public class PersistentCollectionType
extends Object
implements IType


Constructor Summary
PersistentCollectionType(String propertyName, SingleType singleType, boolean wasInitalized)
           
 
Method Summary
 ArrayList<? extends IType> getKidTypes()
           
 ArrayList<? extends IResult> getResults()
           
 SingleType getSingleType()
           
 boolean isInitalized()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersistentCollectionType

public PersistentCollectionType(String propertyName,
                                SingleType singleType,
                                boolean wasInitalized)
Method Detail

getKidTypes

public ArrayList<? extends IType> getKidTypes()
Specified by:
getKidTypes in interface IType

getResults

public ArrayList<? extends IResult> getResults()
Specified by:
getResults in interface IType
Returns:
null if this Type does not have results

toString

public String toString()
Overrides:
toString in class Object

getSingleType

public SingleType getSingleType()

isInitalized

public boolean isInitalized()


Copyright © 2001-2012. All Rights Reserved.