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

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

 class TradingOfficeDialogMataData
extends CityNoticeMetaData

Meta data for the trading office

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

Field Summary
(package private)  EStringSelectionState balance
          State of the string linking to the balance sheet
(package private)  EStringSelectionState consumtionProduction
          State of the string linking to the statistic displaying consumption and production
(package private)  EStringSelectionState personal
          State of the string linking to the personal data overview
(package private)  EStringSelectionState storageManager
          State of the string linking to the storage manager
(package private)  EStringSelectionState warehouses
          State of the string linking to the warehouse overview
(package private)  EStringSelectionState weapons
          State of the string linking to the weapons storage
 
Constructor Summary
TradingOfficeDialogMataData(ICityPlayerProxy proxy, EStringSelectionState balance, EStringSelectionState personal, EStringSelectionState consumtionProduction, EStringSelectionState weapons, EStringSelectionState warehouses, EStringSelectionState storageManager)
           
 
Method Summary
 void inactivateAll()
          Inactivate all links that are not disabled
 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

balance

EStringSelectionState balance
State of the string linking to the balance sheet


personal

EStringSelectionState personal
State of the string linking to the personal data overview


consumtionProduction

EStringSelectionState consumtionProduction
State of the string linking to the statistic displaying consumption and production


weapons

EStringSelectionState weapons
State of the string linking to the weapons storage


warehouses

EStringSelectionState warehouses
State of the string linking to the warehouse overview


storageManager

EStringSelectionState storageManager
State of the string linking to the storage manager

Constructor Detail

TradingOfficeDialogMataData

public TradingOfficeDialogMataData(ICityPlayerProxy proxy,
                                   EStringSelectionState balance,
                                   EStringSelectionState personal,
                                   EStringSelectionState consumtionProduction,
                                   EStringSelectionState weapons,
                                   EStringSelectionState warehouses,
                                   EStringSelectionState storageManager)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

inactivateAll

public void inactivateAll()
Inactivate all links that are not disabled



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