|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mov.portfolio.AbstractAccount
public abstract class AbstractAccount
Base class for all accounts.
Field Summary |
---|
Fields inherited from interface org.mov.portfolio.Account |
---|
CASH_ACCOUNT, SHARE_ACCOUNT |
Constructor Summary | |
---|---|
AbstractAccount()
Create a new account. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object object)
Compare this account to another account and sort by name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.mov.portfolio.Account |
---|
getCurrency, getName, getType, getValue, getValue, removeAllTransactions, transaction |
Constructor Detail |
---|
public AbstractAccount()
Method Detail |
---|
public int compareTo(java.lang.Object object)
compareTo
in interface java.lang.Comparable
object
- other account
|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |