com.mysema.query.codegen
Class Supertype

java.lang.Object
  extended by com.mysema.query.codegen.Supertype

public class Supertype
extends Object

Author:
tiwe

Constructor Summary
Supertype(com.mysema.codegen.model.Type type)
           
Supertype(com.mysema.codegen.model.Type type, EntityType entityType)
           
 
Method Summary
 boolean equals(Object o)
           
 EntityType getEntityType()
           
 com.mysema.codegen.model.Type getType()
           
 int hashCode()
           
 void setEntityType(EntityType entityType)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Supertype

public Supertype(com.mysema.codegen.model.Type type)

Supertype

public Supertype(com.mysema.codegen.model.Type type,
                 EntityType entityType)
Method Detail

getEntityType

@Nullable
public EntityType getEntityType()

getType

public com.mysema.codegen.model.Type getType()

setEntityType

public void setEntityType(EntityType entityType)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.