jmri.jmrit.logix
Class ThrottleSetting

Show UML class diagram
java.lang.Object
  extended by jmri.jmrit.logix.ThrottleSetting

public class ThrottleSetting
extends Object


Field Summary
(package private)  String _blockName
           
(package private)  String _command
           
(package private)  long _time
           
(package private)  String _value
           
(package private) static org.slf4j.Logger log
           
 
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
 

Field Detail

_time

long _time

_command

String _command

_value

String _value

_blockName

String _blockName

log

static org.slf4j.Logger log
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-2013 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