Examples of DiscountPosition


Examples of org.jabusuite.transaction.position.DiscountPosition

  /* (non-Javadoc)
   * @see org.jabusuite.webclient.transaction.position.FmTrPositionsEdit#createNewPosition()
   */
  @Override
  protected TrPosition createNewPosition() {
    DiscountPosition discountPosition = new DiscountPosition();
    discountPosition.setTransaction(this.getTransaction());
    return discountPosition;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.