public class CurrenciesData extends Object
Constructor and Description |
---|
CurrenciesData(int primary,
int secondary)
Constructs a currencies data object
|
Modifier and Type | Method and Description |
---|---|
int |
getPrimary()
Returns the primary currency resource ID
|
int |
getSecondary()
Returns the secondary currency resource ID
|
public CurrenciesData(int primary, int secondary)
primary
- a primary currency resource IDsecondary
- a secondary currency resource IDpublic int getPrimary()
public int getSecondary()
Copyright © 2003, 2023, Oracle and/or its affiliates.