|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectaa.core.Contract
This class represents a contract
| Field Summary | |
(package private) long |
m_lPrice
|
(package private) long |
m_lTicks
|
(package private) long |
m_lTicksRate
|
| Constructor Summary | |
Contract()
Creates a new instance of Contract This is the contract for the root cyberorg, which gets all resources in system |
|
Contract(long p_lTicks,
long p_lTicksRate,
long p_lPrice)
Creates new instance of Contract using parameters |
|
| Method Summary | |
long |
getPrice()
|
long |
getTicks()
|
long |
getTicksRate()
|
java.lang.String |
toString()
Returns to a string representing the contract |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
long m_lTicks
long m_lTicksRate
long m_lPrice
| Constructor Detail |
public Contract()
public Contract(long p_lTicks,
long p_lTicksRate,
long p_lPrice)
| Method Detail |
public long getTicks()
public long getTicksRate()
public long getPrice()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||