bea Systems, Inc.

theory.smart.ebusiness.inventory
Class InventoryRecordPk

java.lang.Object
  |
  +--theory.smart.foundation.SmartKey
        |
        +--theory.smart.axiom.accounting.AccountPk
              |
              +--theory.smart.ebusiness.inventory.InventoryRecordPk

public class InventoryRecordPk
extends AccountPk
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

Fields inherited from class theory.smart.axiom.accounting.AccountPk
identifier
 
Constructor Summary
InventoryRecordPk()
          Default constructor.
 
Method Summary
 int compareTo(java.lang.Object o)
          Implements the compareTo method.
 java.lang.String toString()
          Returns the stringified version of the key class.
 
Methods inherited from class theory.smart.foundation.SmartKey
equals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InventoryRecordPk

public InventoryRecordPk()
Default constructor.
Method Detail

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 AccountPk

toString

public java.lang.String toString()
Returns the stringified version of the key class.
Overrides:
toString in class AccountPk

bea Systems, Inc.

© Copyright 2000 bea Systems, Inc. All rights reserved.