org.apache.jdo.tck.pc.shoppingcart
Class Product.Oid

java.lang.Object
  extended byorg.apache.jdo.tck.pc.shoppingcart.Product.Oid
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Product

public static class Product.Oid
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String sku
           
 
Constructor Summary
Product.Oid()
           
Product.Oid(java.lang.String s)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
protected static java.lang.String justTheSku(java.lang.String str)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

sku

public java.lang.String sku
Constructor Detail

Product.Oid

public Product.Oid()

Product.Oid

public Product.Oid(java.lang.String s)
Method Detail

toString

public java.lang.String toString()

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object other)

justTheSku

protected static java.lang.String justTheSku(java.lang.String str)


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.