|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjUsedPaymentCode
Betalningsmedel och dess belopp som skall in i kassanotan
Field Summary | |
---|---|
static java.lang.String |
FOREIGN_CURRENCY_AMOUNT
|
static java.lang.String |
LOCAL_CURRENCY_AMOUNT
|
static java.lang.String |
MEANS_OF_PAYMENT_CODE
|
Method Summary | |
---|---|
SjMoney |
getForeignCurrencyAmount()
Field foreignCurrencyAmount is defined as optional. |
SjMoney |
getLocalCurrencyAmount()
Field localCurrencyAmount is defined as mandatory. |
SjCode |
getMeansOfPaymentCode()
Field meansOfPaymentCode is defined as mandatory. |
java.lang.String |
getMeansOfPaymentCodeValue()
Field meansOfPaymentCode is defined as mandatory. |
SjMoney |
lookupForeignCurrencyAmount()
Field foreignCurrencyAmount is defined as optional. |
SjMoney |
lookupLocalCurrencyAmount()
Field localCurrencyAmount is defined as mandatory. |
SjCode |
lookupMeansOfPaymentCode()
Field meansOfPaymentCode is defined as mandatory. |
void |
setForeignCurrencyAmount(SjMoney inData)
Field foreignCurrencyAmount is defined as optional. |
void |
setLocalCurrencyAmount(SjMoney inData)
Field localCurrencyAmount is defined as mandatory. |
void |
setMeansOfPaymentCode(SjCode inData)
Field meansOfPaymentCode is defined as mandatory. |
void |
setMeansOfPaymentCodeValue(java.lang.String inData)
Field meansOfPaymentCode is defined as mandatory. |
void |
setMeansOfPaymentCodeValue(java.lang.String inData,
boolean inNotify)
Field meansOfPaymentCode 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 MEANS_OF_PAYMENT_CODE
static final java.lang.String LOCAL_CURRENCY_AMOUNT
static final java.lang.String FOREIGN_CURRENCY_AMOUNT
Method Detail |
---|
SjCode getMeansOfPaymentCode()
SjCode lookupMeansOfPaymentCode()
void setMeansOfPaymentCode(SjCode inData)
java.lang.String getMeansOfPaymentCodeValue()
void setMeansOfPaymentCodeValue(java.lang.String inData)
void setMeansOfPaymentCodeValue(java.lang.String inData, boolean inNotify)
SjMoney getLocalCurrencyAmount()
SjMoney lookupLocalCurrencyAmount()
void setLocalCurrencyAmount(SjMoney inData)
SjMoney getForeignCurrencyAmount()
SjMoney lookupForeignCurrencyAmount()
void setForeignCurrencyAmount(SjMoney inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |