com.konakartadmin.app
Class AdminDiscount
java.lang.Object
com.konakartadmin.app.AdminDiscount
public class AdminDiscount
- extends java.lang.Object
Discount object for the Admin App
Field Summary |
private java.math.BigDecimal |
amount
discount amount |
private boolean |
percent
boolean |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
amount
private java.math.BigDecimal amount
- discount amount
percent
private boolean percent
- boolean
AdminDiscount
public AdminDiscount()
isPercent
public boolean isPercent()
- Returns:
- Returns the percent.
setPercent
public void setPercent(boolean percent)
- Parameters:
percent
- The percent to set.
getAmount
public java.math.BigDecimal getAmount()
- Returns:
- Returns the amount.
setAmount
public void setAmount(java.math.BigDecimal amount)
- Parameters:
amount
- The amount to set.
Copyright © 2011 DS Data Systems UK Ltd.