|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.starhope.appius.game.npc.plebeian.PlebeianScriptRunner.PaySomeoneRunner
private final class PlebeianScriptRunner.PaySomeoneRunner
WRITEME: Document this type.
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 |
---|
private final BigDecimal amount
private final String currency
private final PlebeianActor rôle
Constructor Detail |
---|
public PlebeianScriptRunner.PaySomeoneRunner(PlebeianActor actor, String cu, BigDecimal qty)
actor
- WRITEMEcu
- WRITEMEqty
- WRITEMEMethod Detail |
---|
public void run()
run
in interface Runnable
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |