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; } }
SAP BusinessObjects http://www.sap.com/sapbusinessobjects/ Support services http://service.sap.com/bosap-support/ Product Documentation on the Web http://help.sap.com/ |