|
||||||||||
| 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.SjCalculateRebuyPriceResultStandard
public class SjCalculateRebuyPriceResultStandard
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.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.SjCalculateRebuyPriceResult |
|---|
CLIENT_INFORMATION, REBUY_PRICE, REBUY_PRICE_ITEM_LIST, TOTAL_CREDIT_POINTS, TOTAL_INSECURE_REBUY_PRICE, TOTAL_POINTS, TOTAL_PRICE |
| Constructor Summary | |
|---|---|
SjCalculateRebuyPriceResultStandard()
|
|
| 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. |
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 SjCalculateRebuyPriceResultStandard()
| Method Detail |
|---|
public SjPriceVat getTotalPrice()
getTotalPrice in interface SjCalculateRebuyPriceResultpublic SjPriceVat lookupTotalPrice()
lookupTotalPrice in interface SjCalculateRebuyPriceResultpublic void setTotalPrice(SjPriceVat inData)
setTotalPrice in interface SjCalculateRebuyPriceResultpublic SjPriceVat getRebuyPrice()
getRebuyPrice in interface SjCalculateRebuyPriceResultpublic SjPriceVat lookupRebuyPrice()
lookupRebuyPrice in interface SjCalculateRebuyPriceResultpublic void setRebuyPrice(SjPriceVat inData)
setRebuyPrice in interface SjCalculateRebuyPriceResultpublic TiIntegerInterface getTotalPoints()
getTotalPoints in interface SjCalculateRebuyPriceResultpublic TiIntegerInterface lookupTotalPoints()
lookupTotalPoints in interface SjCalculateRebuyPriceResultpublic void setTotalPoints(TiIntegerInterface inData)
setTotalPoints in interface SjCalculateRebuyPriceResultpublic java.lang.Integer getTotalPointsValue()
getTotalPointsValue in interface SjCalculateRebuyPriceResultpublic void setTotalPointsValue(java.lang.Integer inData)
setTotalPointsValue in interface SjCalculateRebuyPriceResult
public void setTotalPointsValue(java.lang.Integer inData,
boolean inNotify)
setTotalPointsValue in interface SjCalculateRebuyPriceResultpublic TiIntegerInterface getTotalCreditPoints()
getTotalCreditPoints in interface SjCalculateRebuyPriceResultpublic TiIntegerInterface lookupTotalCreditPoints()
lookupTotalCreditPoints in interface SjCalculateRebuyPriceResultpublic void setTotalCreditPoints(TiIntegerInterface inData)
setTotalCreditPoints in interface SjCalculateRebuyPriceResultpublic java.lang.Integer getTotalCreditPointsValue()
getTotalCreditPointsValue in interface SjCalculateRebuyPriceResultpublic void setTotalCreditPointsValue(java.lang.Integer inData)
setTotalCreditPointsValue in interface SjCalculateRebuyPriceResult
public void setTotalCreditPointsValue(java.lang.Integer inData,
boolean inNotify)
setTotalCreditPointsValue in interface SjCalculateRebuyPriceResultpublic SjPriceVat getTotalInsecureRebuyPrice()
getTotalInsecureRebuyPrice in interface SjCalculateRebuyPriceResultpublic SjPriceVat lookupTotalInsecureRebuyPrice()
lookupTotalInsecureRebuyPrice in interface SjCalculateRebuyPriceResultpublic void setTotalInsecureRebuyPrice(SjPriceVat inData)
setTotalInsecureRebuyPrice in interface SjCalculateRebuyPriceResultpublic SjRebuyPriceItemList getRebuyPriceItemList()
getRebuyPriceItemList in interface SjCalculateRebuyPriceResultpublic SjRebuyPriceItemList lookupRebuyPriceItemList()
lookupRebuyPriceItemList in interface SjCalculateRebuyPriceResultpublic void setRebuyPriceItemList(SjRebuyPriceItemList inData)
setRebuyPriceItemList in interface SjCalculateRebuyPriceResultpublic SjClientInformation getClientInformation()
getClientInformation in interface SjCalculateRebuyPriceResultpublic SjClientInformation lookupClientInformation()
lookupClientInformation in interface SjCalculateRebuyPriceResultpublic void setClientInformation(SjClientInformation inData)
setClientInformation in interface SjCalculateRebuyPriceResultprotected TiFieldSpecificationEnumeration specifyFields()
specifyFields in class TiAbstractMapModelpublic java.lang.String getRealTiName()
getRealTiName in interface TiCommonModelPartInterfacegetRealTiName in class TiAbstractModelpublic java.lang.String getGeneratedTiName()
getGeneratedTiName in interface TiCommonModelPartInterfacegetGeneratedTiName in class TiAbstractModel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||