com.bea.commerce.ebusiness.discount.mgmt
Class QualificationDiscountId

java.lang.Object
  extended by com.bea.commerce.ebusiness.discount.mgmt.QualificationDiscountId
All Implemented Interfaces
Serializable, Comparable

Deprecated See BEA Commerce product offering

@Deprecated
public class QualificationDiscountId
extends Object
implements Serializable, Comparable

This class represents a unique identifier for a QualificationDiscountDef object.

See Also
Serialized Form

Field Summary
static String cName
          Deprecated See BEA Commerce product offering
 
Constructor Summary
QualificationDiscountId(int id)
          Deprecated See BEA Commerce product offering
 
Method Summary
 int compareTo(Object obj)
          Deprecated See BEA Commerce product offering
 boolean equals(Object obj)
          Deprecated See BEA Commerce product offering
 int hashCode()
          Deprecated See BEA Commerce product offering
 int intValue()
          Deprecated See BEA Commerce product offering
 String toString()
          Deprecated See BEA Commerce product offering
static String toString(Iterator it, int size)
          Deprecated See BEA Commerce product offering
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

cName

public static final String cName
Deprecated See BEA Commerce product offering
This class's name

See Also
Constants Summary
Constructor Detail

QualificationDiscountId

public QualificationDiscountId(int id)
Deprecated See BEA Commerce product offering

Constructor

Parameters
id - a unique integer
Method Detail

equals

public boolean equals(Object obj)
Deprecated See BEA Commerce product offering

Tests if this QualificationDiscountId object is the same as the one passed

Overrides:
equals in class Object
Parameters
obj - the QualificationDiscountId to compare this one to
Returns
true if the obj is the same this QualificationDiscountId, false otherwise

compareTo

public int compareTo(Object obj)
Deprecated See BEA Commerce product offering

Specified by:
compareTo in interface Comparable

hashCode

public int hashCode()
Deprecated See BEA Commerce product offering

A unique code for this discount

Overrides:
hashCode in class Object
Returns
the hashCode for this discount

intValue

public int intValue()
Deprecated See BEA Commerce product offering

Gets an integer representation of this QualificationDiscountId

Returns
an integer representation of this QualificationDiscountId

toString

public String toString()
Deprecated See BEA Commerce product offering

Gets a String representation of this QualificationDiscountId

Overrides:
toString in class Object
Returns
a String representation of this QualificationDiscountId

toString

public static String toString(Iterator it,
                              int size)
Deprecated See BEA Commerce product offering



Copyright © 2006 BEA Systems, Inc. All Rights Reserved