public class Purch extends Object
Purchase bundle - just booked customer's orders and SE orders.
Purch()
List<CuOr>
getOrds()
List<CuOrSe>
getSords()
void
setOrds(List<CuOr> pOrds)
setSords(List<CuOrSe> pSords)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Purch()
public final List<CuOr> getOrds()
Getter for ords.
public final void setOrds(List<CuOr> pOrds)
Setter for ords.
pOrds
public final List<CuOrSe> getSords()
Getter for sords.
public final void setSords(List<CuOrSe> pSords)
Setter for sords.
pSords
Copyright © 2019–2020. All rights reserved.