com.moneydance.apps.md.model
Interface DisplayableObject
- All Known Implementing Classes:
- BalanceType, CompoundingType, InvestTxnType, SecurityType
public interface DisplayableObject
Object that can be displayed to the user (localized) as opposed to the standard
toString()
which is not easily localized.
- Author:
- Kevin Menningen - Mennē Software Solutions, LLC
Method Summary |
java.lang.String |
getResourceKey()
Return a resource key for a localized string describing this object. |
getResourceKey
java.lang.String getResourceKey()
- Return a resource key for a localized string describing this object.
- Returns:
- A resource key for a localized description of this object.