* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setTax(Tax newTax) {
Tax oldTax = tax;
tax = newTax;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ShopPackage.PRODUCT__TAX, oldTax, tax));
}