|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjEconomyMessageSpecification
Innehåller data om vart man vill skicka ekonomimeddelande om beställningen
Credit = Om man vill skicka krediteringsinfo
Debit = Om man vill skicka debiteringsinfo
Field Summary | |
---|---|
static java.lang.String |
CREDIT
|
static java.lang.String |
DEBIT
|
Method Summary | |
---|---|
TiBooleanInterface |
getCredit()
Field credit is defined as mandatory. |
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. |
TiBooleanInterface |
lookupCredit()
Field credit is defined as mandatory. |
TiBooleanInterface |
lookupDebit()
Field debit is defined as mandatory. |
void |
setCredit(TiBooleanInterface inData)
Field credit is defined as mandatory. |
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 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 CREDIT
static final java.lang.String DEBIT
Method Detail |
---|
TiBooleanInterface getCredit()
TiBooleanInterface lookupCredit()
void setCredit(TiBooleanInterface inData)
java.lang.Boolean getCreditValue()
void setCreditValue(java.lang.Boolean inData)
void setCreditValue(java.lang.Boolean inData, boolean inNotify)
TiBooleanInterface getDebit()
TiBooleanInterface lookupDebit()
void setDebit(TiBooleanInterface inData)
java.lang.Boolean getDebitValue()
void setDebitValue(java.lang.Boolean inData)
void setDebitValue(java.lang.Boolean inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |