|
||||||||||
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.SjCalculateRebuyPriceResultPlain
public class SjCalculateRebuyPriceResultPlain
Pris och återköpsvärde summerat för de i svaret ingående RebuyPriceItem. Även en lista med RebuyPriceItemList. Om man frågat på hel beställning returneras de rader som går att kreditera. Om man frågat på enstaka rader returneras dessa.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
---|
TiAbstractMapData.TiMapDataComparator |
Fields inherited from interface se.sj.stina.domain.model.SjCalculateRebuyPriceResult |
---|
CLIENT_INFORMATION, REBUY_PRICE, REBUY_PRICE_ITEM_LIST, TOTAL_CREDIT_POINTS, TOTAL_INSECURE_REBUY_PRICE, TOTAL_POINTS, TOTAL_PRICE |
Constructor Summary | |
---|---|
SjCalculateRebuyPriceResultPlain()
|
Method Summary | |
---|---|
SjClientInformation |
getClientInformation()
Field clientInformation is defined as optional. |
java.lang.String |
getGeneratedTiName()
|
java.lang.String |
getRealTiName()
|
SjPriceVat |
getRebuyPrice()
Field rebuyPrice is defined as mandatory. |
SjRebuyPriceItemList |
getRebuyPriceItemList()
Field rebuyPriceItemList is defined as mandatory. |
TiIntegerInterface |
getTotalCreditPoints()
Field totalCreditPoints is defined as optional. |
java.lang.Integer |
getTotalCreditPointsValue()
Field totalCreditPoints is defined as optional. |
SjPriceVat |
getTotalInsecureRebuyPrice()
Field totalInsecureRebuyPrice is defined as optional. |
TiIntegerInterface |
getTotalPoints()
Field totalPoints is defined as optional. |
java.lang.Integer |
getTotalPointsValue()
Field totalPoints is defined as optional. |
SjPriceVat |
getTotalPrice()
Field totalPrice is defined as mandatory. |
SjClientInformation |
lookupClientInformation()
Field clientInformation is defined as optional. |
SjPriceVat |
lookupRebuyPrice()
Field rebuyPrice is defined as mandatory. |
SjRebuyPriceItemList |
lookupRebuyPriceItemList()
Field rebuyPriceItemList is defined as mandatory. |
TiIntegerInterface |
lookupTotalCreditPoints()
Field totalCreditPoints is defined as optional. |
SjPriceVat |
lookupTotalInsecureRebuyPrice()
Field totalInsecureRebuyPrice is defined as optional. |
TiIntegerInterface |
lookupTotalPoints()
Field totalPoints is defined as optional. |
SjPriceVat |
lookupTotalPrice()
Field totalPrice is defined as mandatory. |
void |
setClientInformation(SjClientInformation inData)
Field clientInformation is defined as optional. |
void |
setRebuyPrice(SjPriceVat inData)
Field rebuyPrice is defined as mandatory. |
void |
setRebuyPriceItemList(SjRebuyPriceItemList inData)
Field rebuyPriceItemList is defined as mandatory. |
void |
setTotalCreditPoints(TiIntegerInterface inData)
Field totalCreditPoints is defined as optional. |
void |
setTotalCreditPointsValue(java.lang.Integer inData)
Field totalCreditPoints is defined as optional. |
void |
setTotalCreditPointsValue(java.lang.Integer inData,
boolean inNotify)
Field totalCreditPoints is defined as optional. |
void |
setTotalInsecureRebuyPrice(SjPriceVat inData)
Field totalInsecureRebuyPrice is defined as optional. |
void |
setTotalPoints(TiIntegerInterface inData)
Field totalPoints is defined as optional. |
void |
setTotalPointsValue(java.lang.Integer inData)
Field totalPoints is defined as optional. |
void |
setTotalPointsValue(java.lang.Integer inData,
boolean inNotify)
Field totalPoints is defined as optional. |
void |
setTotalPrice(SjPriceVat inData)
Field totalPrice is defined as mandatory. |
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 SjPriceVatPlain totalPrice
public SjPriceVatPlain rebuyPrice
public TiIntegerData totalPoints
public TiIntegerData totalCreditPoints
public SjPriceVatPlain totalInsecureRebuyPrice
public SjRebuyPriceItemListPlain rebuyPriceItemList
public SjClientInformationPlain clientInformation
Constructor Detail |
---|
public SjCalculateRebuyPriceResultPlain()
Method Detail |
---|
public SjPriceVat getTotalPrice()
getTotalPrice
in interface SjCalculateRebuyPriceResult
public SjPriceVat lookupTotalPrice()
lookupTotalPrice
in interface SjCalculateRebuyPriceResult
public void setTotalPrice(SjPriceVat inData)
setTotalPrice
in interface SjCalculateRebuyPriceResult
public SjPriceVat getRebuyPrice()
getRebuyPrice
in interface SjCalculateRebuyPriceResult
public SjPriceVat lookupRebuyPrice()
lookupRebuyPrice
in interface SjCalculateRebuyPriceResult
public void setRebuyPrice(SjPriceVat inData)
setRebuyPrice
in interface SjCalculateRebuyPriceResult
public TiIntegerInterface getTotalPoints()
getTotalPoints
in interface SjCalculateRebuyPriceResult
public TiIntegerInterface lookupTotalPoints()
lookupTotalPoints
in interface SjCalculateRebuyPriceResult
public void setTotalPoints(TiIntegerInterface inData)
setTotalPoints
in interface SjCalculateRebuyPriceResult
public java.lang.Integer getTotalPointsValue()
getTotalPointsValue
in interface SjCalculateRebuyPriceResult
public void setTotalPointsValue(java.lang.Integer inData)
setTotalPointsValue
in interface SjCalculateRebuyPriceResult
public void setTotalPointsValue(java.lang.Integer inData, boolean inNotify)
setTotalPointsValue
in interface SjCalculateRebuyPriceResult
public TiIntegerInterface getTotalCreditPoints()
getTotalCreditPoints
in interface SjCalculateRebuyPriceResult
public TiIntegerInterface lookupTotalCreditPoints()
lookupTotalCreditPoints
in interface SjCalculateRebuyPriceResult
public void setTotalCreditPoints(TiIntegerInterface inData)
setTotalCreditPoints
in interface SjCalculateRebuyPriceResult
public java.lang.Integer getTotalCreditPointsValue()
getTotalCreditPointsValue
in interface SjCalculateRebuyPriceResult
public void setTotalCreditPointsValue(java.lang.Integer inData)
setTotalCreditPointsValue
in interface SjCalculateRebuyPriceResult
public void setTotalCreditPointsValue(java.lang.Integer inData, boolean inNotify)
setTotalCreditPointsValue
in interface SjCalculateRebuyPriceResult
public SjPriceVat getTotalInsecureRebuyPrice()
getTotalInsecureRebuyPrice
in interface SjCalculateRebuyPriceResult
public SjPriceVat lookupTotalInsecureRebuyPrice()
lookupTotalInsecureRebuyPrice
in interface SjCalculateRebuyPriceResult
public void setTotalInsecureRebuyPrice(SjPriceVat inData)
setTotalInsecureRebuyPrice
in interface SjCalculateRebuyPriceResult
public SjRebuyPriceItemList getRebuyPriceItemList()
getRebuyPriceItemList
in interface SjCalculateRebuyPriceResult
public SjRebuyPriceItemList lookupRebuyPriceItemList()
lookupRebuyPriceItemList
in interface SjCalculateRebuyPriceResult
public void setRebuyPriceItemList(SjRebuyPriceItemList inData)
setRebuyPriceItemList
in interface SjCalculateRebuyPriceResult
public SjClientInformation getClientInformation()
getClientInformation
in interface SjCalculateRebuyPriceResult
public SjClientInformation lookupClientInformation()
lookupClientInformation
in interface SjCalculateRebuyPriceResult
public void setClientInformation(SjClientInformation inData)
setClientInformation
in interface SjCalculateRebuyPriceResult
public java.lang.String getRealTiName()
getRealTiName
in interface TiCommonModelPartInterface
getRealTiName
in class TiAbstractData
public java.lang.String getGeneratedTiName()
getGeneratedTiName
in interface TiCommonModelPartInterface
getGeneratedTiName
in class TiAbstractData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |