|
||||||||||
| 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.SjCOROptionSpecificationPlain
public class SjCOROptionSpecificationPlain
För CreditOtherReason
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
TiAbstractMapData.TiMapDataComparator |
| Field Summary | |
|---|---|
SjIntegerStringPlain |
componentNumber
|
SjMoneyPlain |
creditAmount
|
SjCodePlain |
creditCode
|
SjIntegerStringPlain |
variantNumber
|
| Fields inherited from interface se.sj.stina.domain.model.SjCOROptionSpecification |
|---|
COMPONENT_NUMBER, CREDIT_AMOUNT, CREDIT_CODE, VARIANT_NUMBER |
| Constructor Summary | |
|---|---|
SjCOROptionSpecificationPlain()
|
|
| Method Summary | |
|---|---|
SjIntegerString |
getComponentNumber()
Field componentNumber is defined as mandatory. |
java.lang.String |
getComponentNumberValue()
Field componentNumber is defined as mandatory. |
SjMoney |
getCreditAmount()
Field creditAmount is defined as mandatory. |
SjCode |
getCreditCode()
Field creditCode is defined as optional. |
java.lang.String |
getCreditCodeValue()
Field creditCode is defined as optional. |
java.lang.String |
getGeneratedTiName()
|
java.lang.String |
getRealTiName()
|
SjIntegerString |
getVariantNumber()
Field variantNumber is defined as mandatory. |
java.lang.String |
getVariantNumberValue()
Field variantNumber is defined as mandatory. |
SjIntegerString |
lookupComponentNumber()
Field componentNumber is defined as mandatory. |
SjMoney |
lookupCreditAmount()
Field creditAmount is defined as mandatory. |
SjCode |
lookupCreditCode()
Field creditCode is defined as optional. |
SjIntegerString |
lookupVariantNumber()
Field variantNumber is defined as mandatory. |
void |
setComponentNumber(SjIntegerString inData)
Field componentNumber is defined as mandatory. |
void |
setComponentNumberValue(java.lang.String inData)
Field componentNumber is defined as mandatory. |
void |
setComponentNumberValue(java.lang.String inData,
boolean inNotify)
Field componentNumber is defined as mandatory. |
void |
setCreditAmount(SjMoney inData)
Field creditAmount is defined as mandatory. |
void |
setCreditCode(SjCode inData)
Field creditCode is defined as optional. |
void |
setCreditCodeValue(java.lang.String inData)
Field creditCode is defined as optional. |
void |
setCreditCodeValue(java.lang.String inData,
boolean inNotify)
Field creditCode is defined as optional. |
void |
setVariantNumber(SjIntegerString inData)
Field variantNumber is defined as mandatory. |
void |
setVariantNumberValue(java.lang.String inData)
Field variantNumber is defined as mandatory. |
void |
setVariantNumberValue(java.lang.String inData,
boolean inNotify)
Field variantNumber 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 SjIntegerStringPlain componentNumber
public SjIntegerStringPlain variantNumber
public SjMoneyPlain creditAmount
public SjCodePlain creditCode
| Constructor Detail |
|---|
public SjCOROptionSpecificationPlain()
| Method Detail |
|---|
public SjIntegerString getComponentNumber()
getComponentNumber in interface SjCOROptionSpecificationpublic SjIntegerString lookupComponentNumber()
lookupComponentNumber in interface SjCOROptionSpecificationpublic void setComponentNumber(SjIntegerString inData)
setComponentNumber in interface SjCOROptionSpecificationpublic java.lang.String getComponentNumberValue()
getComponentNumberValue in interface SjCOROptionSpecificationpublic void setComponentNumberValue(java.lang.String inData)
setComponentNumberValue in interface SjCOROptionSpecification
public void setComponentNumberValue(java.lang.String inData,
boolean inNotify)
setComponentNumberValue in interface SjCOROptionSpecificationpublic SjIntegerString getVariantNumber()
getVariantNumber in interface SjCOROptionSpecificationpublic SjIntegerString lookupVariantNumber()
lookupVariantNumber in interface SjCOROptionSpecificationpublic void setVariantNumber(SjIntegerString inData)
setVariantNumber in interface SjCOROptionSpecificationpublic java.lang.String getVariantNumberValue()
getVariantNumberValue in interface SjCOROptionSpecificationpublic void setVariantNumberValue(java.lang.String inData)
setVariantNumberValue in interface SjCOROptionSpecification
public void setVariantNumberValue(java.lang.String inData,
boolean inNotify)
setVariantNumberValue in interface SjCOROptionSpecificationpublic SjMoney getCreditAmount()
getCreditAmount in interface SjCOROptionSpecificationpublic SjMoney lookupCreditAmount()
lookupCreditAmount in interface SjCOROptionSpecificationpublic void setCreditAmount(SjMoney inData)
setCreditAmount in interface SjCOROptionSpecificationpublic SjCode getCreditCode()
getCreditCode in interface SjCOROptionSpecificationpublic SjCode lookupCreditCode()
lookupCreditCode in interface SjCOROptionSpecificationpublic void setCreditCode(SjCode inData)
setCreditCode in interface SjCOROptionSpecificationpublic java.lang.String getCreditCodeValue()
getCreditCodeValue in interface SjCOROptionSpecificationpublic void setCreditCodeValue(java.lang.String inData)
setCreditCodeValue in interface SjCOROptionSpecification
public void setCreditCodeValue(java.lang.String inData,
boolean inNotify)
setCreditCodeValue in interface SjCOROptionSpecificationpublic 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 | |||||||||