|
Copyright © 2000, 2008, Oracle and/or its affiliates. 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
@Deprecated public class QualificationDiscountId
This class represents a unique identifier for a
QualificationDiscountDef object.
| Field Summary | |
|---|---|
static String |
cName
Deprecated This class's name |
| Constructor Summary | |
|---|---|
QualificationDiscountId(int id)
Deprecated Constructor |
|
| Method Summary | |
|---|---|
int |
compareTo(Object obj)
Deprecated |
boolean |
equals(Object obj)
Deprecated Tests if this QualificationDiscountId object is the same
as the one passed |
int |
hashCode()
Deprecated A unique code for this discount |
int |
intValue()
Deprecated Gets an integer representation of this QualificationDiscountId |
String |
toString()
Deprecated Gets a String |
static String |
toString(Iterator it,
int size)
Deprecated |
| 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 © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||