com.mysema.query.codegen
Class Constructor

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

@Immutable
public final class Constructor
extends Object

Constructor represents a constructor for a DTO query type.

Version:
$Id$
Author:
tiwe

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

Constructor Detail

Constructor

public Constructor(Collection<Parameter> params)
Method Detail

equals

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

getParameters

public Collection<Parameter> getParameters()

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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