public class BasicPOJO
{
private int x;
private String y;
public int getX()
{
return x;
}
public String getY()
{
return y;
}
public BasicPOJO(int x, String y)
{
super();
this.x = x;
this.y = y;
}
}|
Business Objects, an SAP company http://www.businessobjects.com/ Support services http://www.businessobjects.com/services/support/ Product Documentation on the Web http://support.businessobjects.com/documentation/ |