Package org.cyclos.model.mobile
Class MobileKeys.Accounts
- java.lang.Object
-
- org.cyclos.utils.MessageKeyImpl
-
- org.cyclos.model.mobile.MobileKeys.Accounts
-
- All Implemented Interfaces:
Comparable<MessageKey>,MessageKey
- Enclosing class:
- MobileKeys
public static class MobileKeys.Accounts extends MessageKeyImpl
-
-
Field Summary
Fields Modifier and Type Field Description static MessageKeyACCOUNTstatic MessageKeyACCOUNT_VISIBILITY_HEADINGstatic MessageKeyAMOUNT_FORMATstatic MessageKeyAVAILABLEstatic MessageKeyBALANCEstatic MessageKeyBALANCE_AT_BEGINstatic MessageKeyBALANCE_AT_ENDstatic MessageKeyCREDIT_LIMITstatic MessageKeyDETAILS_HEADINGstatic MessageKeyDIRECTIONstatic MessageKeyDIRECTION_ALLstatic MessageKeyDIRECTION_CREDITstatic MessageKeyDIRECTION_CREDITSstatic MessageKeyDIRECTION_DEBITstatic MessageKeyDIRECTION_DEBITSstatic MessageKeyHEADINGstatic MessageKeyNEGATIVE_SINCEstatic MessageKeyNET_INFLOWstatic MessageKeyPERIODstatic MessageKeyRESERVED_AMOUNTstatic MessageKeySHOW_LESSstatic MessageKeySHOW_MOREstatic MessageKeyTOTAL_INCOMEstatic MessageKeyTOTAL_OUTFLOWstatic MessageKeyUPPER_CREDIT_LIMITstatic MessageKeyVISIBILITY_HINTstatic MessageKeyVISIBLE_ACCOUNTS
-
Method Summary
-
Methods inherited from class org.cyclos.utils.MessageKeyImpl
equals, fullKey, hashCode, key, submodule, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.utils.MessageKey
compareTo
-
-
-
-
Field Detail
-
ACCOUNT
public static MessageKey ACCOUNT
-
ACCOUNT_VISIBILITY_HEADING
public static MessageKey ACCOUNT_VISIBILITY_HEADING
-
AMOUNT_FORMAT
public static MessageKey AMOUNT_FORMAT
-
AVAILABLE
public static MessageKey AVAILABLE
-
BALANCE
public static MessageKey BALANCE
-
BALANCE_AT_BEGIN
public static MessageKey BALANCE_AT_BEGIN
-
BALANCE_AT_END
public static MessageKey BALANCE_AT_END
-
CREDIT_LIMIT
public static MessageKey CREDIT_LIMIT
-
DETAILS_HEADING
public static MessageKey DETAILS_HEADING
-
DIRECTION
public static MessageKey DIRECTION
-
DIRECTION_ALL
public static MessageKey DIRECTION_ALL
-
DIRECTION_CREDIT
public static MessageKey DIRECTION_CREDIT
-
DIRECTION_CREDITS
public static MessageKey DIRECTION_CREDITS
-
DIRECTION_DEBIT
public static MessageKey DIRECTION_DEBIT
-
DIRECTION_DEBITS
public static MessageKey DIRECTION_DEBITS
-
HEADING
public static MessageKey HEADING
-
NEGATIVE_SINCE
public static MessageKey NEGATIVE_SINCE
-
NET_INFLOW
public static MessageKey NET_INFLOW
-
PERIOD
public static MessageKey PERIOD
-
RESERVED_AMOUNT
public static MessageKey RESERVED_AMOUNT
-
SHOW_LESS
public static MessageKey SHOW_LESS
-
SHOW_MORE
public static MessageKey SHOW_MORE
-
TOTAL_INCOME
public static MessageKey TOTAL_INCOME
-
TOTAL_OUTFLOW
public static MessageKey TOTAL_OUTFLOW
-
UPPER_CREDIT_LIMIT
public static MessageKey UPPER_CREDIT_LIMIT
-
VISIBILITY_HINT
public static MessageKey VISIBILITY_HINT
-
VISIBLE_ACCOUNTS
public static MessageKey VISIBLE_ACCOUNTS
-
-