se.sj.stina.domain.model
Interface SjSpecificBusinessRulesQuery

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, TiCommonModelPartInterface, TiContainerModelPartInterface, TiGeneratedModelInterface, TiListModelPartInterface, TiMapModelInterface, TiMapModelPartInterface, TiMapPlainInterface, TiMapPropInterface, TiModelConstantsInterface, TiModelInterface, TiObserverInterface, TiPrimitiveModelPartInterface, TiPropertyPartInterface, TiSubjectInterface
All Known Implementing Classes:
SjSpecificBusinessRulesQueryPlain, SjSpecificBusinessRulesQueryStandard

public interface SjSpecificBusinessRulesQuery
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface

Vilka specifika affärsregler man vill få kontrollerade för en beställning

- PaymentTypesDebit: Fråga om möjliga betalningsmedel och om betalning är möjlig. Om man skall betala med KPSpoäng skall PaymentTypesDebitKpsPin skickas in istället för boolean. Om man skall betala med KPSpoäng, men PIN inte behöver anges ska PaymentTypesDebitKpsWithoutPin skickas in.

- TicketableOrder: Fråga efter uthämtningsmöjlighet

- DistributionCodes: Fråga efter möjliga distributionssätt

- ValidForCredit: Fråga om beställningen får krediteras

- ValidForCancel: Fråga om beställningen får avbokas

- ValidForDebitAndCredit: Fråga om beställningen får debiteras och felexpedieras

- ValidForDebitQuery: Fråga om beställning får debiteras ok med vilka betalningsmedel

- ValidForPaymentWithVoucherType:Fråga om beställningen får betalas med angivet värdebevis

- ValidToBeUsedAsVoucherType: Fråga om tillgodobelopp för angivet värdebevis

- ValidForSendInfo: Fråga om validering av SMS och EMail utskick

- PreliminaryMeansOfDistribution: Det distributionsmedel som kommer att sättas på beställningen i debit. (Möjliggör viss validering före betalning.)


Field Summary
static java.lang.String DISTRIBUTION_CODES
           
static java.lang.String IGNORE_DBPOST_DAYS
           
static java.lang.String PAYMENT_TYPES_DEBIT
           
static java.lang.String PAYMENT_TYPES_DEBIT_KPS_PIN
           
static java.lang.String PAYMENT_TYPES_DEBIT_KPS_WITHOUT_PIN
           
static java.lang.String PAYMENT_TYPES_DEBIT_XOR
           
static java.lang.String PRELIMINARY_MEANS_OF_DISTRIBUTION
           
static java.lang.String TICKETABLE_ORDER
           
static java.lang.String VALID_FOR_CANCEL
           
static java.lang.String VALID_FOR_CREDIT
           
static java.lang.String VALID_FOR_DEBIT_AND_CREDIT
           
static java.lang.String VALID_FOR_DEBIT_QUERY
           
static java.lang.String VALID_FOR_PAYMENT_WITH_VOUCHER_TYPE
           
static java.lang.String VALID_FOR_SEND_INFO
           
static java.lang.String VALID_TO_BE_USED_AS_VOUCHER_TYPE
           
 
Fields inherited from interface org.stina.framework.core.model.TiModelConstantsInterface
ACTIVATED_ELEMENT_PROPERTY, BACKGROUND_COLOR, BOOLEAN_LIST, BYTE_ARRAY_LIST, COLUMN_WIDTH, DEFAULT_VALUE, DISALLOWED_VALUES, DISPLAY_MODE_PROPERTY, EDITABLE, ENABLED, FALSE_MNEMONIC_KEY, FALSE_TEXT, FONT, FORCE_UPDATE, FOREGROUND_COLOR, HORIZONTAL_ALIGNMENT, INTEGER_LIST, LONG_LIST, LONG_LONG_LIST, MAX_VALUE, MIN_VALUE, MNEMONIC_KEY, NO_RESTORE_OF_FIELD, OBJECT_LIST, OBJECT_REFERENCE_LIST, PLAIN_TEXT, PLAIN_VALUES, POSSIBLE_VALUES, PROHIBIT_HTML_FILTER, ROW_HEIGHT, SELECTABLE, SELECTED_ELEMENT_PROPERTY, SELECTED_ELEMENTS, SELECTED_PROPERTY, STRING_LIST, TIBOOLEAN_FALSE, TIBOOLEAN_TRUE, TIINTEGER_0, TISTRING_EMPTY, TOOLTIP_TEXT, TRUE_MNEMONIC_KEY, TRUE_TEXT, VERTICAL_ALIGNMENT
 
Method Summary
 TiBooleanInterface getDistributionCodes()
          Field distributionCodes is defined as optional.
 java.lang.Boolean getDistributionCodesValue()
          Field distributionCodes is defined as optional.
 TiBooleanInterface getIgnoreDBPostDays()
          Field ignoreDBPostDays is defined as optional.
 java.lang.Boolean getIgnoreDBPostDaysValue()
          Field ignoreDBPostDays is defined as optional.
 TiBooleanInterface getPaymentTypesDebit()
          Field paymentTypesDebit is defined as part of xor.
 SjIntegerString getPaymentTypesDebitKpsPin()
          Field paymentTypesDebitKpsPin is defined as part of xor.
 java.lang.String getPaymentTypesDebitKpsPinValue()
          Field paymentTypesDebitKpsPin is defined as part of xor.
 TiBooleanInterface getPaymentTypesDebitKpsWithoutPin()
          Field paymentTypesDebitKpsWithoutPin is defined as part of xor.
 java.lang.Boolean getPaymentTypesDebitKpsWithoutPinValue()
          Field paymentTypesDebitKpsWithoutPin is defined as part of xor.
 java.lang.Boolean getPaymentTypesDebitValue()
          Field paymentTypesDebit is defined as part of xor.
 TiIntegerInterface getPaymentTypesDebitXor()
          field paymentTypesDebitXor
 java.lang.Integer getPaymentTypesDebitXorValue()
          field paymentTypesDebitXor
 SjCode getPreliminaryMeansOfDistribution()
          Field preliminaryMeansOfDistribution is defined as optional.
 java.lang.String getPreliminaryMeansOfDistributionValue()
          Field preliminaryMeansOfDistribution is defined as optional.
 TiBooleanInterface getTicketableOrder()
          Field ticketableOrder is defined as optional.
 java.lang.Boolean getTicketableOrderValue()
          Field ticketableOrder is defined as optional.
 TiBooleanInterface getValidForCancel()
          Field validForCancel is defined as optional.
 java.lang.Boolean getValidForCancelValue()
          Field validForCancel is defined as optional.
 TiBooleanInterface getValidForCredit()
          Field validForCredit is defined as optional.
 java.lang.Boolean getValidForCreditValue()
          Field validForCredit is defined as optional.
 TiBooleanInterface getValidForDebitAndCredit()
          Field validForDebitAndCredit is defined as optional.
 java.lang.Boolean getValidForDebitAndCreditValue()
          Field validForDebitAndCredit is defined as optional.
 SjValidForDebitQuery getValidForDebitQuery()
          Field validForDebitQuery is defined as optional.
 SjCode getValidForPaymentWithVoucherType()
          Field validForPaymentWithVoucherType is defined as optional.
 java.lang.String getValidForPaymentWithVoucherTypeValue()
          Field validForPaymentWithVoucherType is defined as optional.
 TiBooleanInterface getValidForSendInfo()
          Field validForSendInfo is defined as optional.
 java.lang.Boolean getValidForSendInfoValue()
          Field validForSendInfo is defined as optional.
 SjCode getValidToBeUsedAsVoucherType()
          Field validToBeUsedAsVoucherType is defined as optional.
 java.lang.String getValidToBeUsedAsVoucherTypeValue()
          Field validToBeUsedAsVoucherType is defined as optional.
 TiBooleanInterface lookupDistributionCodes()
          Field distributionCodes is defined as optional.
 TiBooleanInterface lookupIgnoreDBPostDays()
          Field ignoreDBPostDays is defined as optional.
 TiBooleanInterface lookupPaymentTypesDebit()
          Field paymentTypesDebit is defined as part of xor.
 SjIntegerString lookupPaymentTypesDebitKpsPin()
          Field paymentTypesDebitKpsPin is defined as part of xor.
 TiBooleanInterface lookupPaymentTypesDebitKpsWithoutPin()
          Field paymentTypesDebitKpsWithoutPin is defined as part of xor.
 TiIntegerInterface lookupPaymentTypesDebitXor()
          field paymentTypesDebitXor
 SjCode lookupPreliminaryMeansOfDistribution()
          Field preliminaryMeansOfDistribution is defined as optional.
 TiBooleanInterface lookupTicketableOrder()
          Field ticketableOrder is defined as optional.
 TiBooleanInterface lookupValidForCancel()
          Field validForCancel is defined as optional.
 TiBooleanInterface lookupValidForCredit()
          Field validForCredit is defined as optional.
 TiBooleanInterface lookupValidForDebitAndCredit()
          Field validForDebitAndCredit is defined as optional.
 SjValidForDebitQuery lookupValidForDebitQuery()
          Field validForDebitQuery is defined as optional.
 SjCode lookupValidForPaymentWithVoucherType()
          Field validForPaymentWithVoucherType is defined as optional.
 TiBooleanInterface lookupValidForSendInfo()
          Field validForSendInfo is defined as optional.
 SjCode lookupValidToBeUsedAsVoucherType()
          Field validToBeUsedAsVoucherType is defined as optional.
 void setDistributionCodes(TiBooleanInterface inData)
          Field distributionCodes is defined as optional.
 void setDistributionCodesValue(java.lang.Boolean inData)
          Field distributionCodes is defined as optional.
 void setDistributionCodesValue(java.lang.Boolean inData, boolean inNotify)
          Field distributionCodes is defined as optional.
 void setIgnoreDBPostDays(TiBooleanInterface inData)
          Field ignoreDBPostDays is defined as optional.
 void setIgnoreDBPostDaysValue(java.lang.Boolean inData)
          Field ignoreDBPostDays is defined as optional.
 void setIgnoreDBPostDaysValue(java.lang.Boolean inData, boolean inNotify)
          Field ignoreDBPostDays is defined as optional.
 void setPaymentTypesDebit(TiBooleanInterface inData)
          Field paymentTypesDebit is defined as part of xor.
 void setPaymentTypesDebitKpsPin(SjIntegerString inData)
          Field paymentTypesDebitKpsPin is defined as part of xor.
 void setPaymentTypesDebitKpsPinValue(java.lang.String inData)
          Field paymentTypesDebitKpsPin is defined as part of xor.
 void setPaymentTypesDebitKpsPinValue(java.lang.String inData, boolean inNotify)
          Field paymentTypesDebitKpsPin is defined as part of xor.
 void setPaymentTypesDebitKpsWithoutPin(TiBooleanInterface inData)
          Field paymentTypesDebitKpsWithoutPin is defined as part of xor.
 void setPaymentTypesDebitKpsWithoutPinValue(java.lang.Boolean inData)
          Field paymentTypesDebitKpsWithoutPin is defined as part of xor.
 void setPaymentTypesDebitKpsWithoutPinValue(java.lang.Boolean inData, boolean inNotify)
          Field paymentTypesDebitKpsWithoutPin is defined as part of xor.
 void setPaymentTypesDebitValue(java.lang.Boolean inData)
          Field paymentTypesDebit is defined as part of xor.
 void setPaymentTypesDebitValue(java.lang.Boolean inData, boolean inNotify)
          Field paymentTypesDebit is defined as part of xor.
 void setPaymentTypesDebitXor(TiIntegerInterface inData)
          field paymentTypesDebitXor
 void setPaymentTypesDebitXorValue(java.lang.Integer inData)
          field paymentTypesDebitXor
 void setPreliminaryMeansOfDistribution(SjCode inData)
          Field preliminaryMeansOfDistribution is defined as optional.
 void setPreliminaryMeansOfDistributionValue(java.lang.String inData)
          Field preliminaryMeansOfDistribution is defined as optional.
 void setPreliminaryMeansOfDistributionValue(java.lang.String inData, boolean inNotify)
          Field preliminaryMeansOfDistribution is defined as optional.
 void setTicketableOrder(TiBooleanInterface inData)
          Field ticketableOrder is defined as optional.
 void setTicketableOrderValue(java.lang.Boolean inData)
          Field ticketableOrder is defined as optional.
 void setTicketableOrderValue(java.lang.Boolean inData, boolean inNotify)
          Field ticketableOrder is defined as optional.
 void setValidForCancel(TiBooleanInterface inData)
          Field validForCancel is defined as optional.
 void setValidForCancelValue(java.lang.Boolean inData)
          Field validForCancel is defined as optional.
 void setValidForCancelValue(java.lang.Boolean inData, boolean inNotify)
          Field validForCancel is defined as optional.
 void setValidForCredit(TiBooleanInterface inData)
          Field validForCredit is defined as optional.
 void setValidForCreditValue(java.lang.Boolean inData)
          Field validForCredit is defined as optional.
 void setValidForCreditValue(java.lang.Boolean inData, boolean inNotify)
          Field validForCredit is defined as optional.
 void setValidForDebitAndCredit(TiBooleanInterface inData)
          Field validForDebitAndCredit is defined as optional.
 void setValidForDebitAndCreditValue(java.lang.Boolean inData)
          Field validForDebitAndCredit is defined as optional.
 void setValidForDebitAndCreditValue(java.lang.Boolean inData, boolean inNotify)
          Field validForDebitAndCredit is defined as optional.
 void setValidForDebitQuery(SjValidForDebitQuery inData)
          Field validForDebitQuery is defined as optional.
 void setValidForPaymentWithVoucherType(SjCode inData)
          Field validForPaymentWithVoucherType is defined as optional.
 void setValidForPaymentWithVoucherTypeValue(java.lang.String inData)
          Field validForPaymentWithVoucherType is defined as optional.
 void setValidForPaymentWithVoucherTypeValue(java.lang.String inData, boolean inNotify)
          Field validForPaymentWithVoucherType is defined as optional.
 void setValidForSendInfo(TiBooleanInterface inData)
          Field validForSendInfo is defined as optional.
 void setValidForSendInfoValue(java.lang.Boolean inData)
          Field validForSendInfo is defined as optional.
 void setValidForSendInfoValue(java.lang.Boolean inData, boolean inNotify)
          Field validForSendInfo is defined as optional.
 void setValidToBeUsedAsVoucherType(SjCode inData)
          Field validToBeUsedAsVoucherType is defined as optional.
 void setValidToBeUsedAsVoucherTypeValue(java.lang.String inData)
          Field validToBeUsedAsVoucherType is defined as optional.
 void setValidToBeUsedAsVoucherTypeValue(java.lang.String inData, boolean inNotify)
          Field validToBeUsedAsVoucherType is defined as optional.
 
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.core.model.TiListModelPartInterface
addModelElement, addModelElement, addModelElements, addModelElements, containsModelElement, getIndexOf, getIndexOfEqualsModel, getIndexOfInstance, getLastIndexOf, getListSize, getModelElementAt, getModelElements, insertModelElementAt, insertModelElementAt, moveModelElementOfInstance, moveModelElementOfInstance, removeAllModelElements, removeAllModelElements, removeModelElement, removeModelElement, removeModelElementAt, removeModelElementAt, setModelElementAt, setModelElementAt, setModelElements, setModelElements
 
Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString
 

Field Detail

PAYMENT_TYPES_DEBIT_XOR

static final java.lang.String PAYMENT_TYPES_DEBIT_XOR
See Also:
Constant Field Values

PAYMENT_TYPES_DEBIT

static final java.lang.String PAYMENT_TYPES_DEBIT
See Also:
Constant Field Values

PAYMENT_TYPES_DEBIT_KPS_PIN

static final java.lang.String PAYMENT_TYPES_DEBIT_KPS_PIN
See Also:
Constant Field Values

PAYMENT_TYPES_DEBIT_KPS_WITHOUT_PIN

static final java.lang.String PAYMENT_TYPES_DEBIT_KPS_WITHOUT_PIN
See Also:
Constant Field Values

TICKETABLE_ORDER

static final java.lang.String TICKETABLE_ORDER
See Also:
Constant Field Values

DISTRIBUTION_CODES

static final java.lang.String DISTRIBUTION_CODES
See Also:
Constant Field Values

IGNORE_DBPOST_DAYS

static final java.lang.String IGNORE_DBPOST_DAYS
See Also:
Constant Field Values

VALID_FOR_CREDIT

static final java.lang.String VALID_FOR_CREDIT
See Also:
Constant Field Values

VALID_FOR_CANCEL

static final java.lang.String VALID_FOR_CANCEL
See Also:
Constant Field Values

VALID_FOR_DEBIT_AND_CREDIT

static final java.lang.String VALID_FOR_DEBIT_AND_CREDIT
See Also:
Constant Field Values

VALID_FOR_DEBIT_QUERY

static final java.lang.String VALID_FOR_DEBIT_QUERY
See Also:
Constant Field Values

PRELIMINARY_MEANS_OF_DISTRIBUTION

static final java.lang.String PRELIMINARY_MEANS_OF_DISTRIBUTION
See Also:
Constant Field Values

VALID_FOR_PAYMENT_WITH_VOUCHER_TYPE

static final java.lang.String VALID_FOR_PAYMENT_WITH_VOUCHER_TYPE
See Also:
Constant Field Values

VALID_TO_BE_USED_AS_VOUCHER_TYPE

static final java.lang.String VALID_TO_BE_USED_AS_VOUCHER_TYPE
See Also:
Constant Field Values

VALID_FOR_SEND_INFO

static final java.lang.String VALID_FOR_SEND_INFO
See Also:
Constant Field Values
Method Detail

getPaymentTypesDebitXor

TiIntegerInterface getPaymentTypesDebitXor()
field paymentTypesDebitXor


lookupPaymentTypesDebitXor

TiIntegerInterface lookupPaymentTypesDebitXor()
field paymentTypesDebitXor


setPaymentTypesDebitXor

void setPaymentTypesDebitXor(TiIntegerInterface inData)
field paymentTypesDebitXor


getPaymentTypesDebitXorValue

java.lang.Integer getPaymentTypesDebitXorValue()
field paymentTypesDebitXor


setPaymentTypesDebitXorValue

void setPaymentTypesDebitXorValue(java.lang.Integer inData)
field paymentTypesDebitXor


getPaymentTypesDebit

TiBooleanInterface getPaymentTypesDebit()
Field paymentTypesDebit is defined as part of xor.


lookupPaymentTypesDebit

TiBooleanInterface lookupPaymentTypesDebit()
Field paymentTypesDebit is defined as part of xor.


setPaymentTypesDebit

void setPaymentTypesDebit(TiBooleanInterface inData)
Field paymentTypesDebit is defined as part of xor.


getPaymentTypesDebitValue

java.lang.Boolean getPaymentTypesDebitValue()
Field paymentTypesDebit is defined as part of xor.


setPaymentTypesDebitValue

void setPaymentTypesDebitValue(java.lang.Boolean inData)
Field paymentTypesDebit is defined as part of xor.


setPaymentTypesDebitValue

void setPaymentTypesDebitValue(java.lang.Boolean inData,
                               boolean inNotify)
Field paymentTypesDebit is defined as part of xor.


getPaymentTypesDebitKpsPin

SjIntegerString getPaymentTypesDebitKpsPin()
Field paymentTypesDebitKpsPin is defined as part of xor.


lookupPaymentTypesDebitKpsPin

SjIntegerString lookupPaymentTypesDebitKpsPin()
Field paymentTypesDebitKpsPin is defined as part of xor.


setPaymentTypesDebitKpsPin

void setPaymentTypesDebitKpsPin(SjIntegerString inData)
Field paymentTypesDebitKpsPin is defined as part of xor.


getPaymentTypesDebitKpsPinValue

java.lang.String getPaymentTypesDebitKpsPinValue()
Field paymentTypesDebitKpsPin is defined as part of xor.


setPaymentTypesDebitKpsPinValue

void setPaymentTypesDebitKpsPinValue(java.lang.String inData)
Field paymentTypesDebitKpsPin is defined as part of xor.


setPaymentTypesDebitKpsPinValue

void setPaymentTypesDebitKpsPinValue(java.lang.String inData,
                                     boolean inNotify)
Field paymentTypesDebitKpsPin is defined as part of xor.


getPaymentTypesDebitKpsWithoutPin

TiBooleanInterface getPaymentTypesDebitKpsWithoutPin()
Field paymentTypesDebitKpsWithoutPin is defined as part of xor.


lookupPaymentTypesDebitKpsWithoutPin

TiBooleanInterface lookupPaymentTypesDebitKpsWithoutPin()
Field paymentTypesDebitKpsWithoutPin is defined as part of xor.


setPaymentTypesDebitKpsWithoutPin

void setPaymentTypesDebitKpsWithoutPin(TiBooleanInterface inData)
Field paymentTypesDebitKpsWithoutPin is defined as part of xor.


getPaymentTypesDebitKpsWithoutPinValue

java.lang.Boolean getPaymentTypesDebitKpsWithoutPinValue()
Field paymentTypesDebitKpsWithoutPin is defined as part of xor.


setPaymentTypesDebitKpsWithoutPinValue

void setPaymentTypesDebitKpsWithoutPinValue(java.lang.Boolean inData)
Field paymentTypesDebitKpsWithoutPin is defined as part of xor.


setPaymentTypesDebitKpsWithoutPinValue

void setPaymentTypesDebitKpsWithoutPinValue(java.lang.Boolean inData,
                                            boolean inNotify)
Field paymentTypesDebitKpsWithoutPin is defined as part of xor.


getTicketableOrder

TiBooleanInterface getTicketableOrder()
Field ticketableOrder is defined as optional.


lookupTicketableOrder

TiBooleanInterface lookupTicketableOrder()
Field ticketableOrder is defined as optional.


setTicketableOrder

void setTicketableOrder(TiBooleanInterface inData)
Field ticketableOrder is defined as optional.


getTicketableOrderValue

java.lang.Boolean getTicketableOrderValue()
Field ticketableOrder is defined as optional.


setTicketableOrderValue

void setTicketableOrderValue(java.lang.Boolean inData)
Field ticketableOrder is defined as optional.


setTicketableOrderValue

void setTicketableOrderValue(java.lang.Boolean inData,
                             boolean inNotify)
Field ticketableOrder is defined as optional.


getDistributionCodes

TiBooleanInterface getDistributionCodes()
Field distributionCodes is defined as optional.


lookupDistributionCodes

TiBooleanInterface lookupDistributionCodes()
Field distributionCodes is defined as optional.


setDistributionCodes

void setDistributionCodes(TiBooleanInterface inData)
Field distributionCodes is defined as optional.


getDistributionCodesValue

java.lang.Boolean getDistributionCodesValue()
Field distributionCodes is defined as optional.


setDistributionCodesValue

void setDistributionCodesValue(java.lang.Boolean inData)
Field distributionCodes is defined as optional.


setDistributionCodesValue

void setDistributionCodesValue(java.lang.Boolean inData,
                               boolean inNotify)
Field distributionCodes is defined as optional.


getIgnoreDBPostDays

TiBooleanInterface getIgnoreDBPostDays()
Field ignoreDBPostDays is defined as optional.


lookupIgnoreDBPostDays

TiBooleanInterface lookupIgnoreDBPostDays()
Field ignoreDBPostDays is defined as optional.


setIgnoreDBPostDays

void setIgnoreDBPostDays(TiBooleanInterface inData)
Field ignoreDBPostDays is defined as optional.


getIgnoreDBPostDaysValue

java.lang.Boolean getIgnoreDBPostDaysValue()
Field ignoreDBPostDays is defined as optional.


setIgnoreDBPostDaysValue

void setIgnoreDBPostDaysValue(java.lang.Boolean inData)
Field ignoreDBPostDays is defined as optional.


setIgnoreDBPostDaysValue

void setIgnoreDBPostDaysValue(java.lang.Boolean inData,
                              boolean inNotify)
Field ignoreDBPostDays is defined as optional.


getValidForCredit

TiBooleanInterface getValidForCredit()
Field validForCredit is defined as optional.


lookupValidForCredit

TiBooleanInterface lookupValidForCredit()
Field validForCredit is defined as optional.


setValidForCredit

void setValidForCredit(TiBooleanInterface inData)
Field validForCredit is defined as optional.


getValidForCreditValue

java.lang.Boolean getValidForCreditValue()
Field validForCredit is defined as optional.


setValidForCreditValue

void setValidForCreditValue(java.lang.Boolean inData)
Field validForCredit is defined as optional.


setValidForCreditValue

void setValidForCreditValue(java.lang.Boolean inData,
                            boolean inNotify)
Field validForCredit is defined as optional.


getValidForCancel

TiBooleanInterface getValidForCancel()
Field validForCancel is defined as optional.


lookupValidForCancel

TiBooleanInterface lookupValidForCancel()
Field validForCancel is defined as optional.


setValidForCancel

void setValidForCancel(TiBooleanInterface inData)
Field validForCancel is defined as optional.


getValidForCancelValue

java.lang.Boolean getValidForCancelValue()
Field validForCancel is defined as optional.


setValidForCancelValue

void setValidForCancelValue(java.lang.Boolean inData)
Field validForCancel is defined as optional.


setValidForCancelValue

void setValidForCancelValue(java.lang.Boolean inData,
                            boolean inNotify)
Field validForCancel is defined as optional.


getValidForDebitAndCredit

TiBooleanInterface getValidForDebitAndCredit()
Field validForDebitAndCredit is defined as optional.


lookupValidForDebitAndCredit

TiBooleanInterface lookupValidForDebitAndCredit()
Field validForDebitAndCredit is defined as optional.


setValidForDebitAndCredit

void setValidForDebitAndCredit(TiBooleanInterface inData)
Field validForDebitAndCredit is defined as optional.


getValidForDebitAndCreditValue

java.lang.Boolean getValidForDebitAndCreditValue()
Field validForDebitAndCredit is defined as optional.


setValidForDebitAndCreditValue

void setValidForDebitAndCreditValue(java.lang.Boolean inData)
Field validForDebitAndCredit is defined as optional.


setValidForDebitAndCreditValue

void setValidForDebitAndCreditValue(java.lang.Boolean inData,
                                    boolean inNotify)
Field validForDebitAndCredit is defined as optional.


getValidForDebitQuery

SjValidForDebitQuery getValidForDebitQuery()
Field validForDebitQuery is defined as optional.


lookupValidForDebitQuery

SjValidForDebitQuery lookupValidForDebitQuery()
Field validForDebitQuery is defined as optional.


setValidForDebitQuery

void setValidForDebitQuery(SjValidForDebitQuery inData)
Field validForDebitQuery is defined as optional.


getPreliminaryMeansOfDistribution

SjCode getPreliminaryMeansOfDistribution()
Field preliminaryMeansOfDistribution is defined as optional.


lookupPreliminaryMeansOfDistribution

SjCode lookupPreliminaryMeansOfDistribution()
Field preliminaryMeansOfDistribution is defined as optional.


setPreliminaryMeansOfDistribution

void setPreliminaryMeansOfDistribution(SjCode inData)
Field preliminaryMeansOfDistribution is defined as optional.


getPreliminaryMeansOfDistributionValue

java.lang.String getPreliminaryMeansOfDistributionValue()
Field preliminaryMeansOfDistribution is defined as optional.


setPreliminaryMeansOfDistributionValue

void setPreliminaryMeansOfDistributionValue(java.lang.String inData)
Field preliminaryMeansOfDistribution is defined as optional.


setPreliminaryMeansOfDistributionValue

void setPreliminaryMeansOfDistributionValue(java.lang.String inData,
                                            boolean inNotify)
Field preliminaryMeansOfDistribution is defined as optional.


getValidForPaymentWithVoucherType

SjCode getValidForPaymentWithVoucherType()
Field validForPaymentWithVoucherType is defined as optional.


lookupValidForPaymentWithVoucherType

SjCode lookupValidForPaymentWithVoucherType()
Field validForPaymentWithVoucherType is defined as optional.


setValidForPaymentWithVoucherType

void setValidForPaymentWithVoucherType(SjCode inData)
Field validForPaymentWithVoucherType is defined as optional.


getValidForPaymentWithVoucherTypeValue

java.lang.String getValidForPaymentWithVoucherTypeValue()
Field validForPaymentWithVoucherType is defined as optional.


setValidForPaymentWithVoucherTypeValue

void setValidForPaymentWithVoucherTypeValue(java.lang.String inData)
Field validForPaymentWithVoucherType is defined as optional.


setValidForPaymentWithVoucherTypeValue

void setValidForPaymentWithVoucherTypeValue(java.lang.String inData,
                                            boolean inNotify)
Field validForPaymentWithVoucherType is defined as optional.


getValidToBeUsedAsVoucherType

SjCode getValidToBeUsedAsVoucherType()
Field validToBeUsedAsVoucherType is defined as optional.


lookupValidToBeUsedAsVoucherType

SjCode lookupValidToBeUsedAsVoucherType()
Field validToBeUsedAsVoucherType is defined as optional.


setValidToBeUsedAsVoucherType

void setValidToBeUsedAsVoucherType(SjCode inData)
Field validToBeUsedAsVoucherType is defined as optional.


getValidToBeUsedAsVoucherTypeValue

java.lang.String getValidToBeUsedAsVoucherTypeValue()
Field validToBeUsedAsVoucherType is defined as optional.


setValidToBeUsedAsVoucherTypeValue

void setValidToBeUsedAsVoucherTypeValue(java.lang.String inData)
Field validToBeUsedAsVoucherType is defined as optional.


setValidToBeUsedAsVoucherTypeValue

void setValidToBeUsedAsVoucherTypeValue(java.lang.String inData,
                                        boolean inNotify)
Field validToBeUsedAsVoucherType is defined as optional.


getValidForSendInfo

TiBooleanInterface getValidForSendInfo()
Field validForSendInfo is defined as optional.


lookupValidForSendInfo

TiBooleanInterface lookupValidForSendInfo()
Field validForSendInfo is defined as optional.


setValidForSendInfo

void setValidForSendInfo(TiBooleanInterface inData)
Field validForSendInfo is defined as optional.


getValidForSendInfoValue

java.lang.Boolean getValidForSendInfoValue()
Field validForSendInfo is defined as optional.


setValidForSendInfoValue

void setValidForSendInfoValue(java.lang.Boolean inData)
Field validForSendInfo is defined as optional.


setValidForSendInfoValue

void setValidForSendInfoValue(java.lang.Boolean inData,
                              boolean inNotify)
Field validForSendInfo is defined as optional.



Copyright © 2012. All Rights Reserved.