|
||||||||||
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.SjCancelOrderWarningStandard
public class SjCancelOrderWarningStandard
Returneras som ett svar vid avbokning och då det beräknade återköpspriset understiger det faktiska priset eller om varning att återköpsvärdet kommer att beräknas om vid återköp
Någon avbokning har alltså INTE gjorts utan nytt anrop utan att varningsflaggan är satt skall ske för att avbokning skall ske
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.SjCancelOrderWarning |
---|
CREDIT_AMOUNT, CREDIT_AMOUNT_CODE, CREDIT_AMOUNT_TEXT, CREDIT_POINTS, POINTS, PRICE |
Constructor Summary | |
---|---|
SjCancelOrderWarningStandard()
|
Method Summary | |
---|---|
SjMoney |
getCreditAmount()
Field creditAmount is defined as optional. |
SjCode |
getCreditAmountCode()
Field creditAmountCode is defined as optional. |
java.lang.String |
getCreditAmountCodeValue()
Field creditAmountCode is defined as optional. |
TiStringInterface |
getCreditAmountText()
Field creditAmountText is defined as optional. |
java.lang.String |
getCreditAmountTextValue()
Field creditAmountText is defined as optional. |
TiIntegerInterface |
getCreditPoints()
Field creditPoints is defined as optional. |
java.lang.Integer |
getCreditPointsValue()
Field creditPoints is defined as optional. |
java.lang.String |
getGeneratedTiName()
|
TiIntegerInterface |
getPoints()
Field points is defined as optional. |
java.lang.Integer |
getPointsValue()
Field points is defined as optional. |
SjMoney |
getPrice()
Field price is defined as optional. |
java.lang.String |
getRealTiName()
|
SjMoney |
lookupCreditAmount()
Field creditAmount is defined as optional. |
SjCode |
lookupCreditAmountCode()
Field creditAmountCode is defined as optional. |
TiStringInterface |
lookupCreditAmountText()
Field creditAmountText is defined as optional. |
TiIntegerInterface |
lookupCreditPoints()
Field creditPoints is defined as optional. |
TiIntegerInterface |
lookupPoints()
Field points is defined as optional. |
SjMoney |
lookupPrice()
Field price is defined as optional. |
void |
setCreditAmount(SjMoney inData)
Field creditAmount is defined as optional. |
void |
setCreditAmountCode(SjCode inData)
Field creditAmountCode is defined as optional. |
void |
setCreditAmountCodeValue(java.lang.String inData)
Field creditAmountCode is defined as optional. |
void |
setCreditAmountCodeValue(java.lang.String inData,
boolean inNotify)
Field creditAmountCode is defined as optional. |
void |
setCreditAmountText(TiStringInterface inData)
Field creditAmountText is defined as optional. |
void |
setCreditAmountTextValue(java.lang.String inData)
Field creditAmountText is defined as optional. |
void |
setCreditAmountTextValue(java.lang.String inData,
boolean inNotify)
Field creditAmountText is defined as optional. |
void |
setCreditPoints(TiIntegerInterface inData)
Field creditPoints is defined as optional. |
void |
setCreditPointsValue(java.lang.Integer inData)
Field creditPoints is defined as optional. |
void |
setCreditPointsValue(java.lang.Integer inData,
boolean inNotify)
Field creditPoints 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(SjMoney inData)
Field price 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 SjCancelOrderWarningStandard()
Method Detail |
---|
public SjMoney getPrice()
getPrice
in interface SjCancelOrderWarning
public SjMoney lookupPrice()
lookupPrice
in interface SjCancelOrderWarning
public void setPrice(SjMoney inData)
setPrice
in interface SjCancelOrderWarning
public SjMoney getCreditAmount()
getCreditAmount
in interface SjCancelOrderWarning
public SjMoney lookupCreditAmount()
lookupCreditAmount
in interface SjCancelOrderWarning
public void setCreditAmount(SjMoney inData)
setCreditAmount
in interface SjCancelOrderWarning
public SjCode getCreditAmountCode()
getCreditAmountCode
in interface SjCancelOrderWarning
public SjCode lookupCreditAmountCode()
lookupCreditAmountCode
in interface SjCancelOrderWarning
public void setCreditAmountCode(SjCode inData)
setCreditAmountCode
in interface SjCancelOrderWarning
public java.lang.String getCreditAmountCodeValue()
getCreditAmountCodeValue
in interface SjCancelOrderWarning
public void setCreditAmountCodeValue(java.lang.String inData)
setCreditAmountCodeValue
in interface SjCancelOrderWarning
public void setCreditAmountCodeValue(java.lang.String inData, boolean inNotify)
setCreditAmountCodeValue
in interface SjCancelOrderWarning
public TiStringInterface getCreditAmountText()
getCreditAmountText
in interface SjCancelOrderWarning
public TiStringInterface lookupCreditAmountText()
lookupCreditAmountText
in interface SjCancelOrderWarning
public void setCreditAmountText(TiStringInterface inData)
setCreditAmountText
in interface SjCancelOrderWarning
public java.lang.String getCreditAmountTextValue()
getCreditAmountTextValue
in interface SjCancelOrderWarning
public void setCreditAmountTextValue(java.lang.String inData)
setCreditAmountTextValue
in interface SjCancelOrderWarning
public void setCreditAmountTextValue(java.lang.String inData, boolean inNotify)
setCreditAmountTextValue
in interface SjCancelOrderWarning
public TiIntegerInterface getPoints()
getPoints
in interface SjCancelOrderWarning
public TiIntegerInterface lookupPoints()
lookupPoints
in interface SjCancelOrderWarning
public void setPoints(TiIntegerInterface inData)
setPoints
in interface SjCancelOrderWarning
public java.lang.Integer getPointsValue()
getPointsValue
in interface SjCancelOrderWarning
public void setPointsValue(java.lang.Integer inData)
setPointsValue
in interface SjCancelOrderWarning
public void setPointsValue(java.lang.Integer inData, boolean inNotify)
setPointsValue
in interface SjCancelOrderWarning
public TiIntegerInterface getCreditPoints()
getCreditPoints
in interface SjCancelOrderWarning
public TiIntegerInterface lookupCreditPoints()
lookupCreditPoints
in interface SjCancelOrderWarning
public void setCreditPoints(TiIntegerInterface inData)
setCreditPoints
in interface SjCancelOrderWarning
public java.lang.Integer getCreditPointsValue()
getCreditPointsValue
in interface SjCancelOrderWarning
public void setCreditPointsValue(java.lang.Integer inData)
setCreditPointsValue
in interface SjCancelOrderWarning
public void setCreditPointsValue(java.lang.Integer inData, boolean inNotify)
setCreditPointsValue
in interface SjCancelOrderWarning
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 |