se.sj.stina.domain.model
Interface SjEditedOrderItemComponentCreditAmount

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:
SjEditedOrderItemComponentCreditAmountPlain, SjEditedOrderItemComponentCreditAmountStandard

public interface SjEditedOrderItemComponentCreditAmount
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface

Redigeringspris kreditering för en komponent.


Field Summary
static java.lang.String CARD_NUMBER
           
static java.lang.String COMPONENT_DESCRIPTION
           
static java.lang.String COMPONENT_NUMBER
           
static java.lang.String CREDIT_AMOUNT
           
static java.lang.String EDIT_ACTION
           
static java.lang.String PAYMENT_TYPE
           
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 getCardNumber()
          Field cardNumber is defined as optional.
 java.lang.String getCardNumberValue()
          Field cardNumber is defined as optional.
 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.
 SjPriceVat getCreditAmount()
          Field creditAmount is defined as mandatory.
 SjCode getEditAction()
          Field editAction is defined as mandatory.
 java.lang.String getEditActionValue()
          Field editAction is defined as mandatory.
 SjCode getPaymentType()
          Field paymentType is defined as mandatory.
 java.lang.String getPaymentTypeValue()
          Field paymentType 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 lookupCardNumber()
          Field cardNumber is defined as optional.
 TiStringInterface lookupComponentDescription()
          Field componentDescription is defined as mandatory.
 SjIntegerString lookupComponentNumber()
          Field componentNumber is defined as mandatory.
 SjPriceVat lookupCreditAmount()
          Field creditAmount is defined as mandatory.
 SjCode lookupEditAction()
          Field editAction is defined as mandatory.
 SjCode lookupPaymentType()
          Field paymentType is defined as mandatory.
 TiStringInterface lookupVariantDescription()
          Field variantDescription is defined as mandatory.
 SjIntegerString lookupVariantNumber()
          Field variantNumber is defined as mandatory.
 void setCardNumber(TiStringInterface inData)
          Field cardNumber is defined as optional.
 void setCardNumberValue(java.lang.String inData)
          Field cardNumber is defined as optional.
 void setCardNumberValue(java.lang.String inData, boolean inNotify)
          Field cardNumber is defined as optional.
 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 setCreditAmount(SjPriceVat inData)
          Field creditAmount 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 setPaymentType(SjCode inData)
          Field paymentType is defined as mandatory.
 void setPaymentTypeValue(java.lang.String inData)
          Field paymentType is defined as mandatory.
 void setPaymentTypeValue(java.lang.String inData, boolean inNotify)
          Field paymentType 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

PAYMENT_TYPE

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

CARD_NUMBER

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

CREDIT_AMOUNT

static final java.lang.String CREDIT_AMOUNT
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.


getPaymentType

SjCode getPaymentType()
Field paymentType is defined as mandatory.


lookupPaymentType

SjCode lookupPaymentType()
Field paymentType is defined as mandatory.


setPaymentType

void setPaymentType(SjCode inData)
Field paymentType is defined as mandatory.


getPaymentTypeValue

java.lang.String getPaymentTypeValue()
Field paymentType is defined as mandatory.


setPaymentTypeValue

void setPaymentTypeValue(java.lang.String inData)
Field paymentType is defined as mandatory.


setPaymentTypeValue

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


getCardNumber

TiStringInterface getCardNumber()
Field cardNumber is defined as optional.


lookupCardNumber

TiStringInterface lookupCardNumber()
Field cardNumber is defined as optional.


setCardNumber

void setCardNumber(TiStringInterface inData)
Field cardNumber is defined as optional.


getCardNumberValue

java.lang.String getCardNumberValue()
Field cardNumber is defined as optional.


setCardNumberValue

void setCardNumberValue(java.lang.String inData)
Field cardNumber is defined as optional.


setCardNumberValue

void setCardNumberValue(java.lang.String inData,
                        boolean inNotify)
Field cardNumber is defined as optional.


getCreditAmount

SjPriceVat getCreditAmount()
Field creditAmount is defined as mandatory.


lookupCreditAmount

SjPriceVat lookupCreditAmount()
Field creditAmount is defined as mandatory.


setCreditAmount

void setCreditAmount(SjPriceVat inData)
Field creditAmount is defined as mandatory.



Copyright © 2012. All Rights Reserved.