Package org.cyclos.model.banking
Class BankingKeys.AccountSettings
- java.lang.Object
-
- org.cyclos.utils.MessageKeyImpl
-
- org.cyclos.model.banking.BankingKeys.AccountSettings
-
- All Implemented Interfaces:
Comparable<MessageKey>,MessageKey
- Enclosing class:
- BankingKeys
public static class BankingKeys.AccountSettings extends MessageKeyImpl
-
-
Field Summary
Fields Modifier and Type Field Description static MessageKeyVISIBILITY_ERROR_TRY_TO_HIDE_ALLstatic MessageKeyVISIBILITY_HEADINGstatic MessageKeyVISIBILITY_INFORMATIONstatic MessageKeyVISIBILITY_SAVEDstatic 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
-
VISIBILITY_ERROR_TRY_TO_HIDE_ALL
public static MessageKey VISIBILITY_ERROR_TRY_TO_HIDE_ALL
-
VISIBILITY_HEADING
public static MessageKey VISIBILITY_HEADING
-
VISIBILITY_INFORMATION
public static MessageKey VISIBILITY_INFORMATION
-
VISIBILITY_SAVED
public static MessageKey VISIBILITY_SAVED
-
VISIBLE_ACCOUNTS
public static MessageKey VISIBLE_ACCOUNTS
-
-