package typedarray;

public class Item
{
	public String Description;
  public int SKU;
}
