All Packages  This Package  Class Hierarchy  Class Search  Index

Class com.syncbuilder.storage.expense.CustomCurrency
java.lang.Object
   |
   +----com.syncbuilder.storage.expense.CustomCurrency

  Summary

public class  CustomCurrency
     extends java.lang.Object
{
          // Fields 3
     public String name;
     public String rate;
     public String symbol;

          // Constructors 1
     public CustomCurrency();

          // Methods 1
     public String toString();
}

This class represents a user-defined currency




  Fields

· name

Summary  |  Top

   public String name


· symbol

Summary  |  Top
   public String symbol


· rate

Summary  |  Top
   public String rate


  Constructors

· CustomCurrency

Summary  |  Top

   public CustomCurrency() 

Default constructor



  Methods

· toString

Summary  |  Top
   public String toString() 
Overrides:
toString in class Object


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7