Uses of Class
com.echothree.model.data.accounting.server.value.CurrencyDescriptionValue
Packages that use CurrencyDescriptionValue
Package
Description
-
Uses of CurrencyDescriptionValue in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return CurrencyDescriptionValueMethods in com.echothree.model.data.accounting.server.entity with parameters of type CurrencyDescriptionValueModifier and TypeMethodDescriptionvoidCurrencyDescription.setCurrencyDescriptionValue(CurrencyDescriptionValue value) Constructors in com.echothree.model.data.accounting.server.entity with parameters of type CurrencyDescriptionValueModifierConstructorDescriptionCurrencyDescription(CurrencyDescriptionValue value, EntityPermission entityPermission) Creates a new instance of CurrencyDescription -
Uses of CurrencyDescriptionValue in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return CurrencyDescriptionValueModifier and TypeMethodDescriptionCurrencyDescriptionFactory.getValueFromPK(CurrencyDescriptionPK pk) CurrencyDescriptionFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type CurrencyDescriptionValueModifier and TypeMethodDescriptionCurrencyDescriptionFactory.getValuesFromPKs(Collection<CurrencyDescriptionPK> pks) CurrencyDescriptionFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type CurrencyDescriptionValueModifier and TypeMethodDescriptionCurrencyDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, CurrencyDescriptionValue value) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type CurrencyDescriptionValueModifier and TypeMethodDescriptionvoidCurrencyDescriptionFactory.create(Collection<CurrencyDescriptionValue> _values) -
Uses of CurrencyDescriptionValue in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return CurrencyDescriptionValue