models
Class Amount

java.lang.Object
  extended by models.Amount

public class Amount
extends java.lang.Object


Field Summary
 int amount
           
 
Constructor Summary
Amount()
           
 
Method Summary
 int get()
           
 void setAmount(int val)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

amount

public int amount
Constructor Detail

Amount

public Amount()
Method Detail

get

public int get()

setAmount

public void setAmount(int val)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object