public class Supertype extends Object
Supertype defines a tuple of a Type and an optional EntityType instance used for
supertype references in EntityType instances| Constructor and Description |
|---|
Supertype(com.mysema.codegen.model.Type type) |
Supertype(com.mysema.codegen.model.Type type,
EntityType entityType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EntityType |
getEntityType() |
com.mysema.codegen.model.Type |
getType() |
int |
hashCode() |
void |
setEntityType(EntityType entityType) |
String |
toString() |
public Supertype(com.mysema.codegen.model.Type type)
public Supertype(com.mysema.codegen.model.Type type,
EntityType entityType)
@Nullable public EntityType getEntityType()
public com.mysema.codegen.model.Type getType()
public void setEntityType(EntityType entityType)
Copyright © 2007–2015 Mysema Ltd. All rights reserved.