|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjPaymentTypeDebit
Betalningssätt, möjlig för debitering av säljstället
Code - betalningskod (BETKOD). Tvåställig kod som är ett unikt id på betalningssättet.
Model - betalningsmodell (BETMOD). Tvåställig kod som anger ev inmatnings- eller andra krav på betalningssättet. Kan vara blank som betyder att inga särskilda krav finnes.
Text - betalningssätt i klartext som kan användas i en dialog eller dyl
DefaultCode - anger om detta betalningssätt är default för säljstället. Endast ett betalningssätt skall vara default för ett säljställe.
ValidForCreditWithoutOrderCode - "J" anger om detta betalningssätt är valbar för "Kreditera särskilda fall"
Mixable - Om betalningsmedlet kan blandas med andra betalningsmedel.
PaymentFeeServiceId - Varunummer för ev. fakturerings/betalningsavgtift
DBRestrictionCod - Direktbrev krävs
MaxAmount - Maxbelopp för valt betalningsmedel
CustomerBarredCheck - Kundspärrkontroll
AllowCreditMemo - Tillåt kreditfaktura
DirectLetterDocCode - TMBET.DBDOKKOD
CreditRating - TMBET.KDTBD
CreditRatingDays - TMBET.KDTBDDGR
Field Summary | |
---|---|
static java.lang.String |
ALLOW_CREDIT_MEMO
|
static java.lang.String |
CODE
|
static java.lang.String |
CREDIT_RATING
|
static java.lang.String |
CREDIT_RATING_DAYS
|
static java.lang.String |
CUSTOMER_BARRED_CHECK
|
static java.lang.String |
DBRESTRICTION_CODE
|
static java.lang.String |
DEFAULT_CODE
|
static java.lang.String |
DIRECT_LETTER_DOC_CODE
|
static java.lang.String |
MAX_AMOUNT
|
static java.lang.String |
MIXABLE
|
static java.lang.String |
MODEL
|
static java.lang.String |
PAYMENT_FEE_SERVICE_ID
|
static java.lang.String |
TEXT
|
static java.lang.String |
VALID_FOR_CREDIT_WITHOUT_ORDER_CODE
|
Method Summary | |
---|---|
SjCode |
getAllowCreditMemo()
Field allowCreditMemo is defined as optional. |
java.lang.String |
getAllowCreditMemoValue()
Field allowCreditMemo is defined as optional. |
TiStringInterface |
getCode()
Field code is defined as mandatory. |
java.lang.String |
getCodeValue()
Field code is defined as mandatory. |
TiBooleanInterface |
getCreditRating()
Field creditRating is defined as optional. |
TiIntegerInterface |
getCreditRatingDays()
Field creditRatingDays is defined as optional. |
java.lang.Integer |
getCreditRatingDaysValue()
Field creditRatingDays is defined as optional. |
java.lang.Boolean |
getCreditRatingValue()
Field creditRating is defined as optional. |
SjCode |
getCustomerBarredCheck()
Field customerBarredCheck is defined as optional. |
java.lang.String |
getCustomerBarredCheckValue()
Field customerBarredCheck is defined as optional. |
SjCode |
getDBRestrictionCode()
Field dBRestrictionCode is defined as optional. |
java.lang.String |
getDBRestrictionCodeValue()
Field dBRestrictionCode is defined as optional. |
TiBooleanInterface |
getDefaultCode()
Field defaultCode is defined as mandatory. |
java.lang.Boolean |
getDefaultCodeValue()
Field defaultCode is defined as mandatory. |
SjCode |
getDirectLetterDocCode()
Field directLetterDocCode is defined as optional. |
java.lang.String |
getDirectLetterDocCodeValue()
Field directLetterDocCode is defined as optional. |
SjDecimalString |
getMaxAmount()
Field maxAmount is defined as optional. |
java.lang.String |
getMaxAmountValue()
Field maxAmount is defined as optional. |
TiBooleanInterface |
getMixable()
Field mixable is defined as mandatory. |
java.lang.Boolean |
getMixableValue()
Field mixable is defined as mandatory. |
TiStringInterface |
getModel()
Field model is defined as mandatory. |
java.lang.String |
getModelValue()
Field model is defined as mandatory. |
SjIdentity |
getPaymentFeeServiceId()
Field paymentFeeServiceId is defined as optional. |
java.lang.String |
getPaymentFeeServiceIdValue()
Field paymentFeeServiceId is defined as optional. |
TiStringInterface |
getText()
Field text is defined as mandatory. |
java.lang.String |
getTextValue()
Field text is defined as mandatory. |
SjCode |
getValidForCreditWithoutOrderCode()
Field validForCreditWithoutOrderCode is defined as mandatory. |
java.lang.String |
getValidForCreditWithoutOrderCodeValue()
Field validForCreditWithoutOrderCode is defined as mandatory. |
SjCode |
lookupAllowCreditMemo()
Field allowCreditMemo is defined as optional. |
TiStringInterface |
lookupCode()
Field code is defined as mandatory. |
TiBooleanInterface |
lookupCreditRating()
Field creditRating is defined as optional. |
TiIntegerInterface |
lookupCreditRatingDays()
Field creditRatingDays is defined as optional. |
SjCode |
lookupCustomerBarredCheck()
Field customerBarredCheck is defined as optional. |
SjCode |
lookupDBRestrictionCode()
Field dBRestrictionCode is defined as optional. |
TiBooleanInterface |
lookupDefaultCode()
Field defaultCode is defined as mandatory. |
SjCode |
lookupDirectLetterDocCode()
Field directLetterDocCode is defined as optional. |
SjDecimalString |
lookupMaxAmount()
Field maxAmount is defined as optional. |
TiBooleanInterface |
lookupMixable()
Field mixable is defined as mandatory. |
TiStringInterface |
lookupModel()
Field model is defined as mandatory. |
SjIdentity |
lookupPaymentFeeServiceId()
Field paymentFeeServiceId is defined as optional. |
TiStringInterface |
lookupText()
Field text is defined as mandatory. |
SjCode |
lookupValidForCreditWithoutOrderCode()
Field validForCreditWithoutOrderCode is defined as mandatory. |
void |
setAllowCreditMemo(SjCode inData)
Field allowCreditMemo is defined as optional. |
void |
setAllowCreditMemoValue(java.lang.String inData)
Field allowCreditMemo is defined as optional. |
void |
setAllowCreditMemoValue(java.lang.String inData,
boolean inNotify)
Field allowCreditMemo is defined as optional. |
void |
setCode(TiStringInterface inData)
Field code is defined as mandatory. |
void |
setCodeValue(java.lang.String inData)
Field code is defined as mandatory. |
void |
setCodeValue(java.lang.String inData,
boolean inNotify)
Field code is defined as mandatory. |
void |
setCreditRating(TiBooleanInterface inData)
Field creditRating is defined as optional. |
void |
setCreditRatingDays(TiIntegerInterface inData)
Field creditRatingDays is defined as optional. |
void |
setCreditRatingDaysValue(java.lang.Integer inData)
Field creditRatingDays is defined as optional. |
void |
setCreditRatingDaysValue(java.lang.Integer inData,
boolean inNotify)
Field creditRatingDays is defined as optional. |
void |
setCreditRatingValue(java.lang.Boolean inData)
Field creditRating is defined as optional. |
void |
setCreditRatingValue(java.lang.Boolean inData,
boolean inNotify)
Field creditRating is defined as optional. |
void |
setCustomerBarredCheck(SjCode inData)
Field customerBarredCheck is defined as optional. |
void |
setCustomerBarredCheckValue(java.lang.String inData)
Field customerBarredCheck is defined as optional. |
void |
setCustomerBarredCheckValue(java.lang.String inData,
boolean inNotify)
Field customerBarredCheck is defined as optional. |
void |
setDBRestrictionCode(SjCode inData)
Field dBRestrictionCode is defined as optional. |
void |
setDBRestrictionCodeValue(java.lang.String inData)
Field dBRestrictionCode is defined as optional. |
void |
setDBRestrictionCodeValue(java.lang.String inData,
boolean inNotify)
Field dBRestrictionCode is defined as optional. |
void |
setDefaultCode(TiBooleanInterface inData)
Field defaultCode is defined as mandatory. |
void |
setDefaultCodeValue(java.lang.Boolean inData)
Field defaultCode is defined as mandatory. |
void |
setDefaultCodeValue(java.lang.Boolean inData,
boolean inNotify)
Field defaultCode is defined as mandatory. |
void |
setDirectLetterDocCode(SjCode inData)
Field directLetterDocCode is defined as optional. |
void |
setDirectLetterDocCodeValue(java.lang.String inData)
Field directLetterDocCode is defined as optional. |
void |
setDirectLetterDocCodeValue(java.lang.String inData,
boolean inNotify)
Field directLetterDocCode is defined as optional. |
void |
setMaxAmount(SjDecimalString inData)
Field maxAmount is defined as optional. |
void |
setMaxAmountValue(java.lang.String inData)
Field maxAmount is defined as optional. |
void |
setMaxAmountValue(java.lang.String inData,
boolean inNotify)
Field maxAmount is defined as optional. |
void |
setMixable(TiBooleanInterface inData)
Field mixable is defined as mandatory. |
void |
setMixableValue(java.lang.Boolean inData)
Field mixable is defined as mandatory. |
void |
setMixableValue(java.lang.Boolean inData,
boolean inNotify)
Field mixable is defined as mandatory. |
void |
setModel(TiStringInterface inData)
Field model is defined as mandatory. |
void |
setModelValue(java.lang.String inData)
Field model is defined as mandatory. |
void |
setModelValue(java.lang.String inData,
boolean inNotify)
Field model is defined as mandatory. |
void |
setPaymentFeeServiceId(SjIdentity inData)
Field paymentFeeServiceId is defined as optional. |
void |
setPaymentFeeServiceIdValue(java.lang.String inData)
Field paymentFeeServiceId is defined as optional. |
void |
setPaymentFeeServiceIdValue(java.lang.String inData,
boolean inNotify)
Field paymentFeeServiceId is defined as optional. |
void |
setText(TiStringInterface inData)
Field text is defined as mandatory. |
void |
setTextValue(java.lang.String inData)
Field text is defined as mandatory. |
void |
setTextValue(java.lang.String inData,
boolean inNotify)
Field text is defined as mandatory. |
void |
setValidForCreditWithoutOrderCode(SjCode inData)
Field validForCreditWithoutOrderCode is defined as mandatory. |
void |
setValidForCreditWithoutOrderCodeValue(java.lang.String inData)
Field validForCreditWithoutOrderCode is defined as mandatory. |
void |
setValidForCreditWithoutOrderCodeValue(java.lang.String inData,
boolean inNotify)
Field validForCreditWithoutOrderCode 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 CODE
static final java.lang.String MODEL
static final java.lang.String TEXT
static final java.lang.String DEFAULT_CODE
static final java.lang.String VALID_FOR_CREDIT_WITHOUT_ORDER_CODE
static final java.lang.String MIXABLE
static final java.lang.String PAYMENT_FEE_SERVICE_ID
static final java.lang.String DBRESTRICTION_CODE
static final java.lang.String MAX_AMOUNT
static final java.lang.String CUSTOMER_BARRED_CHECK
static final java.lang.String ALLOW_CREDIT_MEMO
static final java.lang.String DIRECT_LETTER_DOC_CODE
static final java.lang.String CREDIT_RATING
static final java.lang.String CREDIT_RATING_DAYS
Method Detail |
---|
TiStringInterface getCode()
TiStringInterface lookupCode()
void setCode(TiStringInterface inData)
java.lang.String getCodeValue()
void setCodeValue(java.lang.String inData)
void setCodeValue(java.lang.String inData, boolean inNotify)
TiStringInterface getModel()
TiStringInterface lookupModel()
void setModel(TiStringInterface inData)
java.lang.String getModelValue()
void setModelValue(java.lang.String inData)
void setModelValue(java.lang.String inData, boolean inNotify)
TiStringInterface getText()
TiStringInterface lookupText()
void setText(TiStringInterface inData)
java.lang.String getTextValue()
void setTextValue(java.lang.String inData)
void setTextValue(java.lang.String inData, boolean inNotify)
TiBooleanInterface getDefaultCode()
TiBooleanInterface lookupDefaultCode()
void setDefaultCode(TiBooleanInterface inData)
java.lang.Boolean getDefaultCodeValue()
void setDefaultCodeValue(java.lang.Boolean inData)
void setDefaultCodeValue(java.lang.Boolean inData, boolean inNotify)
SjCode getValidForCreditWithoutOrderCode()
SjCode lookupValidForCreditWithoutOrderCode()
void setValidForCreditWithoutOrderCode(SjCode inData)
java.lang.String getValidForCreditWithoutOrderCodeValue()
void setValidForCreditWithoutOrderCodeValue(java.lang.String inData)
void setValidForCreditWithoutOrderCodeValue(java.lang.String inData, boolean inNotify)
TiBooleanInterface getMixable()
TiBooleanInterface lookupMixable()
void setMixable(TiBooleanInterface inData)
java.lang.Boolean getMixableValue()
void setMixableValue(java.lang.Boolean inData)
void setMixableValue(java.lang.Boolean inData, boolean inNotify)
SjIdentity getPaymentFeeServiceId()
SjIdentity lookupPaymentFeeServiceId()
void setPaymentFeeServiceId(SjIdentity inData)
java.lang.String getPaymentFeeServiceIdValue()
void setPaymentFeeServiceIdValue(java.lang.String inData)
void setPaymentFeeServiceIdValue(java.lang.String inData, boolean inNotify)
SjCode getDBRestrictionCode()
SjCode lookupDBRestrictionCode()
void setDBRestrictionCode(SjCode inData)
java.lang.String getDBRestrictionCodeValue()
void setDBRestrictionCodeValue(java.lang.String inData)
void setDBRestrictionCodeValue(java.lang.String inData, boolean inNotify)
SjDecimalString getMaxAmount()
SjDecimalString lookupMaxAmount()
void setMaxAmount(SjDecimalString inData)
java.lang.String getMaxAmountValue()
void setMaxAmountValue(java.lang.String inData)
void setMaxAmountValue(java.lang.String inData, boolean inNotify)
SjCode getCustomerBarredCheck()
SjCode lookupCustomerBarredCheck()
void setCustomerBarredCheck(SjCode inData)
java.lang.String getCustomerBarredCheckValue()
void setCustomerBarredCheckValue(java.lang.String inData)
void setCustomerBarredCheckValue(java.lang.String inData, boolean inNotify)
SjCode getAllowCreditMemo()
SjCode lookupAllowCreditMemo()
void setAllowCreditMemo(SjCode inData)
java.lang.String getAllowCreditMemoValue()
void setAllowCreditMemoValue(java.lang.String inData)
void setAllowCreditMemoValue(java.lang.String inData, boolean inNotify)
SjCode getDirectLetterDocCode()
SjCode lookupDirectLetterDocCode()
void setDirectLetterDocCode(SjCode inData)
java.lang.String getDirectLetterDocCodeValue()
void setDirectLetterDocCodeValue(java.lang.String inData)
void setDirectLetterDocCodeValue(java.lang.String inData, boolean inNotify)
TiBooleanInterface getCreditRating()
TiBooleanInterface lookupCreditRating()
void setCreditRating(TiBooleanInterface inData)
java.lang.Boolean getCreditRatingValue()
void setCreditRatingValue(java.lang.Boolean inData)
void setCreditRatingValue(java.lang.Boolean inData, boolean inNotify)
TiIntegerInterface getCreditRatingDays()
TiIntegerInterface lookupCreditRatingDays()
void setCreditRatingDays(TiIntegerInterface inData)
java.lang.Integer getCreditRatingDaysValue()
void setCreditRatingDaysValue(java.lang.Integer inData)
void setCreditRatingDaysValue(java.lang.Integer inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |