net.sf.bt747.waba.system
Class WabaPath

java.lang.Object
  extended by bt747.sys.interfaces.BT747Path
      extended by net.sf.bt747.waba.system.WabaPath

public class WabaPath
extends BT747Path

Author:
Mario

Constructor Summary
WabaPath(java.lang.String path, int card)
           
 
Method Summary
 int getCard()
           
 BT747Path proto(java.lang.String path)
          Create new path using this instance as a prototype.
 
Methods inherited from class bt747.sys.interfaces.BT747Path
getPath, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WabaPath

public WabaPath(java.lang.String path,
                int card)
Method Detail

proto

public BT747Path proto(java.lang.String path)
Description copied from class: BT747Path
Create new path using this instance as a prototype. Must be overriden in derived classes. This helps to keep settings like the card number that is a separate value on SuperWaba systems.

Overrides:
proto in class BT747Path
Returns:
Instance which is a copy of the current one, except for the path.

getCard

public final int getCard()