Class AktienListEntry

java.lang.Object
de.frankmuenster.mahoe.banks.aktien.gui.parts.AktienListEntry

public class AktienListEntry extends Object
Author:
Frank Münster
  • Constructor Details

    • AktienListEntry

      public AktienListEntry()
      Standardkonstruktor
    • AktienListEntry

      public AktienListEntry(String name, String exchange, String amount, String stockId, String isin, String wkn, String mainUrl)
      Standardkonstruktor
      Parameters:
      name -
      exchange -
      amount -
      stockId -
  • Method Details

    • getAmount

      public String getAmount()
      Returns:
      the amount
    • getExchange

      public String getExchange()
      Returns:
      the exchange
    • getExchangeShort

      public String getExchangeShort()
      Gets the exchange shortened to 10 characters if needed.
      Returns:
      the shortened exchange
    • getIsin

      public String getIsin()
      Returns:
      the isin
    • getMainUrl

      public String getMainUrl()
      Returns:
      the mainUrl
    • getName

      public String getName()
      Returns:
      the name
    • getNameShort

      public 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 String getStockId()
      Returns:
      the stockId
    • getWkn

      public String getWkn()
      Returns:
      the wkn
    • setAmount

      public void setAmount(String amount)
      Parameters:
      amount - the amount to set
    • setExchange

      public void setExchange(String exchange)
      Parameters:
      exchange - the exchange to set
    • setIsin

      public void setIsin(String isin)
      Parameters:
      isin - the isin to set
    • setMainUrl

      public void setMainUrl(String mainUrl)
      Parameters:
      mainUrl - the mainUrl to set
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • setStockId

      public void setStockId(String stockId)
      Parameters:
      stockId - the stockId to set
    • setWkn

      public void setWkn(String wkn)
      Parameters:
      wkn - the wkn to set