Class CurrencyItem

  • All Implemented Interfaces:
    java.io.Serializable

    public class CurrencyItem
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String code  
      private java.lang.String name  
      private java.lang.String symbol  
    • Constructor Summary

      Constructors 
      Constructor Description
      CurrencyItem()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        private java.lang.String name
      • code

        private java.lang.String code
      • symbol

        private java.lang.String symbol
    • Constructor Detail

      • CurrencyItem

        public CurrencyItem()