se.sj.stina.domain.model.impl.plain
Class SjVariantPlain

java.lang.Object
  extended by org.stina.framework.core.model.TiAbstractData
      extended by org.stina.framework.core.model.TiAbstractMapData
          extended by se.sj.stina.domain.model.impl.plain.SjVariantPlain
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable, TiCommonModelPartInterface, TiContainerModelPartInterface, TiGeneratedModelInterface, TiListModelPartInterface, TiMapModelInterface, TiMapModelPartInterface, TiMapPlainInterface, TiMapPropInterface, TiModelConstantsInterface, TiModelInterface, TiPrimitiveModelPartInterface, TiPropertyPartInterface, TiObserverInterface, TiSubjectInterface, TiModelComponentInterface, SjVariant

public class SjVariantPlain
extends TiAbstractMapData
implements SjVariant

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData
TiAbstractMapData.TiMapDataComparator
 
Field Summary
 TiBooleanData defaultVariant
           
 TiStringData description
           
 SjMoneyPlain exchangeVoucherAmount
           
 SjMoneyPlain otherProducersFees
           
 SjPaymentInformationListPlain paymentInformationList
           
 SjMoneyPlain price
           
 SjCodePlain summarizeAmountCode
           
 TiStringData variantHelpText
           
 SjIntegerStringPlain variantNumber
           
 
Fields inherited from interface se.sj.stina.domain.model.SjVariant
DEFAULT_VARIANT, DESCRIPTION, EXCHANGE_VOUCHER_AMOUNT, OTHER_PRODUCERS_FEES, PAYMENT_INFORMATION_LIST, PRICE, SUMMARIZE_AMOUNT_CODE, VARIANT_HELP_TEXT, 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
 
Constructor Summary
SjVariantPlain()
           
 
Method Summary
 TiBooleanInterface getDefaultVariant()
          Field defaultVariant is defined as optional.
 java.lang.Boolean getDefaultVariantValue()
          Field defaultVariant is defined as optional.
 TiStringInterface getDescription()
          Field description is defined as mandatory.
 java.lang.String getDescriptionValue()
          Field description is defined as mandatory.
 SjMoney getExchangeVoucherAmount()
          Field exchangeVoucherAmount is defined as optional.
 java.lang.String getGeneratedTiName()
           
 SjMoney getOtherProducersFees()
          Field otherProducersFees is defined as optional.
 SjPaymentInformationList getPaymentInformationList()
          Field paymentInformationList is defined as optional.
 SjMoney getPrice()
          Field price is defined as optional.
 java.lang.String getRealTiName()
           
 SjCode getSummarizeAmountCode()
          Field summarizeAmountCode is defined as optional.
 java.lang.String getSummarizeAmountCodeValue()
          Field summarizeAmountCode is defined as optional.
 TiStringInterface getVariantHelpText()
          Field variantHelpText is defined as optional.
 java.lang.String getVariantHelpTextValue()
          Field variantHelpText is defined as optional.
 SjIntegerString getVariantNumber()
          Field variantNumber is defined as mandatory.
 java.lang.String getVariantNumberValue()
          Field variantNumber is defined as mandatory.
 TiBooleanInterface lookupDefaultVariant()
          Field defaultVariant is defined as optional.
 TiStringInterface lookupDescription()
          Field description is defined as mandatory.
 SjMoney lookupExchangeVoucherAmount()
          Field exchangeVoucherAmount is defined as optional.
 SjMoney lookupOtherProducersFees()
          Field otherProducersFees is defined as optional.
 SjPaymentInformationList lookupPaymentInformationList()
          Field paymentInformationList is defined as optional.
 SjMoney lookupPrice()
          Field price is defined as optional.
 SjCode lookupSummarizeAmountCode()
          Field summarizeAmountCode is defined as optional.
 TiStringInterface lookupVariantHelpText()
          Field variantHelpText is defined as optional.
 SjIntegerString lookupVariantNumber()
          Field variantNumber is defined as mandatory.
 void setDefaultVariant(TiBooleanInterface inData)
          Field defaultVariant is defined as optional.
 void setDefaultVariantValue(java.lang.Boolean inData)
          Field defaultVariant is defined as optional.
 void setDefaultVariantValue(java.lang.Boolean inData, boolean inNotify)
          Field defaultVariant is defined as optional.
 void setDescription(TiStringInterface inData)
          Field description is defined as mandatory.
 void setDescriptionValue(java.lang.String inData)
          Field description is defined as mandatory.
 void setDescriptionValue(java.lang.String inData, boolean inNotify)
          Field description is defined as mandatory.
 void setExchangeVoucherAmount(SjMoney inData)
          Field exchangeVoucherAmount is defined as optional.
 void setOtherProducersFees(SjMoney inData)
          Field otherProducersFees is defined as optional.
 void setPaymentInformationList(SjPaymentInformationList inData)
          Field paymentInformationList is defined as optional.
 void setPrice(SjMoney inData)
          Field price is defined as optional.
 void setSummarizeAmountCode(SjCode inData)
          Field summarizeAmountCode is defined as optional.
 void setSummarizeAmountCodeValue(java.lang.String inData)
          Field summarizeAmountCode is defined as optional.
 void setSummarizeAmountCodeValue(java.lang.String inData, boolean inNotify)
          Field summarizeAmountCode is defined as optional.
 void setVariantHelpText(TiStringInterface inData)
          Field variantHelpText is defined as optional.
 void setVariantHelpTextValue(java.lang.String inData)
          Field variantHelpText is defined as optional.
 void setVariantHelpTextValue(java.lang.String inData, boolean inNotify)
          Field variantHelpText 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.
 
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 org.stina.framework.core.model.TiAbstractData
addModelElement, addModelElement, addModelElements, addModelElements, attachObserver, compareTo, containsModelElement, createCloneInstance, detachObserver, getIncludeIfOptional, getIndexOf, getIndexOfEqualsModel, getIndexOfInstance, getLastIndexOf, getListSize, getModelElementAt, getModelElements, getObserverCount, getPropertiesDelegate, getProperty, getPropertyModel, getPropertyNames, hasProperties, insertModelElementAt, insertModelElementAt, isEnabled, isObserverAttached, isSizeField, lookupObservers, lookupObserversLock, moveModelElementOfInstance, moveModelElementOfInstance, notifyObservers, property, removeAllModelElements, removeAllModelElements, removeModelElement, removeModelElement, removeModelElementAt, removeModelElementAt, removeProperties, removeProperty, removeProperty, setEnabled, setEnabled, setIncludeIfOptional, setModelElementAt, setModelElementAt, setModelElements, setModelElements, setProperty, setProperty, setUpdateXorFieldEnabled, sizeOfList, specifyProperties, update, update, updateObserver
 
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.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
 
Methods inherited from interface org.stina.framework.support.util.TiModelComponentInterface
property
 

Field Detail

variantNumber

public SjIntegerStringPlain variantNumber

description

public TiStringData description

defaultVariant

public TiBooleanData defaultVariant

price

public SjMoneyPlain price

otherProducersFees

public SjMoneyPlain otherProducersFees

exchangeVoucherAmount

public SjMoneyPlain exchangeVoucherAmount

summarizeAmountCode

public SjCodePlain summarizeAmountCode

paymentInformationList

public SjPaymentInformationListPlain paymentInformationList

variantHelpText

public TiStringData variantHelpText
Constructor Detail

SjVariantPlain

public SjVariantPlain()
Method Detail

getVariantNumber

public SjIntegerString getVariantNumber()
Field variantNumber is defined as mandatory.

Specified by:
getVariantNumber in interface SjVariant

lookupVariantNumber

public SjIntegerString lookupVariantNumber()
Field variantNumber is defined as mandatory.

Specified by:
lookupVariantNumber in interface SjVariant

setVariantNumber

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

Specified by:
setVariantNumber in interface SjVariant

getVariantNumberValue

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

Specified by:
getVariantNumberValue in interface SjVariant

setVariantNumberValue

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

Specified by:
setVariantNumberValue in interface SjVariant

setVariantNumberValue

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

Specified by:
setVariantNumberValue in interface SjVariant

getDescription

public TiStringInterface getDescription()
Field description is defined as mandatory.

Specified by:
getDescription in interface SjVariant

lookupDescription

public TiStringInterface lookupDescription()
Field description is defined as mandatory.

Specified by:
lookupDescription in interface SjVariant

setDescription

public void setDescription(TiStringInterface inData)
Field description is defined as mandatory.

Specified by:
setDescription in interface SjVariant

getDescriptionValue

public java.lang.String getDescriptionValue()
Field description is defined as mandatory.

Specified by:
getDescriptionValue in interface SjVariant

setDescriptionValue

public void setDescriptionValue(java.lang.String inData)
Field description is defined as mandatory.

Specified by:
setDescriptionValue in interface SjVariant

setDescriptionValue

public void setDescriptionValue(java.lang.String inData,
                                boolean inNotify)
Field description is defined as mandatory.

Specified by:
setDescriptionValue in interface SjVariant

getDefaultVariant

public TiBooleanInterface getDefaultVariant()
Field defaultVariant is defined as optional.

Specified by:
getDefaultVariant in interface SjVariant

lookupDefaultVariant

public TiBooleanInterface lookupDefaultVariant()
Field defaultVariant is defined as optional.

Specified by:
lookupDefaultVariant in interface SjVariant

setDefaultVariant

public void setDefaultVariant(TiBooleanInterface inData)
Field defaultVariant is defined as optional.

Specified by:
setDefaultVariant in interface SjVariant

getDefaultVariantValue

public java.lang.Boolean getDefaultVariantValue()
Field defaultVariant is defined as optional.

Specified by:
getDefaultVariantValue in interface SjVariant

setDefaultVariantValue

public void setDefaultVariantValue(java.lang.Boolean inData)
Field defaultVariant is defined as optional.

Specified by:
setDefaultVariantValue in interface SjVariant

setDefaultVariantValue

public void setDefaultVariantValue(java.lang.Boolean inData,
                                   boolean inNotify)
Field defaultVariant is defined as optional.

Specified by:
setDefaultVariantValue in interface SjVariant

getPrice

public SjMoney getPrice()
Field price is defined as optional.

Specified by:
getPrice in interface SjVariant

lookupPrice

public SjMoney lookupPrice()
Field price is defined as optional.

Specified by:
lookupPrice in interface SjVariant

setPrice

public void setPrice(SjMoney inData)
Field price is defined as optional.

Specified by:
setPrice in interface SjVariant

getOtherProducersFees

public SjMoney getOtherProducersFees()
Field otherProducersFees is defined as optional.

Specified by:
getOtherProducersFees in interface SjVariant

lookupOtherProducersFees

public SjMoney lookupOtherProducersFees()
Field otherProducersFees is defined as optional.

Specified by:
lookupOtherProducersFees in interface SjVariant

setOtherProducersFees

public void setOtherProducersFees(SjMoney inData)
Field otherProducersFees is defined as optional.

Specified by:
setOtherProducersFees in interface SjVariant

getExchangeVoucherAmount

public SjMoney getExchangeVoucherAmount()
Field exchangeVoucherAmount is defined as optional.

Specified by:
getExchangeVoucherAmount in interface SjVariant

lookupExchangeVoucherAmount

public SjMoney lookupExchangeVoucherAmount()
Field exchangeVoucherAmount is defined as optional.

Specified by:
lookupExchangeVoucherAmount in interface SjVariant

setExchangeVoucherAmount

public void setExchangeVoucherAmount(SjMoney inData)
Field exchangeVoucherAmount is defined as optional.

Specified by:
setExchangeVoucherAmount in interface SjVariant

getSummarizeAmountCode

public SjCode getSummarizeAmountCode()
Field summarizeAmountCode is defined as optional.

Specified by:
getSummarizeAmountCode in interface SjVariant

lookupSummarizeAmountCode

public SjCode lookupSummarizeAmountCode()
Field summarizeAmountCode is defined as optional.

Specified by:
lookupSummarizeAmountCode in interface SjVariant

setSummarizeAmountCode

public void setSummarizeAmountCode(SjCode inData)
Field summarizeAmountCode is defined as optional.

Specified by:
setSummarizeAmountCode in interface SjVariant

getSummarizeAmountCodeValue

public java.lang.String getSummarizeAmountCodeValue()
Field summarizeAmountCode is defined as optional.

Specified by:
getSummarizeAmountCodeValue in interface SjVariant

setSummarizeAmountCodeValue

public void setSummarizeAmountCodeValue(java.lang.String inData)
Field summarizeAmountCode is defined as optional.

Specified by:
setSummarizeAmountCodeValue in interface SjVariant

setSummarizeAmountCodeValue

public void setSummarizeAmountCodeValue(java.lang.String inData,
                                        boolean inNotify)
Field summarizeAmountCode is defined as optional.

Specified by:
setSummarizeAmountCodeValue in interface SjVariant

getPaymentInformationList

public SjPaymentInformationList getPaymentInformationList()
Field paymentInformationList is defined as optional.

Specified by:
getPaymentInformationList in interface SjVariant

lookupPaymentInformationList

public SjPaymentInformationList lookupPaymentInformationList()
Field paymentInformationList is defined as optional.

Specified by:
lookupPaymentInformationList in interface SjVariant

setPaymentInformationList

public void setPaymentInformationList(SjPaymentInformationList inData)
Field paymentInformationList is defined as optional.

Specified by:
setPaymentInformationList in interface SjVariant

getVariantHelpText

public TiStringInterface getVariantHelpText()
Field variantHelpText is defined as optional.

Specified by:
getVariantHelpText in interface SjVariant

lookupVariantHelpText

public TiStringInterface lookupVariantHelpText()
Field variantHelpText is defined as optional.

Specified by:
lookupVariantHelpText in interface SjVariant

setVariantHelpText

public void setVariantHelpText(TiStringInterface inData)
Field variantHelpText is defined as optional.

Specified by:
setVariantHelpText in interface SjVariant

getVariantHelpTextValue

public java.lang.String getVariantHelpTextValue()
Field variantHelpText is defined as optional.

Specified by:
getVariantHelpTextValue in interface SjVariant

setVariantHelpTextValue

public void setVariantHelpTextValue(java.lang.String inData)
Field variantHelpText is defined as optional.

Specified by:
setVariantHelpTextValue in interface SjVariant

setVariantHelpTextValue

public void setVariantHelpTextValue(java.lang.String inData,
                                    boolean inNotify)
Field variantHelpText is defined as optional.

Specified by:
setVariantHelpTextValue in interface SjVariant

getRealTiName

public java.lang.String getRealTiName()
Specified by:
getRealTiName in interface TiCommonModelPartInterface
Overrides:
getRealTiName in class TiAbstractData

getGeneratedTiName

public java.lang.String getGeneratedTiName()
Specified by:
getGeneratedTiName in interface TiCommonModelPartInterface
Overrides:
getGeneratedTiName in class TiAbstractData


Copyright © 2012. All Rights Reserved.