|
||||||||||
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.SjCORSectionOptionSpecificationPlain
public class SjCORSectionOptionSpecificationPlain
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.SjCORSectionOptionSpecification |
---|
COMPONENT_NUMBER, CREDIT_AMOUNT, CREDIT_CODE, VARIANT_NUMBER |
Constructor Summary | |
---|---|
SjCORSectionOptionSpecificationPlain()
|
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 SjCORSectionOptionSpecificationPlain()
Method Detail |
---|
public SjIntegerString getComponentNumber()
getComponentNumber
in interface SjCORSectionOptionSpecification
public SjIntegerString lookupComponentNumber()
lookupComponentNumber
in interface SjCORSectionOptionSpecification
public void setComponentNumber(SjIntegerString inData)
setComponentNumber
in interface SjCORSectionOptionSpecification
public java.lang.String getComponentNumberValue()
getComponentNumberValue
in interface SjCORSectionOptionSpecification
public void setComponentNumberValue(java.lang.String inData)
setComponentNumberValue
in interface SjCORSectionOptionSpecification
public void setComponentNumberValue(java.lang.String inData, boolean inNotify)
setComponentNumberValue
in interface SjCORSectionOptionSpecification
public SjIntegerString getVariantNumber()
getVariantNumber
in interface SjCORSectionOptionSpecification
public SjIntegerString lookupVariantNumber()
lookupVariantNumber
in interface SjCORSectionOptionSpecification
public void setVariantNumber(SjIntegerString inData)
setVariantNumber
in interface SjCORSectionOptionSpecification
public java.lang.String getVariantNumberValue()
getVariantNumberValue
in interface SjCORSectionOptionSpecification
public void setVariantNumberValue(java.lang.String inData)
setVariantNumberValue
in interface SjCORSectionOptionSpecification
public void setVariantNumberValue(java.lang.String inData, boolean inNotify)
setVariantNumberValue
in interface SjCORSectionOptionSpecification
public SjMoney getCreditAmount()
getCreditAmount
in interface SjCORSectionOptionSpecification
public SjMoney lookupCreditAmount()
lookupCreditAmount
in interface SjCORSectionOptionSpecification
public void setCreditAmount(SjMoney inData)
setCreditAmount
in interface SjCORSectionOptionSpecification
public SjCode getCreditCode()
getCreditCode
in interface SjCORSectionOptionSpecification
public SjCode lookupCreditCode()
lookupCreditCode
in interface SjCORSectionOptionSpecification
public void setCreditCode(SjCode inData)
setCreditCode
in interface SjCORSectionOptionSpecification
public java.lang.String getCreditCodeValue()
getCreditCodeValue
in interface SjCORSectionOptionSpecification
public void setCreditCodeValue(java.lang.String inData)
setCreditCodeValue
in interface SjCORSectionOptionSpecification
public void setCreditCodeValue(java.lang.String inData, boolean inNotify)
setCreditCodeValue
in interface SjCORSectionOptionSpecification
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 |