|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.commerce.ebusiness.discount.mgmt.QualificationDiscountId
This class represents a unique identifier for a
QualificationDiscountDef
object.
Field Summary | |
static java.lang.String |
cName
This class's name |
Constructor Summary | |
QualificationDiscountId(int id)
Constructor |
Method Summary | |
int |
compareTo(java.lang.Object obj)
|
boolean |
equals(java.lang.Object obj)
Tests if this QualificationDiscountId object is the same
as the one passed |
int |
hashCode()
A unique code for this discount |
int |
intValue()
Gets an integer representation of this QualificationDiscountId |
java.lang.String |
toString()
Gets a String |
static java.lang.String |
toString(java.util.Iterator it,
int size)
|
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final java.lang.String cName
Constructor Detail |
public QualificationDiscountId(int id)
id
- a unique integerMethod Detail |
public boolean equals(java.lang.Object obj)
QualificationDiscountId
object is the same
as the one passed
obj
- the QualificationDiscountId
to compare this one toobj
is the same this
QualificationDiscountId
, false otherwisepublic int compareTo(java.lang.Object obj)
public int hashCode()
public int intValue()
QualificationDiscountId
QualificationDiscountId
public java.lang.String toString()
String representation of this
QualificationDiscountId
- Returns:
- a
String representation of this
QualificationDiscountId
- Overrides:
- toString in class java.lang.Object
public static java.lang.String toString(java.util.Iterator it, int size)
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |