jSyncManager

org.jSyncManager.API.Protocol.Util.StdApps
Class ExpenseAppBlock.CurrencyInfo

java.lang.Object
  |
  +--org.jSyncManager.API.Protocol.Util.StdApps.ExpenseAppBlock.CurrencyInfo
Enclosing class:
ExpenseAppBlock

class ExpenseAppBlock.CurrencyInfo
extends java.lang.Object

Internal class for currency information.


Field Summary
(package private)  java.lang.String country
          The country name.
(package private)  java.lang.String exchangeRate
          The currency exchange rate.
(package private)  java.lang.String symbol
          The currency symbol.
 
Constructor Summary
(package private) ExpenseAppBlock.CurrencyInfo(byte[] data, int i)
          Construct a new currency info with the specified information.
 
Method Summary
(package private)  byte[] toBytes()
          Converts this currency info object to a byte array.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

country

java.lang.String country
The country name.

symbol

java.lang.String symbol
The currency symbol.

exchangeRate

java.lang.String exchangeRate
The currency exchange rate.
Constructor Detail

ExpenseAppBlock.CurrencyInfo

ExpenseAppBlock.CurrencyInfo(byte[] data,
                             int i)
Construct a new currency info with the specified information.
Parameters:
data - the byte array containing currency info.
i - the start position in the array of the currency info.
Method Detail

toBytes

byte[] toBytes()
Converts this currency info object to a byte array.
Returns:
a byte array representation of this object.

jSyncManager

Copyright (c) 1999 - 2003 Brad BARCLAY and others. All Rights Reserved.