public class Broker extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Broker() |
|
Broker(String name) |
| Modifier and Type | Method and Description |
|---|---|
double |
getCash() |
long |
getId() |
String |
getName() |
RetailKPIHolder |
getRetail() |
static void |
recycle() |
void |
setCash(double cash) |
void |
setRetail(RetailKPIHolder retailKPIHolder) |
protected Broker()
public Broker(String name)
public long getId()
public String getName()
public double getCash()
public void setCash(double cash)
public RetailKPIHolder getRetail()
public void setRetail(RetailKPIHolder retailKPIHolder)
public static void recycle()
Copyright © 2017 Power TAC. All rights reserved.