org.superbiz.inheritance
Class Tower

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

public class Tower
extends Item

See Also:
Serialized Form

Nested Class Summary
static class Tower.Fit
           
 
Constructor Summary
Tower()
           
 
Method Summary
 Tower.Fit getFit()
           
 java.lang.String getTubing()
           
 void setFit(Tower.Fit fit)
           
 void setTubing(java.lang.String tubing)
           
 
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

Tower

public Tower()
Method Detail

getFit

public Tower.Fit getFit()

setFit

public void setFit(Tower.Fit fit)

getTubing

public java.lang.String getTubing()

setTubing

public void setTubing(java.lang.String tubing)


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