|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjRebuyPriceItem
Ursprungligt pris och återköpsvärde för en beställningsrad
Field Summary | |
---|---|
static java.lang.String |
CREDIT_POINTS
|
static java.lang.String |
CREDIT_VALUE_WARNING_CODE
|
static java.lang.String |
ORDER_ITEM_ID
|
static java.lang.String |
POINTS
|
static java.lang.String |
REBUY_PRICE
|
static java.lang.String |
TOTAL_PRICE
|
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. |
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. |
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 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, getGeneratedTiName, getRealTiName, 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 |
Field Detail |
---|
static final java.lang.String ORDER_ITEM_ID
static final java.lang.String TOTAL_PRICE
static final java.lang.String REBUY_PRICE
static final java.lang.String POINTS
static final java.lang.String CREDIT_POINTS
static final java.lang.String CREDIT_VALUE_WARNING_CODE
Method Detail |
---|
SjIdentity getOrderItemId()
SjIdentity lookupOrderItemId()
void setOrderItemId(SjIdentity inData)
java.lang.String getOrderItemIdValue()
void setOrderItemIdValue(java.lang.String inData)
void setOrderItemIdValue(java.lang.String inData, boolean inNotify)
SjPriceVat getTotalPrice()
SjPriceVat lookupTotalPrice()
void setTotalPrice(SjPriceVat inData)
SjPriceVat getRebuyPrice()
SjPriceVat lookupRebuyPrice()
void setRebuyPrice(SjPriceVat inData)
TiIntegerInterface getPoints()
TiIntegerInterface lookupPoints()
void setPoints(TiIntegerInterface inData)
java.lang.Integer getPointsValue()
void setPointsValue(java.lang.Integer inData)
void setPointsValue(java.lang.Integer inData, boolean inNotify)
TiIntegerInterface getCreditPoints()
TiIntegerInterface lookupCreditPoints()
void setCreditPoints(TiIntegerInterface inData)
java.lang.Integer getCreditPointsValue()
void setCreditPointsValue(java.lang.Integer inData)
void setCreditPointsValue(java.lang.Integer inData, boolean inNotify)
SjCode getCreditValueWarningCode()
SjCode lookupCreditValueWarningCode()
void setCreditValueWarningCode(SjCode inData)
java.lang.String getCreditValueWarningCodeValue()
void setCreditValueWarningCodeValue(java.lang.String inData)
void setCreditValueWarningCodeValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |