|
||||||||||
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.SjCreditWarningPlain
public class SjCreditWarningPlain
Returneras som ett svar vid kreditering 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 kreditering har alltså INTE gjorts utan nytt anrop utan att varningsflaggan är satt skall ske för att kreditering skall ske
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
---|
TiAbstractMapData.TiMapDataComparator |
Field Summary | |
---|---|
SjMoneyPlain |
creditAmount
|
SjCodePlain |
creditAmountCode
|
TiStringData |
creditAmountText
|
TiIntegerData |
creditPoints
|
TiIntegerData |
points
|
SjMoneyPlain |
price
|
Fields inherited from interface se.sj.stina.domain.model.SjCreditWarning |
---|
CREDIT_AMOUNT, CREDIT_AMOUNT_CODE, CREDIT_AMOUNT_TEXT, CREDIT_POINTS, POINTS, PRICE |
Constructor Summary | |
---|---|
SjCreditWarningPlain()
|
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. |
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 SjMoneyPlain price
public SjMoneyPlain creditAmount
public SjCodePlain creditAmountCode
public TiStringData creditAmountText
public TiIntegerData points
public TiIntegerData creditPoints
Constructor Detail |
---|
public SjCreditWarningPlain()
Method Detail |
---|
public SjMoney getPrice()
getPrice
in interface SjCreditWarning
public SjMoney lookupPrice()
lookupPrice
in interface SjCreditWarning
public void setPrice(SjMoney inData)
setPrice
in interface SjCreditWarning
public SjMoney getCreditAmount()
getCreditAmount
in interface SjCreditWarning
public SjMoney lookupCreditAmount()
lookupCreditAmount
in interface SjCreditWarning
public void setCreditAmount(SjMoney inData)
setCreditAmount
in interface SjCreditWarning
public SjCode getCreditAmountCode()
getCreditAmountCode
in interface SjCreditWarning
public SjCode lookupCreditAmountCode()
lookupCreditAmountCode
in interface SjCreditWarning
public void setCreditAmountCode(SjCode inData)
setCreditAmountCode
in interface SjCreditWarning
public java.lang.String getCreditAmountCodeValue()
getCreditAmountCodeValue
in interface SjCreditWarning
public void setCreditAmountCodeValue(java.lang.String inData)
setCreditAmountCodeValue
in interface SjCreditWarning
public void setCreditAmountCodeValue(java.lang.String inData, boolean inNotify)
setCreditAmountCodeValue
in interface SjCreditWarning
public TiStringInterface getCreditAmountText()
getCreditAmountText
in interface SjCreditWarning
public TiStringInterface lookupCreditAmountText()
lookupCreditAmountText
in interface SjCreditWarning
public void setCreditAmountText(TiStringInterface inData)
setCreditAmountText
in interface SjCreditWarning
public java.lang.String getCreditAmountTextValue()
getCreditAmountTextValue
in interface SjCreditWarning
public void setCreditAmountTextValue(java.lang.String inData)
setCreditAmountTextValue
in interface SjCreditWarning
public void setCreditAmountTextValue(java.lang.String inData, boolean inNotify)
setCreditAmountTextValue
in interface SjCreditWarning
public TiIntegerInterface getPoints()
getPoints
in interface SjCreditWarning
public TiIntegerInterface lookupPoints()
lookupPoints
in interface SjCreditWarning
public void setPoints(TiIntegerInterface inData)
setPoints
in interface SjCreditWarning
public java.lang.Integer getPointsValue()
getPointsValue
in interface SjCreditWarning
public void setPointsValue(java.lang.Integer inData)
setPointsValue
in interface SjCreditWarning
public void setPointsValue(java.lang.Integer inData, boolean inNotify)
setPointsValue
in interface SjCreditWarning
public TiIntegerInterface getCreditPoints()
getCreditPoints
in interface SjCreditWarning
public TiIntegerInterface lookupCreditPoints()
lookupCreditPoints
in interface SjCreditWarning
public void setCreditPoints(TiIntegerInterface inData)
setCreditPoints
in interface SjCreditWarning
public java.lang.Integer getCreditPointsValue()
getCreditPointsValue
in interface SjCreditWarning
public void setCreditPointsValue(java.lang.Integer inData)
setCreditPointsValue
in interface SjCreditWarning
public void setCreditPointsValue(java.lang.Integer inData, boolean inNotify)
setCreditPointsValue
in interface SjCreditWarning
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 |