public class CouponParameters
extends java.lang.Object
Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon.
Modifier and Type | Method and Description |
---|---|
Unit |
getSupplementSpace()
Space between main the BarCode and supplement BarCode in
Unit value. |
void |
setSupplementSpace(Unit value)
Space between main the BarCode and supplement BarCode in
Unit value. |
java.lang.String |
toString()
Returns a human-readable string representation of this
CouponParameters . |
public Unit getSupplementSpace()
Space between main the BarCode and supplement BarCode in Unit
value.
java.lang.IllegalArgumentException
- <p>The <b>Space</b> parameter value is less than 0.</p>
public void setSupplementSpace(Unit value)
Space between main the BarCode and supplement BarCode in Unit
value.
java.lang.IllegalArgumentException
- <p>The <b>Space</b> parameter value is less than 0.</p>
public java.lang.String toString()
Returns a human-readable string representation of this CouponParameters
.
toString
in class java.lang.Object
CouponParameters
.