|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.commerce.ebusiness.discount.mgmt.QualificationDiscountId
This class represents a unique identifier for a
QualificationDiscountDef object.
| Field Summary | |
static String |
cName
This class's name |
| Constructor Summary | |
QualificationDiscountId(int id)
Constructor |
|
| Method Summary | |
int |
compareTo(Object obj)
|
boolean |
equals(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 |
String |
toString()
Gets a String |
static String |
toString(Iterator it,
int size)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final String cName
| Constructor Detail |
public QualificationDiscountId(int id)
| Method Detail |
public int compareTo(Object obj)
compareTo in interface Comparablepublic boolean equals(Object obj)
QualificationDiscountId object is the same
as the one passed
obj - the QualificationDiscountId to compare this one to
obj is the same this
QualificationDiscountId, false otherwisepublic int hashCode()
public int intValue()
QualificationDiscountId
QualificationDiscountIdpublic String toString()
String representation of this
QualificationDiscountId
- Returns:
- a
String representation of this
QualificationDiscountId
public static String toString(Iterator it,
int size)
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||