|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| 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
public class 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)
id - a unique integer| Method Detail |
|---|
public boolean equals(Object obj)
QualificationDiscountId object is the same
as the one passed
equals in class Objectobj - the QualificationDiscountId to compare this one to
obj is the same this
QualificationDiscountId, false otherwisepublic int compareTo(Object obj)
compareTo in interface Comparablepublic int hashCode()
hashCode in class Objectpublic int intValue()
QualificationDiscountId
QualificationDiscountIdpublic String toString()
String representation of this
QualificationDiscountId
- Overrides:
toString in class Object
- Returns
- a
String representation of this
QualificationDiscountId
public static String toString(Iterator it,
int size)
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||