jmri.jmrit.logix
Class ThrottleSetting

java.lang.Object
  extended by jmri.jmrit.logix.ThrottleSetting

public class ThrottleSetting
extends Object


Constructor Summary
ThrottleSetting()
           
ThrottleSetting(long time, String command, String value, String blockName)
           
ThrottleSetting(ThrottleSetting ts)
           
 
Method Summary
 String getBlockName()
           
 String getCommand()
           
 long getTime()
           
 String getValue()
           
 void setBlockName(String blockName)
           
 void setCommand(String command)
           
 void setTime(long time)
          Time is an object so that a "synch to block entry" notation can be used rather than elapsed time.
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThrottleSetting

public ThrottleSetting()

ThrottleSetting

public ThrottleSetting(long time,
                       String command,
                       String value,
                       String blockName)

ThrottleSetting

public ThrottleSetting(ThrottleSetting ts)
Method Detail

setTime

public void setTime(long time)
Time is an object so that a "synch to block entry" notation can be used rather than elapsed time.


getTime

public long getTime()

setCommand

public void setCommand(String command)

getCommand

public String getCommand()

setValue

public void setValue(String value)

getValue

public String getValue()

setBlockName

public void setBlockName(String blockName)

getBlockName

public String getBlockName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1997 - 2011 JMRI Community.
JMRI, DecoderPro, PanelPro, SoundPro, DispatcherPro and associated logos are our trademarks.

Additional information on copyright, trademarks and licenses is linked here.
Site hosted by: Get JMRI Model Railroad Interface at SourceForge.net. Fast, secure and Free Open Source software downloads