public class SelectManyListboxBean extends Object implements Serializable
| Constructor and Description |
|---|
SelectManyListboxBean() |
| Modifier and Type | Method and Description |
|---|---|
Currency[] |
getCurrencyArray() |
Collection<Currency> |
getCurrencyCollection() |
Currency[] |
getCurrencyItems() |
List<Currency> |
getCurrencyList() |
Set<Currency> |
getCurrencySet() |
String[] |
getStringArray() |
Collection<String> |
getStringCollection() |
List<String> |
getStringList() |
Set<String> |
getStringSet() |
void |
setCurrencyArray(Currency[] currencyArray) |
void |
setCurrencyCollection(Collection<Currency> currencyCollection) |
void |
setCurrencyList(List<Currency> currencyList) |
void |
setCurrencySet(Set<Currency> currencySet) |
void |
setStringArray(String[] stringArray) |
void |
setStringCollection(Collection<String> stringCollection) |
void |
setStringList(List<String> stringList) |
void |
setStringSet(Set<String> stringSet) |
public String[] getStringArray()
public void setStringArray(String[] stringArray)
public Collection<String> getStringCollection()
public void setStringCollection(Collection<String> stringCollection)
public Currency[] getCurrencyArray()
public void setCurrencyArray(Currency[] currencyArray)
public Collection<Currency> getCurrencyCollection()
public void setCurrencyCollection(Collection<Currency> currencyCollection)
public Currency[] getCurrencyItems()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.