com.mysema.query.codegen
Class ConstructorModel

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

@Immutable
public final class ConstructorModel
extends Object

ConstructorModel represents a constructor for a DTO query type.

Version:
$Id$
Author:
tiwe

Constructor Summary
ConstructorModel(Collection<ParameterModel> params)
           
 
Method Summary
 boolean equals(Object o)
           
 Collection<ParameterModel> getParameters()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorModel

public ConstructorModel(Collection<ParameterModel> params)
Method Detail

equals

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

getParameters

public Collection<ParameterModel> getParameters()

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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