|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.x8ing.mc.bp.BalanceAccount
public class BalanceAccount
A money transaction must belong to a certain account. This allows detailed financial analysis where the money has been spend or gained respectively. Use the static final class members as accounts.
Field Summary | |
---|---|
static BalanceAccount |
BUG_ANALYZING
bug analyzing costs |
static BalanceAccount |
DEPLOYMENT
deployment, release and documentation cost. |
static BalanceAccount |
DEVELOP
develop and fix later costs |
static BalanceAccount |
PRODUCTION
keeps track of production process gain, and outages |
static BalanceAccount |
TESTING
testing cost |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDescription()
|
java.lang.String |
getName()
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final BalanceAccount PRODUCTION
public static final BalanceAccount BUG_ANALYZING
public static final BalanceAccount DEVELOP
public static final BalanceAccount TESTING
public static final BalanceAccount DEPLOYMENT
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getDescription()
public java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |