org.superbiz.inheritance
Class Wakeboard

java.lang.Object
  extended by org.superbiz.inheritance.Item
      extended by org.superbiz.inheritance.Wearable
          extended by org.superbiz.inheritance.Wakeboard
All Implemented Interfaces:
java.io.Serializable

public class Wakeboard
extends Wearable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.superbiz.inheritance.Wearable
size
 
Constructor Summary
Wakeboard()
           
 
Method Summary
 
Methods inherited from class org.superbiz.inheritance.Wearable
getSize, setSize
 
Methods inherited from class org.superbiz.inheritance.Item
getBrand, getId, getItemName, getPrice, setBrand, setId, setItemName, setPrice
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wakeboard

public Wakeboard()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.