|
||||||||||
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.SjOptionDescriptionPlain
public class SjOptionDescriptionPlain
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.SjOptionDescription |
---|
COMPONENT_NUMBER, DESCRIPTION, MANDATORY, OPTION_HELP_TEXT, TYPE_OF_OPTION, VARIANT_LIST, VARIANT_NUMBER |
Constructor Summary | |
---|---|
SjOptionDescriptionPlain()
|
Method Summary | |
---|---|
SjIntegerString |
getComponentNumber()
Field componentNumber is defined as mandatory. |
java.lang.String |
getComponentNumberValue()
Field componentNumber is defined as mandatory. |
TiStringInterface |
getDescription()
Field description is defined as optional. |
java.lang.String |
getDescriptionValue()
Field description is defined as optional. |
java.lang.String |
getGeneratedTiName()
|
TiBooleanInterface |
getMandatory()
Field mandatory is defined as optional. |
java.lang.Boolean |
getMandatoryValue()
Field mandatory is defined as optional. |
TiStringInterface |
getOptionHelpText()
Field optionHelpText is defined as optional. |
java.lang.String |
getOptionHelpTextValue()
Field optionHelpText is defined as optional. |
java.lang.String |
getRealTiName()
|
TiStringInterface |
getTypeOfOption()
Field typeOfOption is defined as mandatory. |
java.lang.String |
getTypeOfOptionValue()
Field typeOfOption is defined as mandatory. |
SjVariantList |
getVariantList()
Field variantList is defined as optional. |
SjIntegerString |
getVariantNumber()
Field variantNumber is defined as optional. |
java.lang.String |
getVariantNumberValue()
Field variantNumber is defined as optional. |
SjIntegerString |
lookupComponentNumber()
Field componentNumber is defined as mandatory. |
TiStringInterface |
lookupDescription()
Field description is defined as optional. |
TiBooleanInterface |
lookupMandatory()
Field mandatory is defined as optional. |
TiStringInterface |
lookupOptionHelpText()
Field optionHelpText is defined as optional. |
TiStringInterface |
lookupTypeOfOption()
Field typeOfOption is defined as mandatory. |
SjVariantList |
lookupVariantList()
Field variantList is defined as optional. |
SjIntegerString |
lookupVariantNumber()
Field variantNumber is defined as optional. |
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 |
setDescription(TiStringInterface inData)
Field description is defined as optional. |
void |
setDescriptionValue(java.lang.String inData)
Field description is defined as optional. |
void |
setDescriptionValue(java.lang.String inData,
boolean inNotify)
Field description is defined as optional. |
void |
setMandatory(TiBooleanInterface inData)
Field mandatory is defined as optional. |
void |
setMandatoryValue(java.lang.Boolean inData)
Field mandatory is defined as optional. |
void |
setMandatoryValue(java.lang.Boolean inData,
boolean inNotify)
Field mandatory is defined as optional. |
void |
setOptionHelpText(TiStringInterface inData)
Field optionHelpText is defined as optional. |
void |
setOptionHelpTextValue(java.lang.String inData)
Field optionHelpText is defined as optional. |
void |
setOptionHelpTextValue(java.lang.String inData,
boolean inNotify)
Field optionHelpText is defined as optional. |
void |
setTypeOfOption(TiStringInterface inData)
Field typeOfOption is defined as mandatory. |
void |
setTypeOfOptionValue(java.lang.String inData)
Field typeOfOption is defined as mandatory. |
void |
setTypeOfOptionValue(java.lang.String inData,
boolean inNotify)
Field typeOfOption is defined as mandatory. |
void |
setVariantList(SjVariantList inData)
Field variantList is defined as optional. |
void |
setVariantNumber(SjIntegerString inData)
Field variantNumber is defined as optional. |
void |
setVariantNumberValue(java.lang.String inData)
Field variantNumber is defined as optional. |
void |
setVariantNumberValue(java.lang.String inData,
boolean inNotify)
Field variantNumber is defined as optional. |
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 TiStringData typeOfOption
public SjIntegerStringPlain componentNumber
public SjIntegerStringPlain variantNumber
public TiStringData description
public SjVariantListPlain variantList
public TiStringData optionHelpText
public TiBooleanData mandatory
Constructor Detail |
---|
public SjOptionDescriptionPlain()
Method Detail |
---|
public TiStringInterface getTypeOfOption()
getTypeOfOption
in interface SjOptionDescription
public TiStringInterface lookupTypeOfOption()
lookupTypeOfOption
in interface SjOptionDescription
public void setTypeOfOption(TiStringInterface inData)
setTypeOfOption
in interface SjOptionDescription
public java.lang.String getTypeOfOptionValue()
getTypeOfOptionValue
in interface SjOptionDescription
public void setTypeOfOptionValue(java.lang.String inData)
setTypeOfOptionValue
in interface SjOptionDescription
public void setTypeOfOptionValue(java.lang.String inData, boolean inNotify)
setTypeOfOptionValue
in interface SjOptionDescription
public SjIntegerString getComponentNumber()
getComponentNumber
in interface SjOptionDescription
public SjIntegerString lookupComponentNumber()
lookupComponentNumber
in interface SjOptionDescription
public void setComponentNumber(SjIntegerString inData)
setComponentNumber
in interface SjOptionDescription
public java.lang.String getComponentNumberValue()
getComponentNumberValue
in interface SjOptionDescription
public void setComponentNumberValue(java.lang.String inData)
setComponentNumberValue
in interface SjOptionDescription
public void setComponentNumberValue(java.lang.String inData, boolean inNotify)
setComponentNumberValue
in interface SjOptionDescription
public SjIntegerString getVariantNumber()
getVariantNumber
in interface SjOptionDescription
public SjIntegerString lookupVariantNumber()
lookupVariantNumber
in interface SjOptionDescription
public void setVariantNumber(SjIntegerString inData)
setVariantNumber
in interface SjOptionDescription
public java.lang.String getVariantNumberValue()
getVariantNumberValue
in interface SjOptionDescription
public void setVariantNumberValue(java.lang.String inData)
setVariantNumberValue
in interface SjOptionDescription
public void setVariantNumberValue(java.lang.String inData, boolean inNotify)
setVariantNumberValue
in interface SjOptionDescription
public TiStringInterface getDescription()
getDescription
in interface SjOptionDescription
public TiStringInterface lookupDescription()
lookupDescription
in interface SjOptionDescription
public void setDescription(TiStringInterface inData)
setDescription
in interface SjOptionDescription
public java.lang.String getDescriptionValue()
getDescriptionValue
in interface SjOptionDescription
public void setDescriptionValue(java.lang.String inData)
setDescriptionValue
in interface SjOptionDescription
public void setDescriptionValue(java.lang.String inData, boolean inNotify)
setDescriptionValue
in interface SjOptionDescription
public SjVariantList getVariantList()
getVariantList
in interface SjOptionDescription
public SjVariantList lookupVariantList()
lookupVariantList
in interface SjOptionDescription
public void setVariantList(SjVariantList inData)
setVariantList
in interface SjOptionDescription
public TiStringInterface getOptionHelpText()
getOptionHelpText
in interface SjOptionDescription
public TiStringInterface lookupOptionHelpText()
lookupOptionHelpText
in interface SjOptionDescription
public void setOptionHelpText(TiStringInterface inData)
setOptionHelpText
in interface SjOptionDescription
public java.lang.String getOptionHelpTextValue()
getOptionHelpTextValue
in interface SjOptionDescription
public void setOptionHelpTextValue(java.lang.String inData)
setOptionHelpTextValue
in interface SjOptionDescription
public void setOptionHelpTextValue(java.lang.String inData, boolean inNotify)
setOptionHelpTextValue
in interface SjOptionDescription
public TiBooleanInterface getMandatory()
getMandatory
in interface SjOptionDescription
public TiBooleanInterface lookupMandatory()
lookupMandatory
in interface SjOptionDescription
public void setMandatory(TiBooleanInterface inData)
setMandatory
in interface SjOptionDescription
public java.lang.Boolean getMandatoryValue()
getMandatoryValue
in interface SjOptionDescription
public void setMandatoryValue(java.lang.Boolean inData)
setMandatoryValue
in interface SjOptionDescription
public void setMandatoryValue(java.lang.Boolean inData, boolean inNotify)
setMandatoryValue
in interface SjOptionDescription
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 |