FileDocCategorySizeDatePackage
Investment.javaAPI DocApache Axis 1.41558Sat Apr 22 18:57:26 BST 2006test.wsdl.roundtrip

Investment

public abstract class Investment extends Object implements Serializable
The Investment class is the base class for other types of investment classes. The main purpose of this class is to insure that when other classes subclass that the data members in Investment can be accessed and transmit correctly across the wire.
version
1.00 06 Feb 2002
author
Brent Ulbricht

Fields Summary
public static int
dontMapToWSDL
public String
name
private int
id
private double
avgYearlyReturn
Constructors Summary
public Investment()


    
Methods Summary
public floatcalcAvgYearlyReturn()

        return 0.0F;
    
public intgetId()

        return id;
    
public voidsetId(int id)

        this.id = id;