org.twdata.kokua.tw.signal
Class SectorStatusSignal

java.lang.Object
  extended by org.werx.framework.bus.signals.BusSignal
      extended by org.twdata.kokua.tw.signal.SectorStatusSignal
All Implemented Interfaces:
java.io.Serializable, org.werx.framework.bus.signals.IBusSignal

public class SectorStatusSignal
extends org.werx.framework.bus.signals.BusSignal

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.werx.framework.bus.signals.BusSignal
okMessage
 
Constructor Summary
SectorStatusSignal(SectorDao dao, Sector sector)
           
 
Method Summary
 SectorDao getDao()
           
 Sector getSector()
           
 
Methods inherited from class org.werx.framework.bus.signals.BusSignal
getErrorMessage, getReturnAddress, getSignalName, isConsumed, isMyAddress, setConsumed, setErrorMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SectorStatusSignal

public SectorStatusSignal(SectorDao dao,
                          Sector sector)
Method Detail

getDao

public SectorDao getDao()

getSector

public Sector getSector()