net.sf.imca.model.entities
Class FeeEntity

java.lang.Object
  extended by net.sf.imca.model.entities.FeeEntity

public class FeeEntity
extends java.lang.Object

An persistence entity description. There is no logic just getter and setters, for the properties. This Object represents a table in the database and the properties are fields.

Author:
dougculnane

Constructor Summary
FeeEntity()
           
 
Method Summary
 double getAmount()
           
 java.lang.String getCurrency()
           
 long getId()
           
 void setAmount(double amount)
           
 void setCurrency(java.lang.String currency)
           
 void setId(long id)
           
 java.lang.String toString()
          Override the Object method to give a usable human readable representation of the Object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FeeEntity

public FeeEntity()
Method Detail

getAmount

public double getAmount()

setAmount

public void setAmount(double amount)

getCurrency

public java.lang.String getCurrency()

setCurrency

public void setCurrency(java.lang.String currency)

getId

public long getId()

setId

public void setId(long id)

toString

public java.lang.String toString()
Override the Object method to give a usable human readable representation of the Object.

Overrides:
toString in class java.lang.Object


Copyright © 2007-2008 The International Moth Class Association (IMCA).. All Rights Reserved.