|
||||||||||
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 SjValidForCreditResult
public TiBooleanInterface lookupValidForCredit()
lookupValidForCredit
in interface SjValidForCreditResult
public void setValidForCredit(TiBooleanInterface inData)
setValidForCredit
in interface SjValidForCreditResult
public java.lang.Boolean getValidForCreditValue()
getValidForCreditValue
in interface SjValidForCreditResult
public void setValidForCreditValue(java.lang.Boolean inData)
setValidForCreditValue
in interface SjValidForCreditResult
public void setValidForCreditValue(java.lang.Boolean inData, boolean inNotify)
setValidForCreditValue
in interface SjValidForCreditResult
public TiStringInterface getCreditRule()
getCreditRule
in interface SjValidForCreditResult
public TiStringInterface lookupCreditRule()
lookupCreditRule
in interface SjValidForCreditResult
public void setCreditRule(TiStringInterface inData)
setCreditRule
in interface SjValidForCreditResult
public java.lang.String getCreditRuleValue()
getCreditRuleValue
in interface SjValidForCreditResult
public void setCreditRuleValue(java.lang.String inData)
setCreditRuleValue
in interface SjValidForCreditResult
public void setCreditRuleValue(java.lang.String inData, boolean inNotify)
setCreditRuleValue
in interface SjValidForCreditResult
public TiStringInterface getCreditCode()
getCreditCode
in interface SjValidForCreditResult
public TiStringInterface lookupCreditCode()
lookupCreditCode
in interface SjValidForCreditResult
public void setCreditCode(TiStringInterface inData)
setCreditCode
in interface SjValidForCreditResult
public java.lang.String getCreditCodeValue()
getCreditCodeValue
in interface SjValidForCreditResult
public void setCreditCodeValue(java.lang.String inData)
setCreditCodeValue
in interface SjValidForCreditResult
public void setCreditCodeValue(java.lang.String inData, boolean inNotify)
setCreditCodeValue
in interface SjValidForCreditResult
public TiStringInterface getPaymentModel()
getPaymentModel
in interface SjValidForCreditResult
public TiStringInterface lookupPaymentModel()
lookupPaymentModel
in interface SjValidForCreditResult
public void setPaymentModel(TiStringInterface inData)
setPaymentModel
in interface SjValidForCreditResult
public java.lang.String getPaymentModelValue()
getPaymentModelValue
in interface SjValidForCreditResult
public void setPaymentModelValue(java.lang.String inData)
setPaymentModelValue
in interface SjValidForCreditResult
public void setPaymentModelValue(java.lang.String inData, boolean inNotify)
setPaymentModelValue
in interface SjValidForCreditResult
public SjValidForCreditOrderItemList getValidForCreditOrderItemList()
getValidForCreditOrderItemList
in interface SjValidForCreditResult
public SjValidForCreditOrderItemList lookupValidForCreditOrderItemList()
lookupValidForCreditOrderItemList
in interface SjValidForCreditResult
public void setValidForCreditOrderItemList(SjValidForCreditOrderItemList inData)
setValidForCreditOrderItemList
in interface SjValidForCreditResult
public SjNotAllowedToCredit getNotAllowedToCredit()
getNotAllowedToCredit
in interface SjValidForCreditResult
public SjNotAllowedToCredit lookupNotAllowedToCredit()
lookupNotAllowedToCredit
in interface SjValidForCreditResult
public void setNotAllowedToCredit(SjNotAllowedToCredit inData)
setNotAllowedToCredit
in interface SjValidForCreditResult
public java.lang.String getRealTiName()
getRealTiName
in interface TiCommonModelPartInterface
getRealTiName
in class TiAbstractData
public java.lang.String getGeneratedTiName()
getGeneratedTiName
in interface TiCommonModelPartInterface
getGeneratedTiName
in class TiAbstractData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |