
public class Order {

	long orderValue = 0;
	int itemQuantity = 10000000;

}
