webwork.examples
Class LoanCalc.MonthlyDue

java.lang.Object
  extended bywebwork.examples.LoanCalc.MonthlyDue
Enclosing class:
LoanCalc

public class LoanCalc.MonthlyDue
extends java.lang.Object


Method Summary
 float getInstalment()
           
 float getInterest()
           
 int getMonth()
           
 float getPresentValue()
           
 float getRedemption()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMonth

public int getMonth()

getPresentValue

public float getPresentValue()

getInterest

public float getInterest()

getRedemption

public float getRedemption()

getInstalment

public float getInstalment()


Copyright © 2001-2003 WebWork All Rights Reserved.