org.starhope.appius.game.npc.plebeian
Class PlebeianScriptRunner.PaySomeoneRunner

java.lang.Object
  extended by org.starhope.appius.game.npc.plebeian.PlebeianScriptRunner.PaySomeoneRunner
All Implemented Interfaces:
Runnable
Enclosing class:
PlebeianScriptRunner

private final class PlebeianScriptRunner.PaySomeoneRunner
extends Object
implements Runnable

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
private  BigDecimal amount
          WRITEME: Document this brpocock@star-hope.org
private  String currency
          WRITEME: Document this brpocock@star-hope.org
private  PlebeianActor rôle
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
PlebeianScriptRunner.PaySomeoneRunner(PlebeianActor actor, String cu, BigDecimal qty)
          WRITEME: Document this constructor brpocock@star-hope.org
 
Method Summary
 void run()
          WRITEME: Document this method brpocock@star-hope.org
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

amount

private final BigDecimal amount
WRITEME: Document this brpocock@star-hope.org


currency

private final String currency
WRITEME: Document this brpocock@star-hope.org


rôle

private final PlebeianActor rôle
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

PlebeianScriptRunner.PaySomeoneRunner

public PlebeianScriptRunner.PaySomeoneRunner(PlebeianActor actor,
                                             String cu,
                                             BigDecimal qty)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
actor - WRITEME
cu - WRITEME
qty - WRITEME
Method Detail

run

public void run()
WRITEME: Document this method brpocock@star-hope.org

Specified by:
run in interface Runnable

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()