Uses of Interface
se.sj.stina.domain.model.SjDecimalString

Packages that use SjDecimalString
se.sj.stina.domain.model   
se.sj.stina.domain.model.impl.plain   
se.sj.stina.domain.model.impl.standard   
 

Uses of SjDecimalString in se.sj.stina.domain.model
 

Methods in se.sj.stina.domain.model that return SjDecimalString
 SjDecimalString SjStinaModelFactoryInterface.createDecimalString()
           
 SjDecimalString SjMoney.getAmount()
          Field amount is defined as mandatory.
 SjDecimalString SjCurrency.getExchangeRate()
          Field exchangeRate is defined as mandatory.
 SjDecimalString SjPaymentTypeDebit.getMaxAmount()
          Field maxAmount is defined as optional.
 SjDecimalString SjPaymentTypeAll.getMaxAmount()
          Field maxAmount is defined as optional.
 SjDecimalString SjRecentOrderSpecification.getTotalPrice()
          Field totalPrice is defined as mandatory.
 SjDecimalString SjVatDescriptionItem.getVatPercentage()
          Field vatPercentage is defined as mandatory.
 SjDecimalString SjPriceVat.getVatPercentage()
          Field vatPercentage is defined as optional.
 SjDecimalString SjMoney.lookupAmount()
          Field amount is defined as mandatory.
 SjDecimalString SjCurrency.lookupExchangeRate()
          Field exchangeRate is defined as mandatory.
 SjDecimalString SjPaymentTypeDebit.lookupMaxAmount()
          Field maxAmount is defined as optional.
 SjDecimalString SjPaymentTypeAll.lookupMaxAmount()
          Field maxAmount is defined as optional.
 SjDecimalString SjRecentOrderSpecification.lookupTotalPrice()
          Field totalPrice is defined as mandatory.
 SjDecimalString SjVatDescriptionItem.lookupVatPercentage()
          Field vatPercentage is defined as mandatory.
 SjDecimalString SjPriceVat.lookupVatPercentage()
          Field vatPercentage is defined as optional.
 

Methods in se.sj.stina.domain.model with parameters of type SjDecimalString
 void SjMoney.setAmount(SjDecimalString inData)
          Field amount is defined as mandatory.
 void SjCurrency.setExchangeRate(SjDecimalString inData)
          Field exchangeRate is defined as mandatory.
 void SjPaymentTypeDebit.setMaxAmount(SjDecimalString inData)
          Field maxAmount is defined as optional.
 void SjPaymentTypeAll.setMaxAmount(SjDecimalString inData)
          Field maxAmount is defined as optional.
 void SjRecentOrderSpecification.setTotalPrice(SjDecimalString inData)
          Field totalPrice is defined as mandatory.
 void SjVatDescriptionItem.setVatPercentage(SjDecimalString inData)
          Field vatPercentage is defined as mandatory.
 void SjPriceVat.setVatPercentage(SjDecimalString inData)
          Field vatPercentage is defined as optional.
 

Uses of SjDecimalString in se.sj.stina.domain.model.impl.plain
 

Classes in se.sj.stina.domain.model.impl.plain that implement SjDecimalString
 class SjDecimalStringPlain
          The decimal string datatype is used to represent fixed and floating scale quantities in a form close to their external representation.
 

Methods in se.sj.stina.domain.model.impl.plain that return SjDecimalString
 SjDecimalString SjStinaModelFactory.createDecimalString()
           
 SjDecimalString SjMoneyPlain.getAmount()
          Field amount is defined as mandatory.
 SjDecimalString SjCurrencyPlain.getExchangeRate()
          Field exchangeRate is defined as mandatory.
 SjDecimalString SjPaymentTypeDebitPlain.getMaxAmount()
          Field maxAmount is defined as optional.
 SjDecimalString SjPaymentTypeAllPlain.getMaxAmount()
          Field maxAmount is defined as optional.
 SjDecimalString SjRecentOrderSpecificationPlain.getTotalPrice()
          Field totalPrice is defined as mandatory.
 SjDecimalString SjVatDescriptionItemPlain.getVatPercentage()
          Field vatPercentage is defined as mandatory.
 SjDecimalString SjPriceVatPlain.getVatPercentage()
          Field vatPercentage is defined as optional.
 SjDecimalString SjMoneyPlain.lookupAmount()
          Field amount is defined as mandatory.
 SjDecimalString SjCurrencyPlain.lookupExchangeRate()
          Field exchangeRate is defined as mandatory.
 SjDecimalString SjPaymentTypeDebitPlain.lookupMaxAmount()
          Field maxAmount is defined as optional.
 SjDecimalString SjPaymentTypeAllPlain.lookupMaxAmount()
          Field maxAmount is defined as optional.
 SjDecimalString SjRecentOrderSpecificationPlain.lookupTotalPrice()
          Field totalPrice is defined as mandatory.
 SjDecimalString SjVatDescriptionItemPlain.lookupVatPercentage()
          Field vatPercentage is defined as mandatory.
 SjDecimalString SjPriceVatPlain.lookupVatPercentage()
          Field vatPercentage is defined as optional.
 

Methods in se.sj.stina.domain.model.impl.plain with parameters of type SjDecimalString
 void SjMoneyPlain.setAmount(SjDecimalString inData)
          Field amount is defined as mandatory.
 void SjCurrencyPlain.setExchangeRate(SjDecimalString inData)
          Field exchangeRate is defined as mandatory.
 void SjPaymentTypeDebitPlain.setMaxAmount(SjDecimalString inData)
          Field maxAmount is defined as optional.
 void SjPaymentTypeAllPlain.setMaxAmount(SjDecimalString inData)
          Field maxAmount is defined as optional.
 void SjRecentOrderSpecificationPlain.setTotalPrice(SjDecimalString inData)
          Field totalPrice is defined as mandatory.
 void SjVatDescriptionItemPlain.setVatPercentage(SjDecimalString inData)
          Field vatPercentage is defined as mandatory.
 void SjPriceVatPlain.setVatPercentage(SjDecimalString inData)
          Field vatPercentage is defined as optional.
 

Uses of SjDecimalString in se.sj.stina.domain.model.impl.standard
 

Classes in se.sj.stina.domain.model.impl.standard that implement SjDecimalString
 class SjDecimalStringStandard
          The decimal string datatype is used to represent fixed and floating scale quantities in a form close to their external representation.
 

Methods in se.sj.stina.domain.model.impl.standard that return SjDecimalString
 SjDecimalString SjStinaModelFactory.createDecimalString()
           
 SjDecimalString SjMoneyStandard.getAmount()
          Field amount is defined as mandatory.
 SjDecimalString SjCurrencyStandard.getExchangeRate()
          Field exchangeRate is defined as mandatory.
 SjDecimalString SjPaymentTypeDebitStandard.getMaxAmount()
          Field maxAmount is defined as optional.
 SjDecimalString SjPaymentTypeAllStandard.getMaxAmount()
          Field maxAmount is defined as optional.
 SjDecimalString SjRecentOrderSpecificationStandard.getTotalPrice()
          Field totalPrice is defined as mandatory.
 SjDecimalString SjVatDescriptionItemStandard.getVatPercentage()
          Field vatPercentage is defined as mandatory.
 SjDecimalString SjPriceVatStandard.getVatPercentage()
          Field vatPercentage is defined as optional.
 SjDecimalString SjMoneyStandard.lookupAmount()
          Field amount is defined as mandatory.
 SjDecimalString SjCurrencyStandard.lookupExchangeRate()
          Field exchangeRate is defined as mandatory.
 SjDecimalString SjPaymentTypeDebitStandard.lookupMaxAmount()
          Field maxAmount is defined as optional.
 SjDecimalString SjPaymentTypeAllStandard.lookupMaxAmount()
          Field maxAmount is defined as optional.
 SjDecimalString SjRecentOrderSpecificationStandard.lookupTotalPrice()
          Field totalPrice is defined as mandatory.
 SjDecimalString SjVatDescriptionItemStandard.lookupVatPercentage()
          Field vatPercentage is defined as mandatory.
 SjDecimalString SjPriceVatStandard.lookupVatPercentage()
          Field vatPercentage is defined as optional.
 

Methods in se.sj.stina.domain.model.impl.standard with parameters of type SjDecimalString
 void SjMoneyStandard.setAmount(SjDecimalString inData)
          Field amount is defined as mandatory.
 void SjCurrencyStandard.setExchangeRate(SjDecimalString inData)
          Field exchangeRate is defined as mandatory.
 void SjPaymentTypeDebitStandard.setMaxAmount(SjDecimalString inData)
          Field maxAmount is defined as optional.
 void SjPaymentTypeAllStandard.setMaxAmount(SjDecimalString inData)
          Field maxAmount is defined as optional.
 void SjRecentOrderSpecificationStandard.setTotalPrice(SjDecimalString inData)
          Field totalPrice is defined as mandatory.
 void SjVatDescriptionItemStandard.setVatPercentage(SjDecimalString inData)
          Field vatPercentage is defined as mandatory.
 void SjPriceVatStandard.setVatPercentage(SjDecimalString inData)
          Field vatPercentage is defined as optional.
 



Copyright © 2012. All Rights Reserved.