org.qi4j.spi.entity.association
Class AssociationType

java.lang.Object
  extended by org.qi4j.spi.entity.association.AssociationType
All Implemented Interfaces:
Serializable

public final class AssociationType
extends Object
implements Serializable

JAVADOC

See Also:
Serialized Form

Constructor Summary
AssociationType(QualifiedName qualifiedName, TypeName type, boolean queryable)
           
 
Method Summary
 QualifiedName qualifiedName()
           
 boolean queryable()
           
 String toString()
           
 TypeName type()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssociationType

public AssociationType(QualifiedName qualifiedName,
                       TypeName type,
                       boolean queryable)
Method Detail

qualifiedName

public QualifiedName qualifiedName()

type

public TypeName type()

queryable

public boolean queryable()

toString

public String toString()
Overrides:
toString in class Object