|
jSyncManager | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jSyncManager.API.Protocol.Util.StdApps.ExpenseAppBlock.CurrencyInfo
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 |
---|
|
Field Detail |
java.lang.String country
java.lang.String symbol
java.lang.String exchangeRate
Constructor Detail |
ExpenseAppBlock.CurrencyInfo(byte[] data, int i)
data
- the byte array containing currency info.i
- the start position in the array of the currency info.Method Detail |
byte[] toBytes()
|
jSyncManager | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |