|
||||||||||
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.SjConsumerPriceItemDescriptionStandard
public class SjConsumerPriceItemDescriptionStandard
Prisstruktur vid sorterad prisfråga.
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.SjConsumerPriceItemDescription |
---|
CONSUMER_DESCRIPTION_LIST, DISCOUNT_TYPE_LIST, PLACEMENT_PRICE_DESCRIPTION, POINTS, PRICE, SECTION_DESCRIPTION_LIST, SERVICE_NAME, SERVICE_OPTION_LIST, TRANSPORT_PRICE_DESCRIPTION |
Constructor Summary | |
---|---|
SjConsumerPriceItemDescriptionStandard()
|
Method Summary | |
---|---|
SjConsumerDescriptionList |
getConsumerDescriptionList()
Field consumerDescriptionList is defined as optional. |
SjDiscountTypeList |
getDiscountTypeList()
Field discountTypeList is defined as optional. |
java.lang.String |
getGeneratedTiName()
|
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 mandatory. |
java.lang.String |
getRealTiName()
|
SjSectionDescriptionList |
getSectionDescriptionList()
Field sectionDescriptionList is defined as optional. |
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. |
SjConsumerDescriptionList |
lookupConsumerDescriptionList()
Field consumerDescriptionList is defined as optional. |
SjDiscountTypeList |
lookupDiscountTypeList()
Field discountTypeList 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 mandatory. |
SjSectionDescriptionList |
lookupSectionDescriptionList()
Field sectionDescriptionList 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 |
setConsumerDescriptionList(SjConsumerDescriptionList inData)
Field consumerDescriptionList is defined as optional. |
void |
setDiscountTypeList(SjDiscountTypeList inData)
Field discountTypeList 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 mandatory. |
void |
setSectionDescriptionList(SjSectionDescriptionList inData)
Field sectionDescriptionList 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 SjConsumerPriceItemDescriptionStandard()
Method Detail |
---|
public SjPriceVat getPrice()
getPrice
in interface SjConsumerPriceItemDescription
public SjPriceVat lookupPrice()
lookupPrice
in interface SjConsumerPriceItemDescription
public void setPrice(SjPriceVat inData)
setPrice
in interface SjConsumerPriceItemDescription
public SjTransportPriceDescription getTransportPriceDescription()
getTransportPriceDescription
in interface SjConsumerPriceItemDescription
public SjTransportPriceDescription lookupTransportPriceDescription()
lookupTransportPriceDescription
in interface SjConsumerPriceItemDescription
public void setTransportPriceDescription(SjTransportPriceDescription inData)
setTransportPriceDescription
in interface SjConsumerPriceItemDescription
public SjPlacementPriceDescription getPlacementPriceDescription()
getPlacementPriceDescription
in interface SjConsumerPriceItemDescription
public SjPlacementPriceDescription lookupPlacementPriceDescription()
lookupPlacementPriceDescription
in interface SjConsumerPriceItemDescription
public void setPlacementPriceDescription(SjPlacementPriceDescription inData)
setPlacementPriceDescription
in interface SjConsumerPriceItemDescription
public SjServiceOptionList getServiceOptionList()
getServiceOptionList
in interface SjConsumerPriceItemDescription
public SjServiceOptionList lookupServiceOptionList()
lookupServiceOptionList
in interface SjConsumerPriceItemDescription
public void setServiceOptionList(SjServiceOptionList inData)
setServiceOptionList
in interface SjConsumerPriceItemDescription
public TiIntegerInterface getPoints()
getPoints
in interface SjConsumerPriceItemDescription
public TiIntegerInterface lookupPoints()
lookupPoints
in interface SjConsumerPriceItemDescription
public void setPoints(TiIntegerInterface inData)
setPoints
in interface SjConsumerPriceItemDescription
public java.lang.Integer getPointsValue()
getPointsValue
in interface SjConsumerPriceItemDescription
public void setPointsValue(java.lang.Integer inData)
setPointsValue
in interface SjConsumerPriceItemDescription
public void setPointsValue(java.lang.Integer inData, boolean inNotify)
setPointsValue
in interface SjConsumerPriceItemDescription
public TiStringInterface getServiceName()
getServiceName
in interface SjConsumerPriceItemDescription
public TiStringInterface lookupServiceName()
lookupServiceName
in interface SjConsumerPriceItemDescription
public void setServiceName(TiStringInterface inData)
setServiceName
in interface SjConsumerPriceItemDescription
public java.lang.String getServiceNameValue()
getServiceNameValue
in interface SjConsumerPriceItemDescription
public void setServiceNameValue(java.lang.String inData)
setServiceNameValue
in interface SjConsumerPriceItemDescription
public void setServiceNameValue(java.lang.String inData, boolean inNotify)
setServiceNameValue
in interface SjConsumerPriceItemDescription
public SjDiscountTypeList getDiscountTypeList()
getDiscountTypeList
in interface SjConsumerPriceItemDescription
public SjDiscountTypeList lookupDiscountTypeList()
lookupDiscountTypeList
in interface SjConsumerPriceItemDescription
public void setDiscountTypeList(SjDiscountTypeList inData)
setDiscountTypeList
in interface SjConsumerPriceItemDescription
public SjConsumerDescriptionList getConsumerDescriptionList()
getConsumerDescriptionList
in interface SjConsumerPriceItemDescription
public SjConsumerDescriptionList lookupConsumerDescriptionList()
lookupConsumerDescriptionList
in interface SjConsumerPriceItemDescription
public void setConsumerDescriptionList(SjConsumerDescriptionList inData)
setConsumerDescriptionList
in interface SjConsumerPriceItemDescription
public SjSectionDescriptionList getSectionDescriptionList()
getSectionDescriptionList
in interface SjConsumerPriceItemDescription
public SjSectionDescriptionList lookupSectionDescriptionList()
lookupSectionDescriptionList
in interface SjConsumerPriceItemDescription
public void setSectionDescriptionList(SjSectionDescriptionList inData)
setSectionDescriptionList
in interface SjConsumerPriceItemDescription
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 |