org.apache.taglibs.rdc
Class MortgageData

java.lang.Object
  extended by org.apache.taglibs.rdc.MortgageData
All Implemented Interfaces:
java.io.Serializable

public class MortgageData
extends java.lang.Object
implements java.io.Serializable

The data model of the mortgage composite.

Author:
Sindhu Unnikrishnan, Rahul Akolkar
See Also:
Serialized Form

Constructor Summary
MortgageData()
           
 
Method Summary
 java.lang.String getMortgageType()
          Get the mortgage type value
 java.lang.String getPercent()
          Get the mortgage percentage value
 void setMortgageType(java.lang.String input)
          Set the mortgage type value
 void setPercent(java.lang.String input)
          Set the mortgage percentage value
 java.lang.String toString()
          A serialized version of MortgageData object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MortgageData

public MortgageData()
Method Detail

getPercent

public java.lang.String getPercent()
Get the mortgage percentage value

Returns:
the mortgage type value

setPercent

public void setPercent(java.lang.String input)
Set the mortgage percentage value

Parameters:
input - The input value.

getMortgageType

public java.lang.String getMortgageType()
Get the mortgage type value

Returns:
the mortgage type value

setMortgageType

public void setMortgageType(java.lang.String input)
Set the mortgage type value

Parameters:
input - The input value.

toString

public java.lang.String toString()
A serialized version of MortgageData object

Overrides:
toString in class java.lang.Object


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.