|
||||||||||
| 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.SjRebuyPriceItemPlain
public class SjRebuyPriceItemPlain
Ursprungligt pris och återköpsvärde för en beställningsrad
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
TiAbstractMapData.TiMapDataComparator |
| Field Summary | |
|---|---|
TiIntegerData |
creditPoints
|
SjCodePlain |
creditValueWarningCode
|
SjIdentityPlain |
orderItemId
|
TiIntegerData |
points
|
SjPriceVatPlain |
rebuyPrice
|
SjPriceVatPlain |
totalPrice
|
| Fields inherited from interface se.sj.stina.domain.model.SjRebuyPriceItem |
|---|
CREDIT_POINTS, CREDIT_VALUE_WARNING_CODE, ORDER_ITEM_ID, POINTS, REBUY_PRICE, TOTAL_PRICE |
| Constructor Summary | |
|---|---|
SjRebuyPriceItemPlain()
|
|
| Method Summary | |
|---|---|
TiIntegerInterface |
getCreditPoints()
Field creditPoints is defined as optional. |
java.lang.Integer |
getCreditPointsValue()
Field creditPoints is defined as optional. |
SjCode |
getCreditValueWarningCode()
Field creditValueWarningCode is defined as optional. |
java.lang.String |
getCreditValueWarningCodeValue()
Field creditValueWarningCode is defined as optional. |
java.lang.String |
getGeneratedTiName()
|
SjIdentity |
getOrderItemId()
Field orderItemId is defined as mandatory. |
java.lang.String |
getOrderItemIdValue()
Field orderItemId is defined as mandatory. |
TiIntegerInterface |
getPoints()
Field points is defined as optional. |
java.lang.Integer |
getPointsValue()
Field points is defined as optional. |
java.lang.String |
getRealTiName()
|
SjPriceVat |
getRebuyPrice()
Field rebuyPrice is defined as mandatory. |
SjPriceVat |
getTotalPrice()
Field totalPrice is defined as mandatory. |
TiIntegerInterface |
lookupCreditPoints()
Field creditPoints is defined as optional. |
SjCode |
lookupCreditValueWarningCode()
Field creditValueWarningCode is defined as optional. |
SjIdentity |
lookupOrderItemId()
Field orderItemId is defined as mandatory. |
TiIntegerInterface |
lookupPoints()
Field points is defined as optional. |
SjPriceVat |
lookupRebuyPrice()
Field rebuyPrice is defined as mandatory. |
SjPriceVat |
lookupTotalPrice()
Field totalPrice is defined as mandatory. |
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 |
setCreditValueWarningCode(SjCode inData)
Field creditValueWarningCode is defined as optional. |
void |
setCreditValueWarningCodeValue(java.lang.String inData)
Field creditValueWarningCode is defined as optional. |
void |
setCreditValueWarningCodeValue(java.lang.String inData,
boolean inNotify)
Field creditValueWarningCode is defined as optional. |
void |
setOrderItemId(SjIdentity inData)
Field orderItemId is defined as mandatory. |
void |
setOrderItemIdValue(java.lang.String inData)
Field orderItemId is defined as mandatory. |
void |
setOrderItemIdValue(java.lang.String inData,
boolean inNotify)
Field orderItemId is defined as mandatory. |
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 |
setRebuyPrice(SjPriceVat inData)
Field rebuyPrice is defined as mandatory. |
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 SjIdentityPlain orderItemId
public SjPriceVatPlain totalPrice
public SjPriceVatPlain rebuyPrice
public TiIntegerData points
public TiIntegerData creditPoints
public SjCodePlain creditValueWarningCode
| Constructor Detail |
|---|
public SjRebuyPriceItemPlain()
| Method Detail |
|---|
public SjIdentity getOrderItemId()
getOrderItemId in interface SjRebuyPriceItempublic SjIdentity lookupOrderItemId()
lookupOrderItemId in interface SjRebuyPriceItempublic void setOrderItemId(SjIdentity inData)
setOrderItemId in interface SjRebuyPriceItempublic java.lang.String getOrderItemIdValue()
getOrderItemIdValue in interface SjRebuyPriceItempublic void setOrderItemIdValue(java.lang.String inData)
setOrderItemIdValue in interface SjRebuyPriceItem
public void setOrderItemIdValue(java.lang.String inData,
boolean inNotify)
setOrderItemIdValue in interface SjRebuyPriceItempublic SjPriceVat getTotalPrice()
getTotalPrice in interface SjRebuyPriceItempublic SjPriceVat lookupTotalPrice()
lookupTotalPrice in interface SjRebuyPriceItempublic void setTotalPrice(SjPriceVat inData)
setTotalPrice in interface SjRebuyPriceItempublic SjPriceVat getRebuyPrice()
getRebuyPrice in interface SjRebuyPriceItempublic SjPriceVat lookupRebuyPrice()
lookupRebuyPrice in interface SjRebuyPriceItempublic void setRebuyPrice(SjPriceVat inData)
setRebuyPrice in interface SjRebuyPriceItempublic TiIntegerInterface getPoints()
getPoints in interface SjRebuyPriceItempublic TiIntegerInterface lookupPoints()
lookupPoints in interface SjRebuyPriceItempublic void setPoints(TiIntegerInterface inData)
setPoints in interface SjRebuyPriceItempublic java.lang.Integer getPointsValue()
getPointsValue in interface SjRebuyPriceItempublic void setPointsValue(java.lang.Integer inData)
setPointsValue in interface SjRebuyPriceItem
public void setPointsValue(java.lang.Integer inData,
boolean inNotify)
setPointsValue in interface SjRebuyPriceItempublic TiIntegerInterface getCreditPoints()
getCreditPoints in interface SjRebuyPriceItempublic TiIntegerInterface lookupCreditPoints()
lookupCreditPoints in interface SjRebuyPriceItempublic void setCreditPoints(TiIntegerInterface inData)
setCreditPoints in interface SjRebuyPriceItempublic java.lang.Integer getCreditPointsValue()
getCreditPointsValue in interface SjRebuyPriceItempublic void setCreditPointsValue(java.lang.Integer inData)
setCreditPointsValue in interface SjRebuyPriceItem
public void setCreditPointsValue(java.lang.Integer inData,
boolean inNotify)
setCreditPointsValue in interface SjRebuyPriceItempublic SjCode getCreditValueWarningCode()
getCreditValueWarningCode in interface SjRebuyPriceItempublic SjCode lookupCreditValueWarningCode()
lookupCreditValueWarningCode in interface SjRebuyPriceItempublic void setCreditValueWarningCode(SjCode inData)
setCreditValueWarningCode in interface SjRebuyPriceItempublic java.lang.String getCreditValueWarningCodeValue()
getCreditValueWarningCodeValue in interface SjRebuyPriceItempublic void setCreditValueWarningCodeValue(java.lang.String inData)
setCreditValueWarningCodeValue in interface SjRebuyPriceItem
public void setCreditValueWarningCodeValue(java.lang.String inData,
boolean inNotify)
setCreditValueWarningCodeValue in interface SjRebuyPriceItempublic java.lang.String getRealTiName()
getRealTiName in interface TiCommonModelPartInterfacegetRealTiName in class TiAbstractDatapublic java.lang.String getGeneratedTiName()
getGeneratedTiName in interface TiCommonModelPartInterfacegetGeneratedTiName in class TiAbstractData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||