CustomerPk Class

com.beasys.commerce.ebusiness.customer
CustomerPk Class

public class CustomerPk

    extends ConfigurableEntityPk

Hierarchy
Object
  ConfigurableEntityPk
    CustomerPk
All Implemented Interfaces

Serializable

Field Summary

   
Fields from  com.bea.p13n.property.ConfigurableEntityPk
identifier
 

Constructor Summary

CustomerPk()

CustomerPk(String identifier)

 

Method Summary

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

Constructor Detail

CustomerPk

public CustomerPk()

CustomerPk

public CustomerPk(String identifier)
 

Method Detail

compareTo(Object) Method

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

Overrides
ConfigurableEntityPk.compareTo(Object)

hashCode() Method

public int hashCode()
override the hashCode() method

Overrides
ConfigurableEntityPk.hashCode()

toString() Method

public String toString()
Return identifier

Overrides
ConfigurableEntityPk.toString()