Class AktienListEntry
- java.lang.Object
-
- de.frankmuenster.mahoe.banks.aktien.gui.parts.AktienListEntry
-
public class AktienListEntry extends java.lang.Object
- Author:
- Frank Münster
-
-
Constructor Summary
Constructors Constructor Description AktienListEntry()
StandardkonstruktorAktienListEntry(java.lang.String name, java.lang.String exchange, java.lang.String amount, java.lang.String stockId, java.lang.String isin, java.lang.String wkn, java.lang.String mainUrl)
Standardkonstruktor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAmount()
java.lang.String
getExchange()
java.lang.String
getExchangeShort()
Gets the exchange shortened to 10 characters if needed.java.lang.String
getIsin()
java.lang.String
getMainUrl()
java.lang.String
getName()
java.lang.String
getNameShort()
Gets the name shortened to 20 charters if needed, but with a length right padded to 21.java.lang.String
getStockId()
java.lang.String
getWkn()
void
setAmount(java.lang.String amount)
void
setExchange(java.lang.String exchange)
void
setIsin(java.lang.String isin)
void
setMainUrl(java.lang.String mainUrl)
void
setName(java.lang.String name)
void
setStockId(java.lang.String stockId)
void
setWkn(java.lang.String wkn)
-
-
-
Constructor Detail
-
AktienListEntry
public AktienListEntry()
Standardkonstruktor
-
AktienListEntry
public AktienListEntry(java.lang.String name, java.lang.String exchange, java.lang.String amount, java.lang.String stockId, java.lang.String isin, java.lang.String wkn, java.lang.String mainUrl)
Standardkonstruktor- Parameters:
name
-exchange
-amount
-stockId
-
-
-
Method Detail
-
getAmount
public java.lang.String getAmount()
- Returns:
- the amount
-
getExchange
public java.lang.String getExchange()
- Returns:
- the exchange
-
getExchangeShort
public java.lang.String getExchangeShort()
Gets the exchange shortened to 10 characters if needed.- Returns:
- the shortened exchange
-
getIsin
public java.lang.String getIsin()
- Returns:
- the isin
-
getMainUrl
public java.lang.String getMainUrl()
- Returns:
- the mainUrl
-
getName
public java.lang.String getName()
- Returns:
- the name
-
getNameShort
public java.lang.String 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
public java.lang.String getStockId()
- Returns:
- the stockId
-
getWkn
public java.lang.String getWkn()
- Returns:
- the wkn
-
setAmount
public void setAmount(java.lang.String amount)
- Parameters:
amount
- the amount to set
-
setExchange
public void setExchange(java.lang.String exchange)
- Parameters:
exchange
- the exchange to set
-
setIsin
public void setIsin(java.lang.String isin)
- Parameters:
isin
- the isin to set
-
setMainUrl
public void setMainUrl(java.lang.String mainUrl)
- Parameters:
mainUrl
- the mainUrl to set
-
setName
public void setName(java.lang.String name)
- Parameters:
name
- the name to set
-
setStockId
public void setStockId(java.lang.String stockId)
- Parameters:
stockId
- the stockId to set
-
setWkn
public void setWkn(java.lang.String wkn)
- Parameters:
wkn
- the wkn to set
-
-