br.com.arsmachina.dao.hibernate
Class DummyClass

java.lang.Object
  extended by br.com.arsmachina.dao.hibernate.DummyClass

public class DummyClass
extends Object

Author:
Thiago H. de Paula Figueiredo

Constructor Summary
DummyClass()
           
 
Method Summary
 List<Integer> getElements()
          Returns the value of the elements property.
 Integer getId()
           
 String getString()
          Returns the value of the string property.
 void setElements(List<Integer> elements)
          Changes the value of the elements property.
 void setId(Integer id)
           
 void setString(String string)
          Changes the value of the string property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyClass

public DummyClass()
Method Detail

getId

public Integer getId()
Returns:
a Integer.

setId

public void setId(Integer id)
Parameters:
id - the id to set

getElements

public List<Integer> getElements()
Returns the value of the elements property.

Returns:
a List.

setElements

public void setElements(List<Integer> elements)
Changes the value of the elements property.

Parameters:
elements - a List.

getString

public String getString()
Returns the value of the string property.

Returns:
a String.

setString

public void setString(String string)
Changes the value of the string property.

Parameters:
string - a String.


Copyright © 2008-2009 Thiago H. de Paula Figueiredo. All Rights Reserved.