com.parsec.ejbs.bidbuy
Class BuySellPrimaryKey

java.lang.Object
  |
  +--com.parsec.ejbs.bidbuy.BuySellPrimaryKey
All Implemented Interfaces:
java.io.Serializable

public class BuySellPrimaryKey
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String customerId
           
 java.lang.String shareId
           
 
Constructor Summary
BuySellPrimaryKey()
           
BuySellPrimaryKey(java.lang.String customerId, java.lang.String shareId)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getCustomerId()
           
 java.lang.String getShareId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customerId

public java.lang.String customerId

shareId

public java.lang.String shareId
Constructor Detail

BuySellPrimaryKey

public BuySellPrimaryKey()

BuySellPrimaryKey

public BuySellPrimaryKey(java.lang.String customerId,
                         java.lang.String shareId)
Method Detail

getCustomerId

public java.lang.String getCustomerId()

getShareId

public java.lang.String getShareId()

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object