ch.sahits.game.graphic.display.notice
Class MarketBoothDialogMetaData

java.lang.Object
  extended by ch.sahits.game.graphic.display.notice.CityNoticeMetaData
      extended by ch.sahits.game.graphic.display.notice.MarketBoothDialogMetaData
All Implemented Interfaces:
ICityNoticeMetaData, INoticeMetaData

public class MarketBoothDialogMetaData
extends CityNoticeMetaData

Retpresents the meta data responsible for the market boot statistics

Author:
Andi Hotz, (c) Sahits GmbH, 2012 Created on Jul 18, 2012

Field Summary
(package private)  EStringSelectionState consumtionProduction
          State of the string linking to the stat displaying consumtion and production
(package private)  EStringSelectionState stockPrices
          State of the string linking to the stat displaing available wares and their prices
 
Constructor Summary
MarketBoothDialogMetaData(ICityPlayerProxy proxy, EStringSelectionState stockPrices, EStringSelectionState consumtionProduction)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class ch.sahits.game.graphic.display.notice.CityNoticeMetaData
getCityProxy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

stockPrices

EStringSelectionState stockPrices
State of the string linking to the stat displaing available wares and their prices


consumtionProduction

EStringSelectionState consumtionProduction
State of the string linking to the stat displaying consumtion and production

Constructor Detail

MarketBoothDialogMetaData

public MarketBoothDialogMetaData(ICityPlayerProxy proxy,
                                 EStringSelectionState stockPrices,
                                 EStringSelectionState consumtionProduction)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011-2012 Sahits GmbH. All Rights Reserved.