I have a simple java object
public class Order { private int quantity; private long price; private long totalPrice; }
I will only be