com.mysema.query.codegen
Class MethodModel

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

@Immutable
public class MethodModel
extends Object

Author:
tiwe

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

MethodModel

public MethodModel(EntityModel context,
                   String name,
                   String template,
                   List<ParameterModel> params,
                   TypeModel returnType)
Method Detail

equals

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

getContext

public EntityModel getContext()

getName

public String getName()

getParameters

public List<ParameterModel> getParameters()

getReturnType

public TypeModel getReturnType()

getTemplate

public String getTemplate()

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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