Package org.cyclos.impl.banking
Class TransferTypeCacheKey
- java.lang.Object
-
- org.cyclos.impl.banking.TransferTypeCacheKey
-
- All Implemented Interfaces:
Serializable
public class TransferTypeCacheKey extends Object implements Serializable
Key used on the cache for transfer types. The key may be by network or by currency- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransferTypeCacheKey(Currency currency)TransferTypeCacheKey(Network network)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()booleanmatches(Long networkId, Long currencyId)StringtoString()
-