|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stina.framework.support.observer.TiSubject
org.stina.framework.core.model.TiAbstractModel
org.stina.framework.core.model.TiAbstractMapModel
se.sj.stina.domain.model.impl.standard.SjPriceItemDescriptionStandard
public class SjPriceItemDescriptionStandard
Innehåller detaljerad prisinformation (per resenär ungefär) isTrustWorthy (F1826) om false så finns det visserligen ett pris men det innehåller inte hela kostnaden. För vissa utlandsförbindelser så kanske vi t.ex. får bokningsavgiften men inte färd och plats.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapModel |
---|
TiAbstractMapModel.TiMapModelComparator |
Field Summary |
---|
Fields inherited from class org.stina.framework.core.model.TiAbstractModel |
---|
disposed |
Fields inherited from interface se.sj.stina.domain.model.SjPriceItemDescription |
---|
BASE_PRICE_DESCRIPTION, CONSUMER_DESCRIPTION_LIST, CONSUMER_GROUP_DESCRIPTION, DISCOUNT_TYPE_LIST, EXCHANGE_VOUCHER_AMOUNT, IS_TRUST_WORTHY, OTHER_PRODUCERS_FEES, PLACEMENT_PRICE_DESCRIPTION, POINTS, PRICE, PRICE_ITEM_DETAIL, SERVICE_NAME, SERVICE_OPTION_LIST, TRANSPORT_PRICE_DESCRIPTION |
Constructor Summary | |
---|---|
SjPriceItemDescriptionStandard()
|
Method Summary | |
---|---|
SjBasePriceDescription |
getBasePriceDescription()
Field basePriceDescription is defined as optional. |
SjConsumerDescriptionList |
getConsumerDescriptionList()
Field consumerDescriptionList is defined as optional. |
SjConsumerGroupDescription |
getConsumerGroupDescription()
Field consumerGroupDescription is defined as optional. |
SjDiscountTypeList |
getDiscountTypeList()
Field discountTypeList is defined as optional. |
SjMoney |
getExchangeVoucherAmount()
Field exchangeVoucherAmount is defined as optional. |
java.lang.String |
getGeneratedTiName()
|
TiBooleanInterface |
getIsTrustWorthy()
Field isTrustWorthy is defined as optional. |
java.lang.Boolean |
getIsTrustWorthyValue()
Field isTrustWorthy is defined as optional. |
SjMoney |
getOtherProducersFees()
Field otherProducersFees is defined as optional. |
SjPlacementPriceDescription |
getPlacementPriceDescription()
Field placementPriceDescription is defined as optional. |
TiIntegerInterface |
getPoints()
Field points is defined as optional. |
java.lang.Integer |
getPointsValue()
Field points is defined as optional. |
SjPriceVat |
getPrice()
Field price is defined as optional. |
SjPriceItemDetail |
getPriceItemDetail()
Field priceItemDetail is defined as optional. |
java.lang.String |
getRealTiName()
|
TiStringInterface |
getServiceName()
Field serviceName is defined as optional. |
java.lang.String |
getServiceNameValue()
Field serviceName is defined as optional. |
SjServiceOptionList |
getServiceOptionList()
Field serviceOptionList is defined as optional. |
SjTransportPriceDescription |
getTransportPriceDescription()
Field transportPriceDescription is defined as optional. |
SjBasePriceDescription |
lookupBasePriceDescription()
Field basePriceDescription is defined as optional. |
SjConsumerDescriptionList |
lookupConsumerDescriptionList()
Field consumerDescriptionList is defined as optional. |
SjConsumerGroupDescription |
lookupConsumerGroupDescription()
Field consumerGroupDescription is defined as optional. |
SjDiscountTypeList |
lookupDiscountTypeList()
Field discountTypeList is defined as optional. |
SjMoney |
lookupExchangeVoucherAmount()
Field exchangeVoucherAmount is defined as optional. |
TiBooleanInterface |
lookupIsTrustWorthy()
Field isTrustWorthy is defined as optional. |
SjMoney |
lookupOtherProducersFees()
Field otherProducersFees is defined as optional. |
SjPlacementPriceDescription |
lookupPlacementPriceDescription()
Field placementPriceDescription is defined as optional. |
TiIntegerInterface |
lookupPoints()
Field points is defined as optional. |
SjPriceVat |
lookupPrice()
Field price is defined as optional. |
SjPriceItemDetail |
lookupPriceItemDetail()
Field priceItemDetail is defined as optional. |
TiStringInterface |
lookupServiceName()
Field serviceName is defined as optional. |
SjServiceOptionList |
lookupServiceOptionList()
Field serviceOptionList is defined as optional. |
SjTransportPriceDescription |
lookupTransportPriceDescription()
Field transportPriceDescription is defined as optional. |
void |
setBasePriceDescription(SjBasePriceDescription inData)
Field basePriceDescription is defined as optional. |
void |
setConsumerDescriptionList(SjConsumerDescriptionList inData)
Field consumerDescriptionList is defined as optional. |
void |
setConsumerGroupDescription(SjConsumerGroupDescription inData)
Field consumerGroupDescription is defined as optional. |
void |
setDiscountTypeList(SjDiscountTypeList inData)
Field discountTypeList is defined as optional. |
void |
setExchangeVoucherAmount(SjMoney inData)
Field exchangeVoucherAmount is defined as optional. |
void |
setIsTrustWorthy(TiBooleanInterface inData)
Field isTrustWorthy is defined as optional. |
void |
setIsTrustWorthyValue(java.lang.Boolean inData)
Field isTrustWorthy is defined as optional. |
void |
setIsTrustWorthyValue(java.lang.Boolean inData,
boolean inNotify)
Field isTrustWorthy is defined as optional. |
void |
setOtherProducersFees(SjMoney inData)
Field otherProducersFees is defined as optional. |
void |
setPlacementPriceDescription(SjPlacementPriceDescription inData)
Field placementPriceDescription is defined as optional. |
void |
setPoints(TiIntegerInterface inData)
Field points is defined as optional. |
void |
setPointsValue(java.lang.Integer inData)
Field points is defined as optional. |
void |
setPointsValue(java.lang.Integer inData,
boolean inNotify)
Field points is defined as optional. |
void |
setPrice(SjPriceVat inData)
Field price is defined as optional. |
void |
setPriceItemDetail(SjPriceItemDetail inData)
Field priceItemDetail is defined as optional. |
void |
setServiceName(TiStringInterface inData)
Field serviceName is defined as optional. |
void |
setServiceNameValue(java.lang.String inData)
Field serviceName is defined as optional. |
void |
setServiceNameValue(java.lang.String inData,
boolean inNotify)
Field serviceName is defined as optional. |
void |
setServiceOptionList(SjServiceOptionList inData)
Field serviceOptionList is defined as optional. |
void |
setTransportPriceDescription(SjTransportPriceDescription inData)
Field transportPriceDescription is defined as optional. |
protected TiFieldSpecificationEnumeration |
specifyFields()
|
Methods inherited from class org.stina.framework.core.model.TiAbstractMapModel |
---|
attachObserver, clear, clone, detachObserver, disposeModel, equalsModel, getAssignedFieldNames, getComparator, getField, getField, getFieldNames, getIncludeIfOptional, getIndexForXorPart, getModel, getModelImpl, getRealField, getRealField, getValue, getXorNameForXorPart, getXorPartNames, getXorSpecificationByName, hasField, importValue, importValue, isEmpty, lookupField, lookupFieldObject, lookupModel, lookupModelImpl, memberModel, setIncludeIfOptional, setModel, setUpdateXorFieldEnabled, setValue, setValue, specifyXors, toDebugString, toDebugString |
Methods inherited from class org.stina.framework.support.observer.TiSubject |
---|
getIndexOf, getIndexOf, getObserverCount, getObserverCount, isObserverAttached, logObservers, lookupObservers, lookupObserversLock, notifyAnyAspectObservers, notifyObservers |
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 |
Constructor Detail |
---|
public SjPriceItemDescriptionStandard()
Method Detail |
---|
public SjPriceVat getPrice()
getPrice
in interface SjPriceItemDescription
public SjPriceVat lookupPrice()
lookupPrice
in interface SjPriceItemDescription
public void setPrice(SjPriceVat inData)
setPrice
in interface SjPriceItemDescription
public TiBooleanInterface getIsTrustWorthy()
getIsTrustWorthy
in interface SjPriceItemDescription
public TiBooleanInterface lookupIsTrustWorthy()
lookupIsTrustWorthy
in interface SjPriceItemDescription
public void setIsTrustWorthy(TiBooleanInterface inData)
setIsTrustWorthy
in interface SjPriceItemDescription
public java.lang.Boolean getIsTrustWorthyValue()
getIsTrustWorthyValue
in interface SjPriceItemDescription
public void setIsTrustWorthyValue(java.lang.Boolean inData)
setIsTrustWorthyValue
in interface SjPriceItemDescription
public void setIsTrustWorthyValue(java.lang.Boolean inData, boolean inNotify)
setIsTrustWorthyValue
in interface SjPriceItemDescription
public SjMoney getExchangeVoucherAmount()
getExchangeVoucherAmount
in interface SjPriceItemDescription
public SjMoney lookupExchangeVoucherAmount()
lookupExchangeVoucherAmount
in interface SjPriceItemDescription
public void setExchangeVoucherAmount(SjMoney inData)
setExchangeVoucherAmount
in interface SjPriceItemDescription
public SjMoney getOtherProducersFees()
getOtherProducersFees
in interface SjPriceItemDescription
public SjMoney lookupOtherProducersFees()
lookupOtherProducersFees
in interface SjPriceItemDescription
public void setOtherProducersFees(SjMoney inData)
setOtherProducersFees
in interface SjPriceItemDescription
public SjBasePriceDescription getBasePriceDescription()
getBasePriceDescription
in interface SjPriceItemDescription
public SjBasePriceDescription lookupBasePriceDescription()
lookupBasePriceDescription
in interface SjPriceItemDescription
public void setBasePriceDescription(SjBasePriceDescription inData)
setBasePriceDescription
in interface SjPriceItemDescription
public SjTransportPriceDescription getTransportPriceDescription()
getTransportPriceDescription
in interface SjPriceItemDescription
public SjTransportPriceDescription lookupTransportPriceDescription()
lookupTransportPriceDescription
in interface SjPriceItemDescription
public void setTransportPriceDescription(SjTransportPriceDescription inData)
setTransportPriceDescription
in interface SjPriceItemDescription
public SjPlacementPriceDescription getPlacementPriceDescription()
getPlacementPriceDescription
in interface SjPriceItemDescription
public SjPlacementPriceDescription lookupPlacementPriceDescription()
lookupPlacementPriceDescription
in interface SjPriceItemDescription
public void setPlacementPriceDescription(SjPlacementPriceDescription inData)
setPlacementPriceDescription
in interface SjPriceItemDescription
public SjServiceOptionList getServiceOptionList()
getServiceOptionList
in interface SjPriceItemDescription
public SjServiceOptionList lookupServiceOptionList()
lookupServiceOptionList
in interface SjPriceItemDescription
public void setServiceOptionList(SjServiceOptionList inData)
setServiceOptionList
in interface SjPriceItemDescription
public TiIntegerInterface getPoints()
getPoints
in interface SjPriceItemDescription
public TiIntegerInterface lookupPoints()
lookupPoints
in interface SjPriceItemDescription
public void setPoints(TiIntegerInterface inData)
setPoints
in interface SjPriceItemDescription
public java.lang.Integer getPointsValue()
getPointsValue
in interface SjPriceItemDescription
public void setPointsValue(java.lang.Integer inData)
setPointsValue
in interface SjPriceItemDescription
public void setPointsValue(java.lang.Integer inData, boolean inNotify)
setPointsValue
in interface SjPriceItemDescription
public TiStringInterface getServiceName()
getServiceName
in interface SjPriceItemDescription
public TiStringInterface lookupServiceName()
lookupServiceName
in interface SjPriceItemDescription
public void setServiceName(TiStringInterface inData)
setServiceName
in interface SjPriceItemDescription
public java.lang.String getServiceNameValue()
getServiceNameValue
in interface SjPriceItemDescription
public void setServiceNameValue(java.lang.String inData)
setServiceNameValue
in interface SjPriceItemDescription
public void setServiceNameValue(java.lang.String inData, boolean inNotify)
setServiceNameValue
in interface SjPriceItemDescription
public SjDiscountTypeList getDiscountTypeList()
getDiscountTypeList
in interface SjPriceItemDescription
public SjDiscountTypeList lookupDiscountTypeList()
lookupDiscountTypeList
in interface SjPriceItemDescription
public void setDiscountTypeList(SjDiscountTypeList inData)
setDiscountTypeList
in interface SjPriceItemDescription
public SjConsumerDescriptionList getConsumerDescriptionList()
getConsumerDescriptionList
in interface SjPriceItemDescription
public SjConsumerDescriptionList lookupConsumerDescriptionList()
lookupConsumerDescriptionList
in interface SjPriceItemDescription
public void setConsumerDescriptionList(SjConsumerDescriptionList inData)
setConsumerDescriptionList
in interface SjPriceItemDescription
public SjConsumerGroupDescription getConsumerGroupDescription()
getConsumerGroupDescription
in interface SjPriceItemDescription
public SjConsumerGroupDescription lookupConsumerGroupDescription()
lookupConsumerGroupDescription
in interface SjPriceItemDescription
public void setConsumerGroupDescription(SjConsumerGroupDescription inData)
setConsumerGroupDescription
in interface SjPriceItemDescription
public SjPriceItemDetail getPriceItemDetail()
getPriceItemDetail
in interface SjPriceItemDescription
public SjPriceItemDetail lookupPriceItemDetail()
lookupPriceItemDetail
in interface SjPriceItemDescription
public void setPriceItemDetail(SjPriceItemDetail inData)
setPriceItemDetail
in interface SjPriceItemDescription
protected TiFieldSpecificationEnumeration specifyFields()
specifyFields
in class TiAbstractMapModel
public java.lang.String getRealTiName()
getRealTiName
in interface TiCommonModelPartInterface
getRealTiName
in class TiAbstractModel
public java.lang.String getGeneratedTiName()
getGeneratedTiName
in interface TiCommonModelPartInterface
getGeneratedTiName
in class TiAbstractModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |