CouponParameters
Inheritance: java.lang.Object
public class CouponParameters
Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getSupplementSpace() | Space between main the BarCode and supplement BarCode in Unit value. |
hashCode() | |
notify() | |
notifyAll() | |
setSupplementSpace(Unit value) | Space between main the BarCode and supplement BarCode in Unit value. |
toString() | Returns a human-readable string representation of this CouponParameters . |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getSupplementSpace()
public Unit getSupplementSpace()
Space between main the BarCode and supplement BarCode in Unit value.
Returns: Unit
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setSupplementSpace(Unit value)
public void setSupplementSpace(Unit value)
Space between main the BarCode and supplement BarCode in Unit value.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Unit |
toString()
public String toString()
Returns a human-readable string representation of this CouponParameters .
Returns: java.lang.String - A string that represents this CouponParameters .
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |