this.poID=id; this.createDate=createDate; this.shipTo=shipTo; this.billTo=billTo; this.items=items;
return billTo;
return createDate;
return items;
return poID;
return shipTo;
billTo=value;
createDate=value;
items=value;
poID=value;
shipTo=value;