|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.stina.framework.core.model.TiAbstractData
org.stina.framework.core.model.TiAbstractMapData
se.sj.stina.domain.model.impl.plain.SjBasePriceDescriptionPlain
public class SjBasePriceDescriptionPlain
SeparateServiceOptionList innehåller tillval som ingår i baspriset men som ändå har behov att att visas som ett 'varav' pris.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
TiAbstractMapData.TiMapDataComparator |
| Field Summary | |
|---|---|
SjMoneyPlain |
exchangeVoucherAmount
|
SjMoneyPlain |
otherProducersFees
|
SjMoneyPlain |
priceInclVat
|
SjServiceOptionListPlain |
separateServiceOptionList
|
| Fields inherited from interface se.sj.stina.domain.model.SjBasePriceDescription |
|---|
EXCHANGE_VOUCHER_AMOUNT, OTHER_PRODUCERS_FEES, PRICE_INCL_VAT, SEPARATE_SERVICE_OPTION_LIST |
| Constructor Summary | |
|---|---|
SjBasePriceDescriptionPlain()
|
|
| Method Summary | |
|---|---|
SjMoney |
getExchangeVoucherAmount()
Field exchangeVoucherAmount is defined as optional. |
java.lang.String |
getGeneratedTiName()
|
SjMoney |
getOtherProducersFees()
Field otherProducersFees is defined as optional. |
SjMoney |
getPriceInclVat()
Field priceInclVat is defined as mandatory. |
java.lang.String |
getRealTiName()
|
SjServiceOptionList |
getSeparateServiceOptionList()
Field separateServiceOptionList is defined as optional. |
SjMoney |
lookupExchangeVoucherAmount()
Field exchangeVoucherAmount is defined as optional. |
SjMoney |
lookupOtherProducersFees()
Field otherProducersFees is defined as optional. |
SjMoney |
lookupPriceInclVat()
Field priceInclVat is defined as mandatory. |
SjServiceOptionList |
lookupSeparateServiceOptionList()
Field separateServiceOptionList is defined as optional. |
void |
setExchangeVoucherAmount(SjMoney inData)
Field exchangeVoucherAmount is defined as optional. |
void |
setOtherProducersFees(SjMoney inData)
Field otherProducersFees is defined as optional. |
void |
setPriceInclVat(SjMoney inData)
Field priceInclVat is defined as mandatory. |
void |
setSeparateServiceOptionList(SjServiceOptionList inData)
Field separateServiceOptionList is defined as optional. |
| Methods inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
clear, clone, clone, disposeModel, equalsModel, getAssignedFieldNames, getComparator, getField, getFieldNames, getIndexForXorPart, getModel, getModelImpl, getValue, getXorNameForXorPart, getXorPart, getXorPartNames, hasField, importValue, importValue, isEmpty, lookupField, lookupFieldObject, lookupModel, lookupModelImpl, memberModel, setModel, setValue, setValue, specifyXors, toDebugString, toDebugString, updateXorIndex |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.stina.framework.core.model.TiMapPlainInterface |
|---|
clear, getAssignedFieldNames, getComparator, getFieldNames, getModelImpl, getXorNameForXorPart, getXorPartNames, hasField, isEmpty, lookupFieldObject, lookupModelImpl, toDebugString |
| Methods inherited from interface org.stina.framework.core.model.TiMapModelPartInterface |
|---|
getIncludeIfOptional, getIndexForXorPart, lookupModel, setIncludeIfOptional, setUpdateXorFieldEnabled |
| Methods inherited from interface org.stina.framework.core.model.TiContainerModelPartInterface |
|---|
getModel, setModel |
| Methods inherited from interface org.stina.framework.core.model.TiCommonModelPartInterface |
|---|
clone, disposeModel, equalsModel, getValue, importValue, importValue, setValue, setValue, toDebugString, update, update |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface org.stina.framework.core.model.TiPropertyPartInterface |
|---|
getProperty, getPropertyModel, getPropertyNames, isEnabled, removeProperties, removeProperty, removeProperty, setEnabled, setEnabled, setProperty, setProperty, specifyProperties |
| Methods inherited from interface org.stina.framework.support.observer.TiObserverInterface |
|---|
updateObserver |
| Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface |
|---|
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString |
| Methods inherited from interface org.stina.framework.support.util.TiModelComponentInterface |
|---|
property |
| Field Detail |
|---|
public SjMoneyPlain priceInclVat
public SjMoneyPlain otherProducersFees
public SjMoneyPlain exchangeVoucherAmount
public SjServiceOptionListPlain separateServiceOptionList
| Constructor Detail |
|---|
public SjBasePriceDescriptionPlain()
| Method Detail |
|---|
public SjMoney getPriceInclVat()
getPriceInclVat in interface SjBasePriceDescriptionpublic SjMoney lookupPriceInclVat()
lookupPriceInclVat in interface SjBasePriceDescriptionpublic void setPriceInclVat(SjMoney inData)
setPriceInclVat in interface SjBasePriceDescriptionpublic SjMoney getOtherProducersFees()
getOtherProducersFees in interface SjBasePriceDescriptionpublic SjMoney lookupOtherProducersFees()
lookupOtherProducersFees in interface SjBasePriceDescriptionpublic void setOtherProducersFees(SjMoney inData)
setOtherProducersFees in interface SjBasePriceDescriptionpublic SjMoney getExchangeVoucherAmount()
getExchangeVoucherAmount in interface SjBasePriceDescriptionpublic SjMoney lookupExchangeVoucherAmount()
lookupExchangeVoucherAmount in interface SjBasePriceDescriptionpublic void setExchangeVoucherAmount(SjMoney inData)
setExchangeVoucherAmount in interface SjBasePriceDescriptionpublic SjServiceOptionList getSeparateServiceOptionList()
getSeparateServiceOptionList in interface SjBasePriceDescriptionpublic SjServiceOptionList lookupSeparateServiceOptionList()
lookupSeparateServiceOptionList in interface SjBasePriceDescriptionpublic void setSeparateServiceOptionList(SjServiceOptionList inData)
setSeparateServiceOptionList in interface SjBasePriceDescriptionpublic java.lang.String getRealTiName()
getRealTiName in interface TiCommonModelPartInterfacegetRealTiName in class TiAbstractDatapublic java.lang.String getGeneratedTiName()
getGeneratedTiName in interface TiCommonModelPartInterfacegetGeneratedTiName in class TiAbstractData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||