|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.meiglobal.ebds.api.pub.Coupon
public class Coupon
Class that represents a coupon document.
Constructor Summary | |
---|---|
Coupon(int owner,
double value)
Creates a coupon object based on the ownerID (from the data) and the value. |
Method Summary | |
---|---|
int |
getOwnerId()
Getter for owner id. |
double |
getValue()
Getter for value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Coupon(int owner, double value)
owner
- value
- Method Detail |
---|
public int getOwnerId()
public double getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |