org.superbiz.enventries
Class StratocasterImpl

java.lang.Object
  extended by org.superbiz.enventries.StratocasterImpl
All Implemented Interfaces:
Stratocaster

public class StratocasterImpl
extends Object
implements Stratocaster

In addition to the standard env-entry types (String, Integer, Long, Short, Byte, Boolean, Double, Float, Character) OpenEJB supports many other types.


Constructor Summary
StratocasterImpl()
           
 
Method Summary
 File getCertificateOfAuthenticity()
           
 Date getDateCreated()
           
 List<Pickup> getPickups()
           
 float getStringGuage(String string)
          Gets the guage of the electric guitar strings used in this guitar.
 Style getStyle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StratocasterImpl

public StratocasterImpl()
Method Detail

getDateCreated

public Date getDateCreated()
Specified by:
getDateCreated in interface Stratocaster

getStringGuage

public float getStringGuage(String string)
Gets the guage of the electric guitar strings used in this guitar.

Specified by:
getStringGuage in interface Stratocaster
Parameters:
string -
Returns:

getPickups

public List<Pickup> getPickups()
Specified by:
getPickups in interface Stratocaster

getStyle

public Style getStyle()
Specified by:
getStyle in interface Stratocaster

getCertificateOfAuthenticity

public File getCertificateOfAuthenticity()
Specified by:
getCertificateOfAuthenticity in interface Stratocaster


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