|
||||||||||
| 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.SjValidForCreditResultPlain
public class SjValidForCreditResultPlain
Utfall av affärsregelkontroll: Är beställningen möjlig att kreditera
- ValidForCredit: Beställningen får krediteras
- CreditRule: Återköpsregel ( Atkpkod )
- CreditCode: Hur återbetlning skall göras ( Kdbetkod )
- PaymentModel: Betalningsmodel ( Betmod )
- ValidForCreditOrderItemList: Vilka beställningsrader kan krediteras eller ej
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
TiAbstractMapData.TiMapDataComparator |
| Fields inherited from interface se.sj.stina.domain.model.SjValidForCreditResult |
|---|
CREDIT_CODE, CREDIT_RULE, NOT_ALLOWED_TO_CREDIT, PAYMENT_MODEL, VALID_FOR_CREDIT, VALID_FOR_CREDIT_ORDER_ITEM_LIST |
| Constructor Summary | |
|---|---|
SjValidForCreditResultPlain()
|
|
| Method Summary | |
|---|---|
TiStringInterface |
getCreditCode()
Field creditCode is defined as mandatory. |
java.lang.String |
getCreditCodeValue()
Field creditCode is defined as mandatory. |
TiStringInterface |
getCreditRule()
Field creditRule is defined as mandatory. |
java.lang.String |
getCreditRuleValue()
Field creditRule is defined as mandatory. |
java.lang.String |
getGeneratedTiName()
|
SjNotAllowedToCredit |
getNotAllowedToCredit()
Field notAllowedToCredit is defined as optional. |
TiStringInterface |
getPaymentModel()
Field paymentModel is defined as mandatory. |
java.lang.String |
getPaymentModelValue()
Field paymentModel is defined as mandatory. |
java.lang.String |
getRealTiName()
|
TiBooleanInterface |
getValidForCredit()
Field validForCredit is defined as mandatory. |
SjValidForCreditOrderItemList |
getValidForCreditOrderItemList()
Field validForCreditOrderItemList is defined as mandatory. |
java.lang.Boolean |
getValidForCreditValue()
Field validForCredit is defined as mandatory. |
TiStringInterface |
lookupCreditCode()
Field creditCode is defined as mandatory. |
TiStringInterface |
lookupCreditRule()
Field creditRule is defined as mandatory. |
SjNotAllowedToCredit |
lookupNotAllowedToCredit()
Field notAllowedToCredit is defined as optional. |
TiStringInterface |
lookupPaymentModel()
Field paymentModel is defined as mandatory. |
TiBooleanInterface |
lookupValidForCredit()
Field validForCredit is defined as mandatory. |
SjValidForCreditOrderItemList |
lookupValidForCreditOrderItemList()
Field validForCreditOrderItemList is defined as mandatory. |
void |
setCreditCode(TiStringInterface inData)
Field creditCode is defined as mandatory. |
void |
setCreditCodeValue(java.lang.String inData)
Field creditCode is defined as mandatory. |
void |
setCreditCodeValue(java.lang.String inData,
boolean inNotify)
Field creditCode is defined as mandatory. |
void |
setCreditRule(TiStringInterface inData)
Field creditRule is defined as mandatory. |
void |
setCreditRuleValue(java.lang.String inData)
Field creditRule is defined as mandatory. |
void |
setCreditRuleValue(java.lang.String inData,
boolean inNotify)
Field creditRule is defined as mandatory. |
void |
setNotAllowedToCredit(SjNotAllowedToCredit inData)
Field notAllowedToCredit is defined as optional. |
void |
setPaymentModel(TiStringInterface inData)
Field paymentModel is defined as mandatory. |
void |
setPaymentModelValue(java.lang.String inData)
Field paymentModel is defined as mandatory. |
void |
setPaymentModelValue(java.lang.String inData,
boolean inNotify)
Field paymentModel is defined as mandatory. |
void |
setValidForCredit(TiBooleanInterface inData)
Field validForCredit is defined as mandatory. |
void |
setValidForCreditOrderItemList(SjValidForCreditOrderItemList inData)
Field validForCreditOrderItemList is defined as mandatory. |
void |
setValidForCreditValue(java.lang.Boolean inData)
Field validForCredit is defined as mandatory. |
void |
setValidForCreditValue(java.lang.Boolean inData,
boolean inNotify)
Field validForCredit 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 validForCredit
public TiStringData creditRule
public TiStringData creditCode
public TiStringData paymentModel
public SjValidForCreditOrderItemListPlain validForCreditOrderItemList
public SjNotAllowedToCreditPlain notAllowedToCredit
| Constructor Detail |
|---|
public SjValidForCreditResultPlain()
| Method Detail |
|---|
public TiBooleanInterface getValidForCredit()
getValidForCredit in interface SjValidForCreditResultpublic TiBooleanInterface lookupValidForCredit()
lookupValidForCredit in interface SjValidForCreditResultpublic void setValidForCredit(TiBooleanInterface inData)
setValidForCredit in interface SjValidForCreditResultpublic java.lang.Boolean getValidForCreditValue()
getValidForCreditValue in interface SjValidForCreditResultpublic void setValidForCreditValue(java.lang.Boolean inData)
setValidForCreditValue in interface SjValidForCreditResult
public void setValidForCreditValue(java.lang.Boolean inData,
boolean inNotify)
setValidForCreditValue in interface SjValidForCreditResultpublic TiStringInterface getCreditRule()
getCreditRule in interface SjValidForCreditResultpublic TiStringInterface lookupCreditRule()
lookupCreditRule in interface SjValidForCreditResultpublic void setCreditRule(TiStringInterface inData)
setCreditRule in interface SjValidForCreditResultpublic java.lang.String getCreditRuleValue()
getCreditRuleValue in interface SjValidForCreditResultpublic void setCreditRuleValue(java.lang.String inData)
setCreditRuleValue in interface SjValidForCreditResult
public void setCreditRuleValue(java.lang.String inData,
boolean inNotify)
setCreditRuleValue in interface SjValidForCreditResultpublic TiStringInterface getCreditCode()
getCreditCode in interface SjValidForCreditResultpublic TiStringInterface lookupCreditCode()
lookupCreditCode in interface SjValidForCreditResultpublic void setCreditCode(TiStringInterface inData)
setCreditCode in interface SjValidForCreditResultpublic java.lang.String getCreditCodeValue()
getCreditCodeValue in interface SjValidForCreditResultpublic void setCreditCodeValue(java.lang.String inData)
setCreditCodeValue in interface SjValidForCreditResult
public void setCreditCodeValue(java.lang.String inData,
boolean inNotify)
setCreditCodeValue in interface SjValidForCreditResultpublic TiStringInterface getPaymentModel()
getPaymentModel in interface SjValidForCreditResultpublic TiStringInterface lookupPaymentModel()
lookupPaymentModel in interface SjValidForCreditResultpublic void setPaymentModel(TiStringInterface inData)
setPaymentModel in interface SjValidForCreditResultpublic java.lang.String getPaymentModelValue()
getPaymentModelValue in interface SjValidForCreditResultpublic void setPaymentModelValue(java.lang.String inData)
setPaymentModelValue in interface SjValidForCreditResult
public void setPaymentModelValue(java.lang.String inData,
boolean inNotify)
setPaymentModelValue in interface SjValidForCreditResultpublic SjValidForCreditOrderItemList getValidForCreditOrderItemList()
getValidForCreditOrderItemList in interface SjValidForCreditResultpublic SjValidForCreditOrderItemList lookupValidForCreditOrderItemList()
lookupValidForCreditOrderItemList in interface SjValidForCreditResultpublic void setValidForCreditOrderItemList(SjValidForCreditOrderItemList inData)
setValidForCreditOrderItemList in interface SjValidForCreditResultpublic SjNotAllowedToCredit getNotAllowedToCredit()
getNotAllowedToCredit in interface SjValidForCreditResultpublic SjNotAllowedToCredit lookupNotAllowedToCredit()
lookupNotAllowedToCredit in interface SjValidForCreditResultpublic void setNotAllowedToCredit(SjNotAllowedToCredit inData)
setNotAllowedToCredit in interface SjValidForCreditResultpublic 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 | |||||||||