|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stina.framework.support.observer.TiSubject
org.stina.framework.core.model.TiAbstractModel
org.stina.framework.core.model.TiAbstractMapModel
se.sj.stina.domain.model.impl.standard.SjCOROptionSpecificationStandard
public class SjCOROptionSpecificationStandard
För CreditOtherReason
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapModel |
---|
TiAbstractMapModel.TiMapModelComparator |
Field Summary |
---|
Fields inherited from class org.stina.framework.core.model.TiAbstractModel |
---|
disposed |
Fields inherited from interface se.sj.stina.domain.model.SjCOROptionSpecification |
---|
COMPONENT_NUMBER, CREDIT_AMOUNT, CREDIT_CODE, VARIANT_NUMBER |
Constructor Summary | |
---|---|
SjCOROptionSpecificationStandard()
|
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. |
protected TiFieldSpecificationEnumeration |
specifyFields()
|
Methods inherited from class org.stina.framework.core.model.TiAbstractMapModel |
---|
attachObserver, clear, clone, detachObserver, disposeModel, equalsModel, getAssignedFieldNames, getComparator, getField, getField, getFieldNames, getIncludeIfOptional, getIndexForXorPart, getModel, getModelImpl, getRealField, getRealField, getValue, getXorNameForXorPart, getXorPartNames, getXorSpecificationByName, hasField, importValue, importValue, isEmpty, lookupField, lookupFieldObject, lookupModel, lookupModelImpl, memberModel, setIncludeIfOptional, setModel, setUpdateXorFieldEnabled, setValue, setValue, specifyXors, toDebugString, toDebugString |
Methods inherited from class org.stina.framework.support.observer.TiSubject |
---|
getIndexOf, getIndexOf, getObserverCount, getObserverCount, isObserverAttached, logObservers, lookupObservers, lookupObserversLock, notifyAnyAspectObservers, notifyObservers |
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 |
Constructor Detail |
---|
public SjCOROptionSpecificationStandard()
Method Detail |
---|
public SjIntegerString getComponentNumber()
getComponentNumber
in interface SjCOROptionSpecification
public SjIntegerString lookupComponentNumber()
lookupComponentNumber
in interface SjCOROptionSpecification
public void setComponentNumber(SjIntegerString inData)
setComponentNumber
in interface SjCOROptionSpecification
public java.lang.String getComponentNumberValue()
getComponentNumberValue
in interface SjCOROptionSpecification
public void setComponentNumberValue(java.lang.String inData)
setComponentNumberValue
in interface SjCOROptionSpecification
public void setComponentNumberValue(java.lang.String inData, boolean inNotify)
setComponentNumberValue
in interface SjCOROptionSpecification
public SjIntegerString getVariantNumber()
getVariantNumber
in interface SjCOROptionSpecification
public SjIntegerString lookupVariantNumber()
lookupVariantNumber
in interface SjCOROptionSpecification
public void setVariantNumber(SjIntegerString inData)
setVariantNumber
in interface SjCOROptionSpecification
public java.lang.String getVariantNumberValue()
getVariantNumberValue
in interface SjCOROptionSpecification
public void setVariantNumberValue(java.lang.String inData)
setVariantNumberValue
in interface SjCOROptionSpecification
public void setVariantNumberValue(java.lang.String inData, boolean inNotify)
setVariantNumberValue
in interface SjCOROptionSpecification
public SjMoney getCreditAmount()
getCreditAmount
in interface SjCOROptionSpecification
public SjMoney lookupCreditAmount()
lookupCreditAmount
in interface SjCOROptionSpecification
public void setCreditAmount(SjMoney inData)
setCreditAmount
in interface SjCOROptionSpecification
public SjCode getCreditCode()
getCreditCode
in interface SjCOROptionSpecification
public SjCode lookupCreditCode()
lookupCreditCode
in interface SjCOROptionSpecification
public void setCreditCode(SjCode inData)
setCreditCode
in interface SjCOROptionSpecification
public java.lang.String getCreditCodeValue()
getCreditCodeValue
in interface SjCOROptionSpecification
public void setCreditCodeValue(java.lang.String inData)
setCreditCodeValue
in interface SjCOROptionSpecification
public void setCreditCodeValue(java.lang.String inData, boolean inNotify)
setCreditCodeValue
in interface SjCOROptionSpecification
protected TiFieldSpecificationEnumeration specifyFields()
specifyFields
in class TiAbstractMapModel
public java.lang.String getRealTiName()
getRealTiName
in interface TiCommonModelPartInterface
getRealTiName
in class TiAbstractModel
public java.lang.String getGeneratedTiName()
getGeneratedTiName
in interface TiCommonModelPartInterface
getGeneratedTiName
in class TiAbstractModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |