it.avutils.jmapper.mapper.generation.beans
Class Constructor

java.lang.Object
  extended by it.avutils.jmapper.mapper.generation.beans.Constructor

public class Constructor
extends Object

This bean represents the constructor of a specific class.

Author:
Alessandro Vurro

Constructor Summary
Constructor()
           
Constructor(Class<?>[] parameters, String body)
           
 
Method Summary
 String getBody()
           
 Class<?>[] getParameters()
           
 void setBody(String body)
           
 void setParameters(Class<?>[] parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Constructor

public Constructor()

Constructor

public Constructor(Class<?>[] parameters,
                   String body)
Method Detail

getParameters

public Class<?>[] getParameters()

setParameters

public void setParameters(Class<?>[] parameters)

getBody

public String getBody()

setBody

public void setBody(String body)


Copyright © 2013. All Rights Reserved.