com.beasys.commerce.ebusiness.customer
Class CustomerPk

java.lang.Object
  extended by com.bea.p13n.property.ConfigurableEntityPk
      extended by com.beasys.commerce.ebusiness.customer.CustomerPk
All Implemented Interfaces
Serializable

Deprecated

@Deprecated
public class CustomerPk
extends ConfigurableEntityPk

See Also
Serialized Form

Field Summary
 
Fields inherited from class com.bea.p13n.property.ConfigurableEntityPk
identifier
 
Constructor Summary
CustomerPk()
          Deprecated  
CustomerPk(String identifier)
          Deprecated  
 
Method Summary
 int compareTo(Object o)
          Deprecated Objects that compare will return 0
 int hashCode()
          Deprecated override the hashCode() method
 String toString()
          Deprecated Return identifier
 
Methods inherited from class com.bea.p13n.property.ConfigurableEntityPk
equals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomerPk

public CustomerPk()
Deprecated 

CustomerPk

public CustomerPk(String identifier)
Deprecated 
Method Detail

compareTo

public int compareTo(Object o)
Deprecated 
Objects that compare will return 0

Overrides:
compareTo in class ConfigurableEntityPk

hashCode

public int hashCode()
Deprecated 
override the hashCode() method

Overrides:
hashCode in class ConfigurableEntityPk

toString

public String toString()
Deprecated 
Return identifier

Overrides:
toString in class ConfigurableEntityPk


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.