|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stina.framework.support.observer.TiSubject
org.stina.framework.core.model.TiAbstractModel
org.stina.framework.core.model.TiAbstractMapModel
se.sj.stina.domain.model.impl.standard.SjUpdateCashRegisterTransactionSpecificationStandard
public class SjUpdateCashRegisterTransactionSpecificationStandard
För att uppdaterar kassa och orderbok med allt som hänger ihop i en kassabetala.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapModel |
---|
TiAbstractMapModel.TiMapModelComparator |
Field Summary |
---|
Fields inherited from class org.stina.framework.core.model.TiAbstractModel |
---|
disposed |
Constructor Summary | |
---|---|
SjUpdateCashRegisterTransactionSpecificationStandard()
|
Method Summary | |
---|---|
SjCardTransactionList |
getCardTransactionList()
Field cardTransactionList is defined as optional. |
TiIntegerInterface |
getCashJournalId()
Field cashJournalId is defined as mandatory. |
java.lang.Integer |
getCashJournalIdValue()
Field cashJournalId is defined as mandatory. |
SjCashRegisterCreditOrderList |
getCashRegisterCreditOrderList()
Field cashRegisterCreditOrderList is defined as optional. |
SjCashRegisterCreditOtherReasonList |
getCashRegisterCreditOtherReasonList()
Field cashRegisterCreditOtherReasonList is defined as optional. |
SjCashRegisterCreditWithoutOrderList |
getCashRegisterCreditWithoutOrderList()
Field cashRegisterCreditWithoutOrderList is defined as optional. |
SjCashRegisterDebitOrderList |
getCashRegisterDebitOrderList()
Field cashRegisterDebitOrderList is defined as optional. |
java.lang.String |
getGeneratedTiName()
|
SjGiroRemittanceSpecificationList |
getGiroRemittanceSpecificationList()
Field giroRemittanceSpecificationList is defined as optional. |
SjPaymentTypeForDebitOrderList |
getPaymentTypeForDebitOrderList()
Field paymentTypeForDebitOrderList is defined as optional. |
java.lang.String |
getRealTiName()
|
TiBooleanInterface |
getReturnVatDescription()
Field returnVatDescription is defined as optional. |
java.lang.Boolean |
getReturnVatDescriptionValue()
Field returnVatDescription is defined as optional. |
SjUsedCashRegisterEventTypeList |
getUsedCashRegisterEventTypeList()
Field usedCashRegisterEventTypeList is defined as mandatory. |
SjUsedPaymentCodeList |
getUsedPaymentCodeList()
Field usedPaymentCodeList is defined as mandatory. |
SjCardTransactionList |
lookupCardTransactionList()
Field cardTransactionList is defined as optional. |
TiIntegerInterface |
lookupCashJournalId()
Field cashJournalId is defined as mandatory. |
SjCashRegisterCreditOrderList |
lookupCashRegisterCreditOrderList()
Field cashRegisterCreditOrderList is defined as optional. |
SjCashRegisterCreditOtherReasonList |
lookupCashRegisterCreditOtherReasonList()
Field cashRegisterCreditOtherReasonList is defined as optional. |
SjCashRegisterCreditWithoutOrderList |
lookupCashRegisterCreditWithoutOrderList()
Field cashRegisterCreditWithoutOrderList is defined as optional. |
SjCashRegisterDebitOrderList |
lookupCashRegisterDebitOrderList()
Field cashRegisterDebitOrderList is defined as optional. |
SjGiroRemittanceSpecificationList |
lookupGiroRemittanceSpecificationList()
Field giroRemittanceSpecificationList is defined as optional. |
SjPaymentTypeForDebitOrderList |
lookupPaymentTypeForDebitOrderList()
Field paymentTypeForDebitOrderList is defined as optional. |
TiBooleanInterface |
lookupReturnVatDescription()
Field returnVatDescription is defined as optional. |
SjUsedCashRegisterEventTypeList |
lookupUsedCashRegisterEventTypeList()
Field usedCashRegisterEventTypeList is defined as mandatory. |
SjUsedPaymentCodeList |
lookupUsedPaymentCodeList()
Field usedPaymentCodeList is defined as mandatory. |
void |
setCardTransactionList(SjCardTransactionList inData)
Field cardTransactionList is defined as optional. |
void |
setCashJournalId(TiIntegerInterface inData)
Field cashJournalId is defined as mandatory. |
void |
setCashJournalIdValue(java.lang.Integer inData)
Field cashJournalId is defined as mandatory. |
void |
setCashJournalIdValue(java.lang.Integer inData,
boolean inNotify)
Field cashJournalId is defined as mandatory. |
void |
setCashRegisterCreditOrderList(SjCashRegisterCreditOrderList inData)
Field cashRegisterCreditOrderList is defined as optional. |
void |
setCashRegisterCreditOtherReasonList(SjCashRegisterCreditOtherReasonList inData)
Field cashRegisterCreditOtherReasonList is defined as optional. |
void |
setCashRegisterCreditWithoutOrderList(SjCashRegisterCreditWithoutOrderList inData)
Field cashRegisterCreditWithoutOrderList is defined as optional. |
void |
setCashRegisterDebitOrderList(SjCashRegisterDebitOrderList inData)
Field cashRegisterDebitOrderList is defined as optional. |
void |
setGiroRemittanceSpecificationList(SjGiroRemittanceSpecificationList inData)
Field giroRemittanceSpecificationList is defined as optional. |
void |
setPaymentTypeForDebitOrderList(SjPaymentTypeForDebitOrderList inData)
Field paymentTypeForDebitOrderList is defined as optional. |
void |
setReturnVatDescription(TiBooleanInterface inData)
Field returnVatDescription is defined as optional. |
void |
setReturnVatDescriptionValue(java.lang.Boolean inData)
Field returnVatDescription is defined as optional. |
void |
setReturnVatDescriptionValue(java.lang.Boolean inData,
boolean inNotify)
Field returnVatDescription is defined as optional. |
void |
setUsedCashRegisterEventTypeList(SjUsedCashRegisterEventTypeList inData)
Field usedCashRegisterEventTypeList is defined as mandatory. |
void |
setUsedPaymentCodeList(SjUsedPaymentCodeList inData)
Field usedPaymentCodeList is defined as mandatory. |
protected TiFieldSpecificationEnumeration |
specifyFields()
|
Methods inherited from class org.stina.framework.core.model.TiAbstractMapModel |
---|
attachObserver, clear, clone, detachObserver, disposeModel, equalsModel, getAssignedFieldNames, getComparator, getField, getField, getFieldNames, getIncludeIfOptional, getIndexForXorPart, getModel, getModelImpl, getRealField, getRealField, getValue, getXorNameForXorPart, getXorPartNames, getXorSpecificationByName, hasField, importValue, importValue, isEmpty, lookupField, lookupFieldObject, lookupModel, lookupModelImpl, memberModel, setIncludeIfOptional, setModel, setUpdateXorFieldEnabled, setValue, setValue, specifyXors, toDebugString, toDebugString |
Methods inherited from class org.stina.framework.support.observer.TiSubject |
---|
getIndexOf, getIndexOf, getObserverCount, getObserverCount, isObserverAttached, logObservers, lookupObservers, lookupObserversLock, notifyAnyAspectObservers, notifyObservers |
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.support.observer.TiSubjectInterface |
---|
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString |
Methods inherited from interface org.stina.framework.support.util.TiModelComponentInterface |
---|
property |
Constructor Detail |
---|
public SjUpdateCashRegisterTransactionSpecificationStandard()
Method Detail |
---|
public TiIntegerInterface getCashJournalId()
getCashJournalId
in interface SjUpdateCashRegisterTransactionSpecification
public TiIntegerInterface lookupCashJournalId()
lookupCashJournalId
in interface SjUpdateCashRegisterTransactionSpecification
public void setCashJournalId(TiIntegerInterface inData)
setCashJournalId
in interface SjUpdateCashRegisterTransactionSpecification
public java.lang.Integer getCashJournalIdValue()
getCashJournalIdValue
in interface SjUpdateCashRegisterTransactionSpecification
public void setCashJournalIdValue(java.lang.Integer inData)
setCashJournalIdValue
in interface SjUpdateCashRegisterTransactionSpecification
public void setCashJournalIdValue(java.lang.Integer inData, boolean inNotify)
setCashJournalIdValue
in interface SjUpdateCashRegisterTransactionSpecification
public SjUsedPaymentCodeList getUsedPaymentCodeList()
getUsedPaymentCodeList
in interface SjUpdateCashRegisterTransactionSpecification
public SjUsedPaymentCodeList lookupUsedPaymentCodeList()
lookupUsedPaymentCodeList
in interface SjUpdateCashRegisterTransactionSpecification
public void setUsedPaymentCodeList(SjUsedPaymentCodeList inData)
setUsedPaymentCodeList
in interface SjUpdateCashRegisterTransactionSpecification
public SjUsedCashRegisterEventTypeList getUsedCashRegisterEventTypeList()
getUsedCashRegisterEventTypeList
in interface SjUpdateCashRegisterTransactionSpecification
public SjUsedCashRegisterEventTypeList lookupUsedCashRegisterEventTypeList()
lookupUsedCashRegisterEventTypeList
in interface SjUpdateCashRegisterTransactionSpecification
public void setUsedCashRegisterEventTypeList(SjUsedCashRegisterEventTypeList inData)
setUsedCashRegisterEventTypeList
in interface SjUpdateCashRegisterTransactionSpecification
public SjPaymentTypeForDebitOrderList getPaymentTypeForDebitOrderList()
getPaymentTypeForDebitOrderList
in interface SjUpdateCashRegisterTransactionSpecification
public SjPaymentTypeForDebitOrderList lookupPaymentTypeForDebitOrderList()
lookupPaymentTypeForDebitOrderList
in interface SjUpdateCashRegisterTransactionSpecification
public void setPaymentTypeForDebitOrderList(SjPaymentTypeForDebitOrderList inData)
setPaymentTypeForDebitOrderList
in interface SjUpdateCashRegisterTransactionSpecification
public SjCashRegisterDebitOrderList getCashRegisterDebitOrderList()
getCashRegisterDebitOrderList
in interface SjUpdateCashRegisterTransactionSpecification
public SjCashRegisterDebitOrderList lookupCashRegisterDebitOrderList()
lookupCashRegisterDebitOrderList
in interface SjUpdateCashRegisterTransactionSpecification
public void setCashRegisterDebitOrderList(SjCashRegisterDebitOrderList inData)
setCashRegisterDebitOrderList
in interface SjUpdateCashRegisterTransactionSpecification
public SjCashRegisterCreditOrderList getCashRegisterCreditOrderList()
getCashRegisterCreditOrderList
in interface SjUpdateCashRegisterTransactionSpecification
public SjCashRegisterCreditOrderList lookupCashRegisterCreditOrderList()
lookupCashRegisterCreditOrderList
in interface SjUpdateCashRegisterTransactionSpecification
public void setCashRegisterCreditOrderList(SjCashRegisterCreditOrderList inData)
setCashRegisterCreditOrderList
in interface SjUpdateCashRegisterTransactionSpecification
public SjCardTransactionList getCardTransactionList()
getCardTransactionList
in interface SjUpdateCashRegisterTransactionSpecification
public SjCardTransactionList lookupCardTransactionList()
lookupCardTransactionList
in interface SjUpdateCashRegisterTransactionSpecification
public void setCardTransactionList(SjCardTransactionList inData)
setCardTransactionList
in interface SjUpdateCashRegisterTransactionSpecification
public SjCashRegisterCreditOtherReasonList getCashRegisterCreditOtherReasonList()
getCashRegisterCreditOtherReasonList
in interface SjUpdateCashRegisterTransactionSpecification
public SjCashRegisterCreditOtherReasonList lookupCashRegisterCreditOtherReasonList()
lookupCashRegisterCreditOtherReasonList
in interface SjUpdateCashRegisterTransactionSpecification
public void setCashRegisterCreditOtherReasonList(SjCashRegisterCreditOtherReasonList inData)
setCashRegisterCreditOtherReasonList
in interface SjUpdateCashRegisterTransactionSpecification
public SjCashRegisterCreditWithoutOrderList getCashRegisterCreditWithoutOrderList()
getCashRegisterCreditWithoutOrderList
in interface SjUpdateCashRegisterTransactionSpecification
public SjCashRegisterCreditWithoutOrderList lookupCashRegisterCreditWithoutOrderList()
lookupCashRegisterCreditWithoutOrderList
in interface SjUpdateCashRegisterTransactionSpecification
public void setCashRegisterCreditWithoutOrderList(SjCashRegisterCreditWithoutOrderList inData)
setCashRegisterCreditWithoutOrderList
in interface SjUpdateCashRegisterTransactionSpecification
public SjGiroRemittanceSpecificationList getGiroRemittanceSpecificationList()
getGiroRemittanceSpecificationList
in interface SjUpdateCashRegisterTransactionSpecification
public SjGiroRemittanceSpecificationList lookupGiroRemittanceSpecificationList()
lookupGiroRemittanceSpecificationList
in interface SjUpdateCashRegisterTransactionSpecification
public void setGiroRemittanceSpecificationList(SjGiroRemittanceSpecificationList inData)
setGiroRemittanceSpecificationList
in interface SjUpdateCashRegisterTransactionSpecification
public TiBooleanInterface getReturnVatDescription()
getReturnVatDescription
in interface SjUpdateCashRegisterTransactionSpecification
public TiBooleanInterface lookupReturnVatDescription()
lookupReturnVatDescription
in interface SjUpdateCashRegisterTransactionSpecification
public void setReturnVatDescription(TiBooleanInterface inData)
setReturnVatDescription
in interface SjUpdateCashRegisterTransactionSpecification
public java.lang.Boolean getReturnVatDescriptionValue()
getReturnVatDescriptionValue
in interface SjUpdateCashRegisterTransactionSpecification
public void setReturnVatDescriptionValue(java.lang.Boolean inData)
setReturnVatDescriptionValue
in interface SjUpdateCashRegisterTransactionSpecification
public void setReturnVatDescriptionValue(java.lang.Boolean inData, boolean inNotify)
setReturnVatDescriptionValue
in interface SjUpdateCashRegisterTransactionSpecification
protected TiFieldSpecificationEnumeration specifyFields()
specifyFields
in class TiAbstractMapModel
public java.lang.String getRealTiName()
getRealTiName
in interface TiCommonModelPartInterface
getRealTiName
in class TiAbstractModel
public java.lang.String getGeneratedTiName()
getGeneratedTiName
in interface TiCommonModelPartInterface
getGeneratedTiName
in class TiAbstractModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |