theory.smart.ebusiness.shipping
Class  ShippingMethodPk
java.lang.Object
  |
  +--theory.smart.foundation.SmartKey
        |
        +--theory.smart.ebusiness.shipping.ShippingMethodPk
- public class ShippingMethodPk
- extends SmartKey
- implements java.io.Serializable
   
This is a PrimaryKey for managing the life cycle of a BSC Configurable/Entity bean.
 It is derived from SmartKey which requires that the classes be serializable and comparable.
 This class is generated by Theory Center's SmartGenartor.
- See Also: 
 - Serialized Form
 
| 
Field Summary | 
 java.lang.String | 
key
 
            | 
 
| 
Constructor Summary | 
ShippingMethodPk()
 
          Default constructor. | 
ShippingMethodPk(java.lang.String key)
 
          Constructor that takes in all of the primary key attributes as parameters. | 
 
| 
Method Summary | 
 int | 
compareTo(java.lang.Object o)
 
          Implements the compareTo method. | 
 int | 
hashCode()
 
          override the hashCode() method | 
 java.lang.String | 
toString()
 
          Returns the stringified version of the key class. | 
 
 
| Methods inherited from class java.lang.Object | 
getClass, 
notify, 
notifyAll, 
wait, 
wait, 
wait | 
 
key
public java.lang.String key
ShippingMethodPk
public ShippingMethodPk()
- Default constructor.
 
ShippingMethodPk
public ShippingMethodPk(java.lang.String key)
- Constructor that takes in all of the primary key attributes as parameters.
 All attribute values will be set to the input parameter values.
 
compareTo
public int compareTo(java.lang.Object o)
- Implements the compareTo method.  
 The following conditions hold true: 
 
   (a > b) ==> (b < a)
   (a < b) ==> (b > a)
   (a = b) ==> (b = a)
 
- Overrides:
 - compareTo in class SmartKey
 
 
 
toString
public java.lang.String toString()
- Returns the stringified version of the key class.
- Overrides:
 - toString in class SmartKey
 
 
 
hashCode
public int hashCode()
- override the hashCode() method
- Overrides:
 - hashCode in class java.lang.Object
 
 
 
Copyright © 2000 BEA Systems, Inc. All Rights Reserved