com.beasys.commerce.ebusiness.order
Class OrderPk
java.lang.Object
|
+--com.beasys.commerce.foundation.SmartKey
|
+--com.beasys.commerce.ebusiness.order.OrderPk
- All Implemented Interfaces:
- java.lang.Comparable, java.io.Serializable
- public class OrderPk
- extends SmartKey
- implements java.io.Serializable
This is a PrimaryKey for managing the life cycle of the Order entity.
It is derived from SmartKey which requires that the classes be serializable and comparable.
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
identifier
Identifier. |
Constructor Summary |
OrderPk()
Default constructor. |
OrderPk(java.lang.String identifier)
Constructs a primary key with the specified identifier. |
Method Summary |
int |
compareTo(java.lang.Object o)
Implements the compareTo method. |
java.lang.String |
getIdentifier()
Returns the identifier |
int |
hashCode()
Overrides the hashCode() method |
java.lang.String |
toString()
Returns the stringified version of the key class. |
Methods inherited from class com.beasys.commerce.foundation.SmartKey |
equals |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
identifier
public java.lang.String identifier
- Identifier. Represents the primary key.
OrderPk
public OrderPk()
- Default constructor.
OrderPk
public OrderPk(java.lang.String identifier)
- Constructs a primary key with the specified identifier.
- Parameters:
identifier
- Primary key
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
- Following copied from class:
com.beasys.commerce.foundation.SmartKey
- Parameters:
o
- the Object to be compared.- Returns:
- a negative integer, zero, or a positive integer as this object
is less than, equal to, or greater than the specified object.
- Throws:
ClastCastException
- if the specified object's type prevents it from
being compared with this SmartKey.
toString
public java.lang.String toString()
- Returns the stringified version of the key class.
- Overrides:
toString
in class SmartKey
- Returns:
- Stringified version of the primary key
hashCode
public int hashCode()
- Overrides the hashCode() method
- Overrides:
hashCode
in class java.lang.Object
getIdentifier
public java.lang.String getIdentifier()
- Returns the identifier
- Returns:
- identifier
Copyright © 2001 BEA Systems, Inc. All Rights Reserved