|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.stina.framework.core.model.TiAbstractData
org.stina.framework.core.model.TiAbstractMapData
se.sj.stina.domain.model.impl.plain.SjVatReceiptQueryPlain
public class SjVatReceiptQueryPlain
Debit: Avses debitering? Credit: Avses kreditering? CreditOrderItemIdList: Vid kreditering specificeras vilka orderrader som avses
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
TiAbstractMapData.TiMapDataComparator |
| Field Summary | |
|---|---|
TiBooleanData |
credit
|
SjOrderItemIdListPlain |
creditOrderItemIdList
|
TiBooleanData |
debit
|
| Fields inherited from interface se.sj.stina.domain.model.SjVatReceiptQuery |
|---|
CREDIT, CREDIT_ORDER_ITEM_ID_LIST, DEBIT |
| Constructor Summary | |
|---|---|
SjVatReceiptQueryPlain()
|
|
| Method Summary | |
|---|---|
TiBooleanInterface |
getCredit()
Field credit is defined as mandatory. |
SjOrderItemIdList |
getCreditOrderItemIdList()
Field creditOrderItemIdList is defined as optional. |
java.lang.Boolean |
getCreditValue()
Field credit is defined as mandatory. |
TiBooleanInterface |
getDebit()
Field debit is defined as mandatory. |
java.lang.Boolean |
getDebitValue()
Field debit is defined as mandatory. |
java.lang.String |
getGeneratedTiName()
|
java.lang.String |
getRealTiName()
|
TiBooleanInterface |
lookupCredit()
Field credit is defined as mandatory. |
SjOrderItemIdList |
lookupCreditOrderItemIdList()
Field creditOrderItemIdList is defined as optional. |
TiBooleanInterface |
lookupDebit()
Field debit is defined as mandatory. |
void |
setCredit(TiBooleanInterface inData)
Field credit is defined as mandatory. |
void |
setCreditOrderItemIdList(SjOrderItemIdList inData)
Field creditOrderItemIdList is defined as optional. |
void |
setCreditValue(java.lang.Boolean inData)
Field credit is defined as mandatory. |
void |
setCreditValue(java.lang.Boolean inData,
boolean inNotify)
Field credit is defined as mandatory. |
void |
setDebit(TiBooleanInterface inData)
Field debit is defined as mandatory. |
void |
setDebitValue(java.lang.Boolean inData)
Field debit is defined as mandatory. |
void |
setDebitValue(java.lang.Boolean inData,
boolean inNotify)
Field debit is defined as mandatory. |
| 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, specifyXors, toDebugString, toDebugString, updateXorIndex |
| 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 |
| Field Detail |
|---|
public TiBooleanData debit
public TiBooleanData credit
public SjOrderItemIdListPlain creditOrderItemIdList
| Constructor Detail |
|---|
public SjVatReceiptQueryPlain()
| Method Detail |
|---|
public TiBooleanInterface getDebit()
getDebit in interface SjVatReceiptQuerypublic TiBooleanInterface lookupDebit()
lookupDebit in interface SjVatReceiptQuerypublic void setDebit(TiBooleanInterface inData)
setDebit in interface SjVatReceiptQuerypublic java.lang.Boolean getDebitValue()
getDebitValue in interface SjVatReceiptQuerypublic void setDebitValue(java.lang.Boolean inData)
setDebitValue in interface SjVatReceiptQuery
public void setDebitValue(java.lang.Boolean inData,
boolean inNotify)
setDebitValue in interface SjVatReceiptQuerypublic TiBooleanInterface getCredit()
getCredit in interface SjVatReceiptQuerypublic TiBooleanInterface lookupCredit()
lookupCredit in interface SjVatReceiptQuerypublic void setCredit(TiBooleanInterface inData)
setCredit in interface SjVatReceiptQuerypublic java.lang.Boolean getCreditValue()
getCreditValue in interface SjVatReceiptQuerypublic void setCreditValue(java.lang.Boolean inData)
setCreditValue in interface SjVatReceiptQuery
public void setCreditValue(java.lang.Boolean inData,
boolean inNotify)
setCreditValue in interface SjVatReceiptQuerypublic SjOrderItemIdList getCreditOrderItemIdList()
getCreditOrderItemIdList in interface SjVatReceiptQuerypublic SjOrderItemIdList lookupCreditOrderItemIdList()
lookupCreditOrderItemIdList in interface SjVatReceiptQuerypublic void setCreditOrderItemIdList(SjOrderItemIdList inData)
setCreditOrderItemIdList in interface SjVatReceiptQuerypublic java.lang.String getRealTiName()
getRealTiName in interface TiCommonModelPartInterfacegetRealTiName in class TiAbstractDatapublic java.lang.String getGeneratedTiName()
getGeneratedTiName in interface TiCommonModelPartInterfacegetGeneratedTiName in class TiAbstractData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||