Class AktienListEntry
java.lang.Object
de.frankmuenster.mahoe.banks.aktien.gui.parts.AktienListEntry
- Author:
- Frank Münster
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the exchange shortened to 10 characters if needed.getIsin()getName()Gets the name shortened to 20 charters if needed, but with a length right padded to 21.getWkn()voidvoidsetExchange(String exchange) voidvoidsetMainUrl(String mainUrl) voidvoidsetStockId(String stockId) void
-
Constructor Details
-
Method Details
-
getAmount
- Returns:
- the amount
-
getExchange
- Returns:
- the exchange
-
getExchangeShort
Gets the exchange shortened to 10 characters if needed.- Returns:
- the shortened exchange
-
getIsin
- Returns:
- the isin
-
getMainUrl
- Returns:
- the mainUrl
-
getName
- Returns:
- the name
-
getNameShort
Gets the name shortened to 20 charters if needed, but with a length right padded to 21.- Returns:
- the shortened and right padded name
-
getStockId
- Returns:
- the stockId
-
getWkn
- Returns:
- the wkn
-
setAmount
- Parameters:
amount- the amount to set
-
setExchange
- Parameters:
exchange- the exchange to set
-
setIsin
- Parameters:
isin- the isin to set
-
setMainUrl
- Parameters:
mainUrl- the mainUrl to set
-
setName
- Parameters:
name- the name to set
-
setStockId
- Parameters:
stockId- the stockId to set
-
setWkn
- Parameters:
wkn- the wkn to set
-