|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjUpdateDepositSpecification
För att del eller slutinbetala.
Field Summary | |
---|---|
static java.lang.String |
FINAL_DEPOSIT
|
static java.lang.String |
FOREIGN_CURRENCY_DEPOSIT_SPECIFICATION
|
static java.lang.String |
LOCAL_CURRENCY_DEPOSIT_SPECIFICATION
|
static java.lang.String |
STATEMENT_ID
|
Method Summary | |
---|---|
TiBooleanInterface |
getFinalDeposit()
Field finalDeposit is defined as mandatory. |
java.lang.Boolean |
getFinalDepositValue()
Field finalDeposit is defined as mandatory. |
SjForeignCurrencyDepositSpecification |
getForeignCurrencyDepositSpecification()
Field foreignCurrencyDepositSpecification is defined as optional. |
SjLocalCurrencyDepositSpecification |
getLocalCurrencyDepositSpecification()
Field localCurrencyDepositSpecification is defined as optional. |
TiIntegerInterface |
getStatementId()
Field statementId is defined as mandatory. |
java.lang.Integer |
getStatementIdValue()
Field statementId is defined as mandatory. |
TiBooleanInterface |
lookupFinalDeposit()
Field finalDeposit is defined as mandatory. |
SjForeignCurrencyDepositSpecification |
lookupForeignCurrencyDepositSpecification()
Field foreignCurrencyDepositSpecification is defined as optional. |
SjLocalCurrencyDepositSpecification |
lookupLocalCurrencyDepositSpecification()
Field localCurrencyDepositSpecification is defined as optional. |
TiIntegerInterface |
lookupStatementId()
Field statementId is defined as mandatory. |
void |
setFinalDeposit(TiBooleanInterface inData)
Field finalDeposit is defined as mandatory. |
void |
setFinalDepositValue(java.lang.Boolean inData)
Field finalDeposit is defined as mandatory. |
void |
setFinalDepositValue(java.lang.Boolean inData,
boolean inNotify)
Field finalDeposit is defined as mandatory. |
void |
setForeignCurrencyDepositSpecification(SjForeignCurrencyDepositSpecification inData)
Field foreignCurrencyDepositSpecification is defined as optional. |
void |
setLocalCurrencyDepositSpecification(SjLocalCurrencyDepositSpecification inData)
Field localCurrencyDepositSpecification is defined as optional. |
void |
setStatementId(TiIntegerInterface inData)
Field statementId is defined as mandatory. |
void |
setStatementIdValue(java.lang.Integer inData)
Field statementId is defined as mandatory. |
void |
setStatementIdValue(java.lang.Integer inData,
boolean inNotify)
Field statementId 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 FINAL_DEPOSIT
static final java.lang.String STATEMENT_ID
static final java.lang.String LOCAL_CURRENCY_DEPOSIT_SPECIFICATION
static final java.lang.String FOREIGN_CURRENCY_DEPOSIT_SPECIFICATION
Method Detail |
---|
TiBooleanInterface getFinalDeposit()
TiBooleanInterface lookupFinalDeposit()
void setFinalDeposit(TiBooleanInterface inData)
java.lang.Boolean getFinalDepositValue()
void setFinalDepositValue(java.lang.Boolean inData)
void setFinalDepositValue(java.lang.Boolean inData, boolean inNotify)
TiIntegerInterface getStatementId()
TiIntegerInterface lookupStatementId()
void setStatementId(TiIntegerInterface inData)
java.lang.Integer getStatementIdValue()
void setStatementIdValue(java.lang.Integer inData)
void setStatementIdValue(java.lang.Integer inData, boolean inNotify)
SjLocalCurrencyDepositSpecification getLocalCurrencyDepositSpecification()
SjLocalCurrencyDepositSpecification lookupLocalCurrencyDepositSpecification()
void setLocalCurrencyDepositSpecification(SjLocalCurrencyDepositSpecification inData)
SjForeignCurrencyDepositSpecification getForeignCurrencyDepositSpecification()
SjForeignCurrencyDepositSpecification lookupForeignCurrencyDepositSpecification()
void setForeignCurrencyDepositSpecification(SjForeignCurrencyDepositSpecification inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |