se.sj.stina.domain.model
Interface SjEditedOrderItemComponentPrice

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, TiCommonModelPartInterface, TiContainerModelPartInterface, TiGeneratedModelInterface, TiListModelPartInterface, TiMapModelInterface, TiMapModelPartInterface, TiMapPlainInterface, TiMapPropInterface, TiModelConstantsInterface, TiModelInterface, TiObserverInterface, TiPrimitiveModelPartInterface, TiPropertyPartInterface, TiSubjectInterface
All Known Implementing Classes:
SjEditedOrderItemComponentPricePlain, SjEditedOrderItemComponentPriceStandard

public interface SjEditedOrderItemComponentPrice
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface

Redigeringspris för en komponent.


Field Summary
static java.lang.String COMPONENT_DESCRIPTION
           
static java.lang.String COMPONENT_NUMBER
           
static java.lang.String EDIT_ACTION
           
static java.lang.String PRICE
           
static java.lang.String VARIANT_DESCRIPTION
           
static java.lang.String VARIANT_NUMBER
           
 
Fields inherited from interface org.stina.framework.core.model.TiModelConstantsInterface
ACTIVATED_ELEMENT_PROPERTY, BACKGROUND_COLOR, BOOLEAN_LIST, BYTE_ARRAY_LIST, COLUMN_WIDTH, DEFAULT_VALUE, DISALLOWED_VALUES, DISPLAY_MODE_PROPERTY, EDITABLE, ENABLED, FALSE_MNEMONIC_KEY, FALSE_TEXT, FONT, FORCE_UPDATE, FOREGROUND_COLOR, HORIZONTAL_ALIGNMENT, INTEGER_LIST, LONG_LIST, LONG_LONG_LIST, MAX_VALUE, MIN_VALUE, MNEMONIC_KEY, NO_RESTORE_OF_FIELD, OBJECT_LIST, OBJECT_REFERENCE_LIST, PLAIN_TEXT, PLAIN_VALUES, POSSIBLE_VALUES, PROHIBIT_HTML_FILTER, ROW_HEIGHT, SELECTABLE, SELECTED_ELEMENT_PROPERTY, SELECTED_ELEMENTS, SELECTED_PROPERTY, STRING_LIST, TIBOOLEAN_FALSE, TIBOOLEAN_TRUE, TIINTEGER_0, TISTRING_EMPTY, TOOLTIP_TEXT, TRUE_MNEMONIC_KEY, TRUE_TEXT, VERTICAL_ALIGNMENT
 
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.
 SjPriceVat getPrice()
          Field price is defined as mandatory.
 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 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, getGeneratedTiName, getRealTiName, 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.core.model.TiListModelPartInterface
addModelElement, addModelElement, addModelElements, addModelElements, containsModelElement, getIndexOf, getIndexOfEqualsModel, getIndexOfInstance, getLastIndexOf, getListSize, getModelElementAt, getModelElements, insertModelElementAt, insertModelElementAt, moveModelElementOfInstance, moveModelElementOfInstance, removeAllModelElements, removeAllModelElements, removeModelElement, removeModelElement, removeModelElementAt, removeModelElementAt, setModelElementAt, setModelElementAt, setModelElements, setModelElements
 
Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString
 

Field Detail

COMPONENT_NUMBER

static final java.lang.String COMPONENT_NUMBER
See Also:
Constant Field Values

COMPONENT_DESCRIPTION

static final java.lang.String COMPONENT_DESCRIPTION
See Also:
Constant Field Values

VARIANT_NUMBER

static final java.lang.String VARIANT_NUMBER
See Also:
Constant Field Values

VARIANT_DESCRIPTION

static final java.lang.String VARIANT_DESCRIPTION
See Also:
Constant Field Values

EDIT_ACTION

static final java.lang.String EDIT_ACTION
See Also:
Constant Field Values

PRICE

static final java.lang.String PRICE
See Also:
Constant Field Values
Method Detail

getComponentNumber

SjIntegerString getComponentNumber()
Field componentNumber is defined as mandatory.


lookupComponentNumber

SjIntegerString lookupComponentNumber()
Field componentNumber is defined as mandatory.


setComponentNumber

void setComponentNumber(SjIntegerString inData)
Field componentNumber is defined as mandatory.


getComponentNumberValue

java.lang.String getComponentNumberValue()
Field componentNumber is defined as mandatory.


setComponentNumberValue

void setComponentNumberValue(java.lang.String inData)
Field componentNumber is defined as mandatory.


setComponentNumberValue

void setComponentNumberValue(java.lang.String inData,
                             boolean inNotify)
Field componentNumber is defined as mandatory.


getComponentDescription

TiStringInterface getComponentDescription()
Field componentDescription is defined as mandatory.


lookupComponentDescription

TiStringInterface lookupComponentDescription()
Field componentDescription is defined as mandatory.


setComponentDescription

void setComponentDescription(TiStringInterface inData)
Field componentDescription is defined as mandatory.


getComponentDescriptionValue

java.lang.String getComponentDescriptionValue()
Field componentDescription is defined as mandatory.


setComponentDescriptionValue

void setComponentDescriptionValue(java.lang.String inData)
Field componentDescription is defined as mandatory.


setComponentDescriptionValue

void setComponentDescriptionValue(java.lang.String inData,
                                  boolean inNotify)
Field componentDescription is defined as mandatory.


getVariantNumber

SjIntegerString getVariantNumber()
Field variantNumber is defined as mandatory.


lookupVariantNumber

SjIntegerString lookupVariantNumber()
Field variantNumber is defined as mandatory.


setVariantNumber

void setVariantNumber(SjIntegerString inData)
Field variantNumber is defined as mandatory.


getVariantNumberValue

java.lang.String getVariantNumberValue()
Field variantNumber is defined as mandatory.


setVariantNumberValue

void setVariantNumberValue(java.lang.String inData)
Field variantNumber is defined as mandatory.


setVariantNumberValue

void setVariantNumberValue(java.lang.String inData,
                           boolean inNotify)
Field variantNumber is defined as mandatory.


getVariantDescription

TiStringInterface getVariantDescription()
Field variantDescription is defined as mandatory.


lookupVariantDescription

TiStringInterface lookupVariantDescription()
Field variantDescription is defined as mandatory.


setVariantDescription

void setVariantDescription(TiStringInterface inData)
Field variantDescription is defined as mandatory.


getVariantDescriptionValue

java.lang.String getVariantDescriptionValue()
Field variantDescription is defined as mandatory.


setVariantDescriptionValue

void setVariantDescriptionValue(java.lang.String inData)
Field variantDescription is defined as mandatory.


setVariantDescriptionValue

void setVariantDescriptionValue(java.lang.String inData,
                                boolean inNotify)
Field variantDescription is defined as mandatory.


getEditAction

SjCode getEditAction()
Field editAction is defined as mandatory.


lookupEditAction

SjCode lookupEditAction()
Field editAction is defined as mandatory.


setEditAction

void setEditAction(SjCode inData)
Field editAction is defined as mandatory.


getEditActionValue

java.lang.String getEditActionValue()
Field editAction is defined as mandatory.


setEditActionValue

void setEditActionValue(java.lang.String inData)
Field editAction is defined as mandatory.


setEditActionValue

void setEditActionValue(java.lang.String inData,
                        boolean inNotify)
Field editAction is defined as mandatory.


getPrice

SjPriceVat getPrice()
Field price is defined as mandatory.


lookupPrice

SjPriceVat lookupPrice()
Field price is defined as mandatory.


setPrice

void setPrice(SjPriceVat inData)
Field price is defined as mandatory.



Copyright © 2012. All Rights Reserved.