|
||||||||||
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.SjEditedOrderItemComponentPricePlain
public class SjEditedOrderItemComponentPricePlain
Redigeringspris för en komponent.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
---|
TiAbstractMapData.TiMapDataComparator |
Field Summary | |
---|---|
TiStringData |
componentDescription
|
SjIntegerStringPlain |
componentNumber
|
SjCodePlain |
editAction
|
SjPriceVatPlain |
price
|
TiStringData |
variantDescription
|
SjIntegerStringPlain |
variantNumber
|
Fields inherited from interface se.sj.stina.domain.model.SjEditedOrderItemComponentPrice |
---|
COMPONENT_DESCRIPTION, COMPONENT_NUMBER, EDIT_ACTION, PRICE, VARIANT_DESCRIPTION, VARIANT_NUMBER |
Constructor Summary | |
---|---|
SjEditedOrderItemComponentPricePlain()
|
Method Summary | |
---|---|
TiStringInterface |
getComponentDescription()
Field componentDescription is defined as mandatory. |
java.lang.String |
getComponentDescriptionValue()
Field componentDescription is defined as mandatory. |
SjIntegerString |
getComponentNumber()
Field componentNumber is defined as mandatory. |
java.lang.String |
getComponentNumberValue()
Field componentNumber is defined as mandatory. |
SjCode |
getEditAction()
Field editAction is defined as mandatory. |
java.lang.String |
getEditActionValue()
Field editAction is defined as mandatory. |
java.lang.String |
getGeneratedTiName()
|
SjPriceVat |
getPrice()
Field price is defined as mandatory. |
java.lang.String |
getRealTiName()
|
TiStringInterface |
getVariantDescription()
Field variantDescription is defined as mandatory. |
java.lang.String |
getVariantDescriptionValue()
Field variantDescription is defined as mandatory. |
SjIntegerString |
getVariantNumber()
Field variantNumber is defined as mandatory. |
java.lang.String |
getVariantNumberValue()
Field variantNumber is defined as mandatory. |
TiStringInterface |
lookupComponentDescription()
Field componentDescription is defined as mandatory. |
SjIntegerString |
lookupComponentNumber()
Field componentNumber is defined as mandatory. |
SjCode |
lookupEditAction()
Field editAction is defined as mandatory. |
SjPriceVat |
lookupPrice()
Field price is defined as mandatory. |
TiStringInterface |
lookupVariantDescription()
Field variantDescription is defined as mandatory. |
SjIntegerString |
lookupVariantNumber()
Field variantNumber is defined as mandatory. |
void |
setComponentDescription(TiStringInterface inData)
Field componentDescription is defined as mandatory. |
void |
setComponentDescriptionValue(java.lang.String inData)
Field componentDescription is defined as mandatory. |
void |
setComponentDescriptionValue(java.lang.String inData,
boolean inNotify)
Field componentDescription 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 |
setEditAction(SjCode inData)
Field editAction is defined as mandatory. |
void |
setEditActionValue(java.lang.String inData)
Field editAction is defined as mandatory. |
void |
setEditActionValue(java.lang.String inData,
boolean inNotify)
Field editAction is defined as mandatory. |
void |
setPrice(SjPriceVat inData)
Field price is defined as mandatory. |
void |
setVariantDescription(TiStringInterface inData)
Field variantDescription is defined as mandatory. |
void |
setVariantDescriptionValue(java.lang.String inData)
Field variantDescription is defined as mandatory. |
void |
setVariantDescriptionValue(java.lang.String inData,
boolean inNotify)
Field variantDescription is defined as mandatory. |
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 TiStringData componentDescription
public SjIntegerStringPlain variantNumber
public TiStringData variantDescription
public SjCodePlain editAction
public SjPriceVatPlain price
Constructor Detail |
---|
public SjEditedOrderItemComponentPricePlain()
Method Detail |
---|
public SjIntegerString getComponentNumber()
getComponentNumber
in interface SjEditedOrderItemComponentPrice
public SjIntegerString lookupComponentNumber()
lookupComponentNumber
in interface SjEditedOrderItemComponentPrice
public void setComponentNumber(SjIntegerString inData)
setComponentNumber
in interface SjEditedOrderItemComponentPrice
public java.lang.String getComponentNumberValue()
getComponentNumberValue
in interface SjEditedOrderItemComponentPrice
public void setComponentNumberValue(java.lang.String inData)
setComponentNumberValue
in interface SjEditedOrderItemComponentPrice
public void setComponentNumberValue(java.lang.String inData, boolean inNotify)
setComponentNumberValue
in interface SjEditedOrderItemComponentPrice
public TiStringInterface getComponentDescription()
getComponentDescription
in interface SjEditedOrderItemComponentPrice
public TiStringInterface lookupComponentDescription()
lookupComponentDescription
in interface SjEditedOrderItemComponentPrice
public void setComponentDescription(TiStringInterface inData)
setComponentDescription
in interface SjEditedOrderItemComponentPrice
public java.lang.String getComponentDescriptionValue()
getComponentDescriptionValue
in interface SjEditedOrderItemComponentPrice
public void setComponentDescriptionValue(java.lang.String inData)
setComponentDescriptionValue
in interface SjEditedOrderItemComponentPrice
public void setComponentDescriptionValue(java.lang.String inData, boolean inNotify)
setComponentDescriptionValue
in interface SjEditedOrderItemComponentPrice
public SjIntegerString getVariantNumber()
getVariantNumber
in interface SjEditedOrderItemComponentPrice
public SjIntegerString lookupVariantNumber()
lookupVariantNumber
in interface SjEditedOrderItemComponentPrice
public void setVariantNumber(SjIntegerString inData)
setVariantNumber
in interface SjEditedOrderItemComponentPrice
public java.lang.String getVariantNumberValue()
getVariantNumberValue
in interface SjEditedOrderItemComponentPrice
public void setVariantNumberValue(java.lang.String inData)
setVariantNumberValue
in interface SjEditedOrderItemComponentPrice
public void setVariantNumberValue(java.lang.String inData, boolean inNotify)
setVariantNumberValue
in interface SjEditedOrderItemComponentPrice
public TiStringInterface getVariantDescription()
getVariantDescription
in interface SjEditedOrderItemComponentPrice
public TiStringInterface lookupVariantDescription()
lookupVariantDescription
in interface SjEditedOrderItemComponentPrice
public void setVariantDescription(TiStringInterface inData)
setVariantDescription
in interface SjEditedOrderItemComponentPrice
public java.lang.String getVariantDescriptionValue()
getVariantDescriptionValue
in interface SjEditedOrderItemComponentPrice
public void setVariantDescriptionValue(java.lang.String inData)
setVariantDescriptionValue
in interface SjEditedOrderItemComponentPrice
public void setVariantDescriptionValue(java.lang.String inData, boolean inNotify)
setVariantDescriptionValue
in interface SjEditedOrderItemComponentPrice
public SjCode getEditAction()
getEditAction
in interface SjEditedOrderItemComponentPrice
public SjCode lookupEditAction()
lookupEditAction
in interface SjEditedOrderItemComponentPrice
public void setEditAction(SjCode inData)
setEditAction
in interface SjEditedOrderItemComponentPrice
public java.lang.String getEditActionValue()
getEditActionValue
in interface SjEditedOrderItemComponentPrice
public void setEditActionValue(java.lang.String inData)
setEditActionValue
in interface SjEditedOrderItemComponentPrice
public void setEditActionValue(java.lang.String inData, boolean inNotify)
setEditActionValue
in interface SjEditedOrderItemComponentPrice
public SjPriceVat getPrice()
getPrice
in interface SjEditedOrderItemComponentPrice
public SjPriceVat lookupPrice()
lookupPrice
in interface SjEditedOrderItemComponentPrice
public void setPrice(SjPriceVat inData)
setPrice
in interface SjEditedOrderItemComponentPrice
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 |