se.sj.stina.domain.model.impl.plain
Class SjSpecificBusinessRulesQueryPlain

java.lang.Object
  extended by org.stina.framework.core.model.TiAbstractData
      extended by org.stina.framework.core.model.TiAbstractMapData
          extended by se.sj.stina.domain.model.impl.plain.SjSpecificBusinessRulesQueryPlain
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable, TiCommonModelPartInterface, TiContainerModelPartInterface, TiGeneratedModelInterface, TiListModelPartInterface, TiMapModelInterface, TiMapModelPartInterface, TiMapPlainInterface, TiMapPropInterface, TiModelConstantsInterface, TiModelInterface, TiPrimitiveModelPartInterface, TiPropertyPartInterface, TiObserverInterface, TiSubjectInterface, TiModelComponentInterface, SjSpecificBusinessRulesQuery

public class SjSpecificBusinessRulesQueryPlain
extends TiAbstractMapData
implements SjSpecificBusinessRulesQuery

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.)

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData
TiAbstractMapData.TiMapDataComparator
 
Field Summary
 TiBooleanData distributionCodes
           
 TiBooleanData ignoreDBPostDays
           
 TiBooleanData paymentTypesDebit
           
 SjIntegerStringPlain paymentTypesDebitKpsPin
           
 TiBooleanData paymentTypesDebitKpsWithoutPin
           
 TiIntegerData paymentTypesDebitXor
           
 SjCodePlain preliminaryMeansOfDistribution
           
 TiBooleanData ticketableOrder
           
 TiBooleanData validForCancel
           
 TiBooleanData validForCredit
           
 TiBooleanData validForDebitAndCredit
           
 SjValidForDebitQueryPlain validForDebitQuery
           
 SjCodePlain validForPaymentWithVoucherType
           
 TiBooleanData validForSendInfo
           
 SjCodePlain validToBeUsedAsVoucherType
           
 
Fields inherited from interface se.sj.stina.domain.model.SjSpecificBusinessRulesQuery
DISTRIBUTION_CODES, IGNORE_DBPOST_DAYS, PAYMENT_TYPES_DEBIT, PAYMENT_TYPES_DEBIT_KPS_PIN, PAYMENT_TYPES_DEBIT_KPS_WITHOUT_PIN, PAYMENT_TYPES_DEBIT_XOR, PRELIMINARY_MEANS_OF_DISTRIBUTION, TICKETABLE_ORDER, VALID_FOR_CANCEL, VALID_FOR_CREDIT, VALID_FOR_DEBIT_AND_CREDIT, VALID_FOR_DEBIT_QUERY, VALID_FOR_PAYMENT_WITH_VOUCHER_TYPE, VALID_FOR_SEND_INFO, 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
 
Constructor Summary
SjSpecificBusinessRulesQueryPlain()
           
 
Method Summary
 TiBooleanInterface getDistributionCodes()
          Field distributionCodes is defined as optional.
 java.lang.Boolean getDistributionCodesValue()
          Field distributionCodes is defined as optional.
 java.lang.String getGeneratedTiName()
           
 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.
 java.lang.String getRealTiName()
           
 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.
protected  TiXorSpecificationEnumeration specifyXors()
           
 
Methods inherited from class org.stina.framework.core.model.TiAbstractMapData
clear, clone, clone, disposeModel, equalsModel, getAssignedFieldNames, getComparator, getField, getFieldNames, getIndexForXorPart, getModel, getModelImpl, getValue, getXorNameForXorPart, getXorPart, getXorPartNames, hasField, importValue, importValue, isEmpty, lookupField, lookupFieldObject, lookupModel, lookupModelImpl, memberModel, setModel, setValue, setValue, toDebugString, toDebugString, updateXorIndex
 
Methods inherited from class org.stina.framework.core.model.TiAbstractData
addModelElement, addModelElement, addModelElements, addModelElements, attachObserver, compareTo, containsModelElement, createCloneInstance, detachObserver, getIncludeIfOptional, getIndexOf, getIndexOfEqualsModel, getIndexOfInstance, getLastIndexOf, getListSize, getModelElementAt, getModelElements, getObserverCount, getPropertiesDelegate, getProperty, getPropertyModel, getPropertyNames, hasProperties, insertModelElementAt, insertModelElementAt, isEnabled, isObserverAttached, isSizeField, lookupObservers, lookupObserversLock, moveModelElementOfInstance, moveModelElementOfInstance, notifyObservers, property, removeAllModelElements, removeAllModelElements, removeModelElement, removeModelElement, removeModelElementAt, removeModelElementAt, removeProperties, removeProperty, removeProperty, setEnabled, setEnabled, setIncludeIfOptional, setModelElementAt, setModelElementAt, setModelElements, setModelElements, setProperty, setProperty, setUpdateXorFieldEnabled, sizeOfList, specifyProperties, update, update, updateObserver
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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, 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
 
Methods inherited from interface org.stina.framework.support.util.TiModelComponentInterface
property
 

Field Detail

paymentTypesDebitXor

public TiIntegerData paymentTypesDebitXor

paymentTypesDebit

public TiBooleanData paymentTypesDebit

paymentTypesDebitKpsPin

public SjIntegerStringPlain paymentTypesDebitKpsPin

paymentTypesDebitKpsWithoutPin

public TiBooleanData paymentTypesDebitKpsWithoutPin

ticketableOrder

public TiBooleanData ticketableOrder

distributionCodes

public TiBooleanData distributionCodes

ignoreDBPostDays

public TiBooleanData ignoreDBPostDays

validForCredit

public TiBooleanData validForCredit

validForCancel

public TiBooleanData validForCancel

validForDebitAndCredit

public TiBooleanData validForDebitAndCredit

validForDebitQuery

public SjValidForDebitQueryPlain validForDebitQuery

preliminaryMeansOfDistribution

public SjCodePlain preliminaryMeansOfDistribution

validForPaymentWithVoucherType

public SjCodePlain validForPaymentWithVoucherType

validToBeUsedAsVoucherType

public SjCodePlain validToBeUsedAsVoucherType

validForSendInfo

public TiBooleanData validForSendInfo
Constructor Detail

SjSpecificBusinessRulesQueryPlain

public SjSpecificBusinessRulesQueryPlain()
Method Detail

getPaymentTypesDebitXor

public TiIntegerInterface getPaymentTypesDebitXor()
field paymentTypesDebitXor

Specified by:
getPaymentTypesDebitXor in interface SjSpecificBusinessRulesQuery

lookupPaymentTypesDebitXor

public TiIntegerInterface lookupPaymentTypesDebitXor()
field paymentTypesDebitXor

Specified by:
lookupPaymentTypesDebitXor in interface SjSpecificBusinessRulesQuery

setPaymentTypesDebitXor

public void setPaymentTypesDebitXor(TiIntegerInterface inData)
field paymentTypesDebitXor

Specified by:
setPaymentTypesDebitXor in interface SjSpecificBusinessRulesQuery

getPaymentTypesDebitXorValue

public java.lang.Integer getPaymentTypesDebitXorValue()
field paymentTypesDebitXor

Specified by:
getPaymentTypesDebitXorValue in interface SjSpecificBusinessRulesQuery

setPaymentTypesDebitXorValue

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

Specified by:
setPaymentTypesDebitXorValue in interface SjSpecificBusinessRulesQuery

getPaymentTypesDebit

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

Specified by:
getPaymentTypesDebit in interface SjSpecificBusinessRulesQuery

lookupPaymentTypesDebit

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

Specified by:
lookupPaymentTypesDebit in interface SjSpecificBusinessRulesQuery

setPaymentTypesDebit

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

Specified by:
setPaymentTypesDebit in interface SjSpecificBusinessRulesQuery

getPaymentTypesDebitValue

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

Specified by:
getPaymentTypesDebitValue in interface SjSpecificBusinessRulesQuery

setPaymentTypesDebitValue

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

Specified by:
setPaymentTypesDebitValue in interface SjSpecificBusinessRulesQuery

setPaymentTypesDebitValue

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

Specified by:
setPaymentTypesDebitValue in interface SjSpecificBusinessRulesQuery

getPaymentTypesDebitKpsPin

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

Specified by:
getPaymentTypesDebitKpsPin in interface SjSpecificBusinessRulesQuery

lookupPaymentTypesDebitKpsPin

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

Specified by:
lookupPaymentTypesDebitKpsPin in interface SjSpecificBusinessRulesQuery

setPaymentTypesDebitKpsPin

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

Specified by:
setPaymentTypesDebitKpsPin in interface SjSpecificBusinessRulesQuery

getPaymentTypesDebitKpsPinValue

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

Specified by:
getPaymentTypesDebitKpsPinValue in interface SjSpecificBusinessRulesQuery

setPaymentTypesDebitKpsPinValue

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

Specified by:
setPaymentTypesDebitKpsPinValue in interface SjSpecificBusinessRulesQuery

setPaymentTypesDebitKpsPinValue

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

Specified by:
setPaymentTypesDebitKpsPinValue in interface SjSpecificBusinessRulesQuery

getPaymentTypesDebitKpsWithoutPin

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

Specified by:
getPaymentTypesDebitKpsWithoutPin in interface SjSpecificBusinessRulesQuery

lookupPaymentTypesDebitKpsWithoutPin

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

Specified by:
lookupPaymentTypesDebitKpsWithoutPin in interface SjSpecificBusinessRulesQuery

setPaymentTypesDebitKpsWithoutPin

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

Specified by:
setPaymentTypesDebitKpsWithoutPin in interface SjSpecificBusinessRulesQuery

getPaymentTypesDebitKpsWithoutPinValue

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

Specified by:
getPaymentTypesDebitKpsWithoutPinValue in interface SjSpecificBusinessRulesQuery

setPaymentTypesDebitKpsWithoutPinValue

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

Specified by:
setPaymentTypesDebitKpsWithoutPinValue in interface SjSpecificBusinessRulesQuery

setPaymentTypesDebitKpsWithoutPinValue

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

Specified by:
setPaymentTypesDebitKpsWithoutPinValue in interface SjSpecificBusinessRulesQuery

getTicketableOrder

public TiBooleanInterface getTicketableOrder()
Field ticketableOrder is defined as optional.

Specified by:
getTicketableOrder in interface SjSpecificBusinessRulesQuery

lookupTicketableOrder

public TiBooleanInterface lookupTicketableOrder()
Field ticketableOrder is defined as optional.

Specified by:
lookupTicketableOrder in interface SjSpecificBusinessRulesQuery

setTicketableOrder

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

Specified by:
setTicketableOrder in interface SjSpecificBusinessRulesQuery

getTicketableOrderValue

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

Specified by:
getTicketableOrderValue in interface SjSpecificBusinessRulesQuery

setTicketableOrderValue

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

Specified by:
setTicketableOrderValue in interface SjSpecificBusinessRulesQuery

setTicketableOrderValue

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

Specified by:
setTicketableOrderValue in interface SjSpecificBusinessRulesQuery

getDistributionCodes

public TiBooleanInterface getDistributionCodes()
Field distributionCodes is defined as optional.

Specified by:
getDistributionCodes in interface SjSpecificBusinessRulesQuery

lookupDistributionCodes

public TiBooleanInterface lookupDistributionCodes()
Field distributionCodes is defined as optional.

Specified by:
lookupDistributionCodes in interface SjSpecificBusinessRulesQuery

setDistributionCodes

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

Specified by:
setDistributionCodes in interface SjSpecificBusinessRulesQuery

getDistributionCodesValue

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

Specified by:
getDistributionCodesValue in interface SjSpecificBusinessRulesQuery

setDistributionCodesValue

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

Specified by:
setDistributionCodesValue in interface SjSpecificBusinessRulesQuery

setDistributionCodesValue

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

Specified by:
setDistributionCodesValue in interface SjSpecificBusinessRulesQuery

getIgnoreDBPostDays

public TiBooleanInterface getIgnoreDBPostDays()
Field ignoreDBPostDays is defined as optional.

Specified by:
getIgnoreDBPostDays in interface SjSpecificBusinessRulesQuery

lookupIgnoreDBPostDays

public TiBooleanInterface lookupIgnoreDBPostDays()
Field ignoreDBPostDays is defined as optional.

Specified by:
lookupIgnoreDBPostDays in interface SjSpecificBusinessRulesQuery

setIgnoreDBPostDays

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

Specified by:
setIgnoreDBPostDays in interface SjSpecificBusinessRulesQuery

getIgnoreDBPostDaysValue

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

Specified by:
getIgnoreDBPostDaysValue in interface SjSpecificBusinessRulesQuery

setIgnoreDBPostDaysValue

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

Specified by:
setIgnoreDBPostDaysValue in interface SjSpecificBusinessRulesQuery

setIgnoreDBPostDaysValue

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

Specified by:
setIgnoreDBPostDaysValue in interface SjSpecificBusinessRulesQuery

getValidForCredit

public TiBooleanInterface getValidForCredit()
Field validForCredit is defined as optional.

Specified by:
getValidForCredit in interface SjSpecificBusinessRulesQuery

lookupValidForCredit

public TiBooleanInterface lookupValidForCredit()
Field validForCredit is defined as optional.

Specified by:
lookupValidForCredit in interface SjSpecificBusinessRulesQuery

setValidForCredit

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

Specified by:
setValidForCredit in interface SjSpecificBusinessRulesQuery

getValidForCreditValue

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

Specified by:
getValidForCreditValue in interface SjSpecificBusinessRulesQuery

setValidForCreditValue

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

Specified by:
setValidForCreditValue in interface SjSpecificBusinessRulesQuery

setValidForCreditValue

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

Specified by:
setValidForCreditValue in interface SjSpecificBusinessRulesQuery

getValidForCancel

public TiBooleanInterface getValidForCancel()
Field validForCancel is defined as optional.

Specified by:
getValidForCancel in interface SjSpecificBusinessRulesQuery

lookupValidForCancel

public TiBooleanInterface lookupValidForCancel()
Field validForCancel is defined as optional.

Specified by:
lookupValidForCancel in interface SjSpecificBusinessRulesQuery

setValidForCancel

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

Specified by:
setValidForCancel in interface SjSpecificBusinessRulesQuery

getValidForCancelValue

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

Specified by:
getValidForCancelValue in interface SjSpecificBusinessRulesQuery

setValidForCancelValue

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

Specified by:
setValidForCancelValue in interface SjSpecificBusinessRulesQuery

setValidForCancelValue

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

Specified by:
setValidForCancelValue in interface SjSpecificBusinessRulesQuery

getValidForDebitAndCredit

public TiBooleanInterface getValidForDebitAndCredit()
Field validForDebitAndCredit is defined as optional.

Specified by:
getValidForDebitAndCredit in interface SjSpecificBusinessRulesQuery

lookupValidForDebitAndCredit

public TiBooleanInterface lookupValidForDebitAndCredit()
Field validForDebitAndCredit is defined as optional.

Specified by:
lookupValidForDebitAndCredit in interface SjSpecificBusinessRulesQuery

setValidForDebitAndCredit

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

Specified by:
setValidForDebitAndCredit in interface SjSpecificBusinessRulesQuery

getValidForDebitAndCreditValue

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

Specified by:
getValidForDebitAndCreditValue in interface SjSpecificBusinessRulesQuery

setValidForDebitAndCreditValue

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

Specified by:
setValidForDebitAndCreditValue in interface SjSpecificBusinessRulesQuery

setValidForDebitAndCreditValue

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

Specified by:
setValidForDebitAndCreditValue in interface SjSpecificBusinessRulesQuery

getValidForDebitQuery

public SjValidForDebitQuery getValidForDebitQuery()
Field validForDebitQuery is defined as optional.

Specified by:
getValidForDebitQuery in interface SjSpecificBusinessRulesQuery

lookupValidForDebitQuery

public SjValidForDebitQuery lookupValidForDebitQuery()
Field validForDebitQuery is defined as optional.

Specified by:
lookupValidForDebitQuery in interface SjSpecificBusinessRulesQuery

setValidForDebitQuery

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

Specified by:
setValidForDebitQuery in interface SjSpecificBusinessRulesQuery

getPreliminaryMeansOfDistribution

public SjCode getPreliminaryMeansOfDistribution()
Field preliminaryMeansOfDistribution is defined as optional.

Specified by:
getPreliminaryMeansOfDistribution in interface SjSpecificBusinessRulesQuery

lookupPreliminaryMeansOfDistribution

public SjCode lookupPreliminaryMeansOfDistribution()
Field preliminaryMeansOfDistribution is defined as optional.

Specified by:
lookupPreliminaryMeansOfDistribution in interface SjSpecificBusinessRulesQuery

setPreliminaryMeansOfDistribution

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

Specified by:
setPreliminaryMeansOfDistribution in interface SjSpecificBusinessRulesQuery

getPreliminaryMeansOfDistributionValue

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

Specified by:
getPreliminaryMeansOfDistributionValue in interface SjSpecificBusinessRulesQuery

setPreliminaryMeansOfDistributionValue

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

Specified by:
setPreliminaryMeansOfDistributionValue in interface SjSpecificBusinessRulesQuery

setPreliminaryMeansOfDistributionValue

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

Specified by:
setPreliminaryMeansOfDistributionValue in interface SjSpecificBusinessRulesQuery

getValidForPaymentWithVoucherType

public SjCode getValidForPaymentWithVoucherType()
Field validForPaymentWithVoucherType is defined as optional.

Specified by:
getValidForPaymentWithVoucherType in interface SjSpecificBusinessRulesQuery

lookupValidForPaymentWithVoucherType

public SjCode lookupValidForPaymentWithVoucherType()
Field validForPaymentWithVoucherType is defined as optional.

Specified by:
lookupValidForPaymentWithVoucherType in interface SjSpecificBusinessRulesQuery

setValidForPaymentWithVoucherType

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

Specified by:
setValidForPaymentWithVoucherType in interface SjSpecificBusinessRulesQuery

getValidForPaymentWithVoucherTypeValue

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

Specified by:
getValidForPaymentWithVoucherTypeValue in interface SjSpecificBusinessRulesQuery

setValidForPaymentWithVoucherTypeValue

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

Specified by:
setValidForPaymentWithVoucherTypeValue in interface SjSpecificBusinessRulesQuery

setValidForPaymentWithVoucherTypeValue

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

Specified by:
setValidForPaymentWithVoucherTypeValue in interface SjSpecificBusinessRulesQuery

getValidToBeUsedAsVoucherType

public SjCode getValidToBeUsedAsVoucherType()
Field validToBeUsedAsVoucherType is defined as optional.

Specified by:
getValidToBeUsedAsVoucherType in interface SjSpecificBusinessRulesQuery

lookupValidToBeUsedAsVoucherType

public SjCode lookupValidToBeUsedAsVoucherType()
Field validToBeUsedAsVoucherType is defined as optional.

Specified by:
lookupValidToBeUsedAsVoucherType in interface SjSpecificBusinessRulesQuery

setValidToBeUsedAsVoucherType

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

Specified by:
setValidToBeUsedAsVoucherType in interface SjSpecificBusinessRulesQuery

getValidToBeUsedAsVoucherTypeValue

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

Specified by:
getValidToBeUsedAsVoucherTypeValue in interface SjSpecificBusinessRulesQuery

setValidToBeUsedAsVoucherTypeValue

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

Specified by:
setValidToBeUsedAsVoucherTypeValue in interface SjSpecificBusinessRulesQuery

setValidToBeUsedAsVoucherTypeValue

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

Specified by:
setValidToBeUsedAsVoucherTypeValue in interface SjSpecificBusinessRulesQuery

getValidForSendInfo

public TiBooleanInterface getValidForSendInfo()
Field validForSendInfo is defined as optional.

Specified by:
getValidForSendInfo in interface SjSpecificBusinessRulesQuery

lookupValidForSendInfo

public TiBooleanInterface lookupValidForSendInfo()
Field validForSendInfo is defined as optional.

Specified by:
lookupValidForSendInfo in interface SjSpecificBusinessRulesQuery

setValidForSendInfo

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

Specified by:
setValidForSendInfo in interface SjSpecificBusinessRulesQuery

getValidForSendInfoValue

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

Specified by:
getValidForSendInfoValue in interface SjSpecificBusinessRulesQuery

setValidForSendInfoValue

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

Specified by:
setValidForSendInfoValue in interface SjSpecificBusinessRulesQuery

setValidForSendInfoValue

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

Specified by:
setValidForSendInfoValue in interface SjSpecificBusinessRulesQuery

specifyXors

protected TiXorSpecificationEnumeration specifyXors()
Overrides:
specifyXors in class TiAbstractMapData

getRealTiName

public java.lang.String getRealTiName()
Specified by:
getRealTiName in interface TiCommonModelPartInterface
Overrides:
getRealTiName in class TiAbstractData

getGeneratedTiName

public java.lang.String getGeneratedTiName()
Specified by:
getGeneratedTiName in interface TiCommonModelPartInterface
Overrides:
getGeneratedTiName in class TiAbstractData


Copyright © 2012. All Rights Reserved.