|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.codegen.MethodModel
@Immutable public class MethodModel
| Constructor Summary | |
|---|---|
MethodModel(EntityModel context,
String name,
String template,
List<ParameterModel> params,
TypeModel returnType)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
EntityModel |
getContext()
|
String |
getName()
|
List<ParameterModel> |
getParameters()
|
TypeModel |
getReturnType()
|
String |
getTemplate()
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodModel(EntityModel context,
String name,
String template,
List<ParameterModel> params,
TypeModel returnType)
| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic EntityModel getContext()
public String getName()
public List<ParameterModel> getParameters()
public TypeModel getReturnType()
public String getTemplate()
public int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||