|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjCurrency
En valuta. Factor = Omräkningsfaktor till ExchangeRate.
Field Summary | |
---|---|
static java.lang.String |
CURRENCY_CODE
|
static java.lang.String |
CURRENCY_NAME
|
static java.lang.String |
EXCHANGE_RATE
|
static java.lang.String |
FACTOR
|
Method Summary | |
---|---|
SjCode |
getCurrencyCode()
Field currencyCode is defined as mandatory. |
java.lang.String |
getCurrencyCodeValue()
Field currencyCode is defined as mandatory. |
TiStringInterface |
getCurrencyName()
Field currencyName is defined as mandatory. |
java.lang.String |
getCurrencyNameValue()
Field currencyName is defined as mandatory. |
SjDecimalString |
getExchangeRate()
Field exchangeRate is defined as mandatory. |
java.lang.String |
getExchangeRateValue()
Field exchangeRate is defined as mandatory. |
TiIntegerInterface |
getFactor()
Field factor is defined as mandatory. |
java.lang.Integer |
getFactorValue()
Field factor is defined as mandatory. |
SjCode |
lookupCurrencyCode()
Field currencyCode is defined as mandatory. |
TiStringInterface |
lookupCurrencyName()
Field currencyName is defined as mandatory. |
SjDecimalString |
lookupExchangeRate()
Field exchangeRate is defined as mandatory. |
TiIntegerInterface |
lookupFactor()
Field factor is defined as mandatory. |
void |
setCurrencyCode(SjCode inData)
Field currencyCode is defined as mandatory. |
void |
setCurrencyCodeValue(java.lang.String inData)
Field currencyCode is defined as mandatory. |
void |
setCurrencyCodeValue(java.lang.String inData,
boolean inNotify)
Field currencyCode is defined as mandatory. |
void |
setCurrencyName(TiStringInterface inData)
Field currencyName is defined as mandatory. |
void |
setCurrencyNameValue(java.lang.String inData)
Field currencyName is defined as mandatory. |
void |
setCurrencyNameValue(java.lang.String inData,
boolean inNotify)
Field currencyName is defined as mandatory. |
void |
setExchangeRate(SjDecimalString inData)
Field exchangeRate is defined as mandatory. |
void |
setExchangeRateValue(java.lang.String inData)
Field exchangeRate is defined as mandatory. |
void |
setExchangeRateValue(java.lang.String inData,
boolean inNotify)
Field exchangeRate is defined as mandatory. |
void |
setFactor(TiIntegerInterface inData)
Field factor is defined as mandatory. |
void |
setFactorValue(java.lang.Integer inData)
Field factor is defined as mandatory. |
void |
setFactorValue(java.lang.Integer inData,
boolean inNotify)
Field factor 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 CURRENCY_CODE
static final java.lang.String EXCHANGE_RATE
static final java.lang.String FACTOR
static final java.lang.String CURRENCY_NAME
Method Detail |
---|
SjCode getCurrencyCode()
SjCode lookupCurrencyCode()
void setCurrencyCode(SjCode inData)
java.lang.String getCurrencyCodeValue()
void setCurrencyCodeValue(java.lang.String inData)
void setCurrencyCodeValue(java.lang.String inData, boolean inNotify)
SjDecimalString getExchangeRate()
SjDecimalString lookupExchangeRate()
void setExchangeRate(SjDecimalString inData)
java.lang.String getExchangeRateValue()
void setExchangeRateValue(java.lang.String inData)
void setExchangeRateValue(java.lang.String inData, boolean inNotify)
TiIntegerInterface getFactor()
TiIntegerInterface lookupFactor()
void setFactor(TiIntegerInterface inData)
java.lang.Integer getFactorValue()
void setFactorValue(java.lang.Integer inData)
void setFactorValue(java.lang.Integer inData, boolean inNotify)
TiStringInterface getCurrencyName()
TiStringInterface lookupCurrencyName()
void setCurrencyName(TiStringInterface inData)
java.lang.String getCurrencyNameValue()
void setCurrencyNameValue(java.lang.String inData)
void setCurrencyNameValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |