se.sj.stina.domain.model.impl.standard
Class SjExternalPaymentInformationStandard

java.lang.Object
  extended by org.stina.framework.support.observer.TiSubject
      extended by org.stina.framework.core.model.TiAbstractModel
          extended by org.stina.framework.core.model.TiAbstractMapModel
              extended by se.sj.stina.domain.model.impl.standard.SjExternalPaymentInformationStandard
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, SjExternalPaymentInformation

public class SjExternalPaymentInformationStandard
extends TiAbstractMapModel
implements SjExternalPaymentInformation

Innehåller journaldata PaymentCode är PaymentTypeAll.code används för att senare räkna ut KKORTSYS

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapModel
TiAbstractMapModel.TiMapModelComparator
 
Field Summary
 
Fields inherited from class org.stina.framework.core.model.TiAbstractModel
disposed
 
Fields inherited from interface se.sj.stina.domain.model.SjExternalPaymentInformation
CARDNR, CREDIT_CARD_TRANSACTION_JOURNAL_DATA, ENCRYPTED_CARDNUMBER_INFO, PAYMENT_CODE, TRANSACTION_JOURNAL_SPECIFICATION_FULL
 
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
SjExternalPaymentInformationStandard()
           
 
Method Summary
 SjIdentity getCardnr()
          Field cardnr is defined as optional.
 java.lang.String getCardnrValue()
          Field cardnr is defined as optional.
 TiByteArrayInterface getCreditCardTransactionJournalData()
          Field creditCardTransactionJournalData is defined as optional.
 byte[] getCreditCardTransactionJournalDataValue()
          Field creditCardTransactionJournalData is defined as optional.
 SjEncryptedDataInfo getEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 java.lang.String getGeneratedTiName()
           
 SjCode getPaymentCode()
          Field paymentCode is defined as optional.
 java.lang.String getPaymentCodeValue()
          Field paymentCode is defined as optional.
 java.lang.String getRealTiName()
           
 SjTransactionJournalSpecificationFull getTransactionJournalSpecificationFull()
          Field transactionJournalSpecificationFull is defined as optional.
 SjIdentity lookupCardnr()
          Field cardnr is defined as optional.
 TiByteArrayInterface lookupCreditCardTransactionJournalData()
          Field creditCardTransactionJournalData is defined as optional.
 SjEncryptedDataInfo lookupEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjCode lookupPaymentCode()
          Field paymentCode is defined as optional.
 SjTransactionJournalSpecificationFull lookupTransactionJournalSpecificationFull()
          Field transactionJournalSpecificationFull is defined as optional.
 void setCardnr(SjIdentity inData)
          Field cardnr is defined as optional.
 void setCardnrValue(java.lang.String inData)
          Field cardnr is defined as optional.
 void setCardnrValue(java.lang.String inData, boolean inNotify)
          Field cardnr is defined as optional.
 void setCreditCardTransactionJournalData(TiByteArrayInterface inData)
          Field creditCardTransactionJournalData is defined as optional.
 void setCreditCardTransactionJournalDataValue(byte[] inData)
          Field creditCardTransactionJournalData is defined as optional.
 void setCreditCardTransactionJournalDataValue(byte[] inData, boolean inNotify)
          Field creditCardTransactionJournalData is defined as optional.
 void setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
          Field encryptedCardnumberInfo is defined as optional.
 void setPaymentCode(SjCode inData)
          Field paymentCode is defined as optional.
 void setPaymentCodeValue(java.lang.String inData)
          Field paymentCode is defined as optional.
 void setPaymentCodeValue(java.lang.String inData, boolean inNotify)
          Field paymentCode is defined as optional.
 void setTransactionJournalSpecificationFull(SjTransactionJournalSpecificationFull inData)
          Field transactionJournalSpecificationFull is defined as optional.
protected  TiFieldSpecificationEnumeration specifyFields()
           
 
Methods inherited from class org.stina.framework.core.model.TiAbstractMapModel
attachObserver, clear, clone, detachObserver, disposeModel, equalsModel, getAssignedFieldNames, getComparator, getField, getField, getFieldNames, getIncludeIfOptional, getIndexForXorPart, getModel, getModelImpl, getRealField, getRealField, getValue, getXorNameForXorPart, getXorPartNames, getXorSpecificationByName, hasField, importValue, importValue, isEmpty, lookupField, lookupFieldObject, lookupModel, lookupModelImpl, memberModel, setIncludeIfOptional, setModel, setUpdateXorFieldEnabled, setValue, setValue, specifyXors, toDebugString, toDebugString
 
Methods inherited from class org.stina.framework.core.model.TiAbstractModel
addModelElement, addModelElement, addModelElements, addModelElements, clone, compareTo, containsModelElement, copyProperties, createCloneInstance, getCloneTableKey, getIndexOf, getIndexOfEqualsModel, getIndexOfInstance, getLastIndexOf, getListSize, getModelElementAt, getModelElements, getProperty, getPropertyModel, getPropertyNames, hasProperties, hasProperty, insertModelElementAt, insertModelElementAt, isEnabled, isSizeField, moveModelElementOfInstance, moveModelElementOfInstance, property, removeAllModelElements, removeAllModelElements, removeModelElement, removeModelElement, removeModelElementAt, removeModelElementAt, removeProperties, removeProperty, removeProperty, setEnabled, setEnabled, setModelElementAt, setModelElementAt, setModelElements, setModelElements, setProperty, setProperty, sizeOfList, specifyProperties, update, update, updateObserver
 
Methods inherited from class org.stina.framework.support.observer.TiSubject
getIndexOf, getIndexOf, getObserverCount, getObserverCount, isObserverAttached, logObservers, lookupObservers, lookupObserversLock, notifyAnyAspectObservers, notifyObservers
 
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
 

Constructor Detail

SjExternalPaymentInformationStandard

public SjExternalPaymentInformationStandard()
Method Detail

getCreditCardTransactionJournalData

public TiByteArrayInterface getCreditCardTransactionJournalData()
Field creditCardTransactionJournalData is defined as optional.

Specified by:
getCreditCardTransactionJournalData in interface SjExternalPaymentInformation

lookupCreditCardTransactionJournalData

public TiByteArrayInterface lookupCreditCardTransactionJournalData()
Field creditCardTransactionJournalData is defined as optional.

Specified by:
lookupCreditCardTransactionJournalData in interface SjExternalPaymentInformation

setCreditCardTransactionJournalData

public void setCreditCardTransactionJournalData(TiByteArrayInterface inData)
Field creditCardTransactionJournalData is defined as optional.

Specified by:
setCreditCardTransactionJournalData in interface SjExternalPaymentInformation

getCreditCardTransactionJournalDataValue

public byte[] getCreditCardTransactionJournalDataValue()
Field creditCardTransactionJournalData is defined as optional.

Specified by:
getCreditCardTransactionJournalDataValue in interface SjExternalPaymentInformation

setCreditCardTransactionJournalDataValue

public void setCreditCardTransactionJournalDataValue(byte[] inData)
Field creditCardTransactionJournalData is defined as optional.

Specified by:
setCreditCardTransactionJournalDataValue in interface SjExternalPaymentInformation

setCreditCardTransactionJournalDataValue

public void setCreditCardTransactionJournalDataValue(byte[] inData,
                                                     boolean inNotify)
Field creditCardTransactionJournalData is defined as optional.

Specified by:
setCreditCardTransactionJournalDataValue in interface SjExternalPaymentInformation

getTransactionJournalSpecificationFull

public SjTransactionJournalSpecificationFull getTransactionJournalSpecificationFull()
Field transactionJournalSpecificationFull is defined as optional.

Specified by:
getTransactionJournalSpecificationFull in interface SjExternalPaymentInformation

lookupTransactionJournalSpecificationFull

public SjTransactionJournalSpecificationFull lookupTransactionJournalSpecificationFull()
Field transactionJournalSpecificationFull is defined as optional.

Specified by:
lookupTransactionJournalSpecificationFull in interface SjExternalPaymentInformation

setTransactionJournalSpecificationFull

public void setTransactionJournalSpecificationFull(SjTransactionJournalSpecificationFull inData)
Field transactionJournalSpecificationFull is defined as optional.

Specified by:
setTransactionJournalSpecificationFull in interface SjExternalPaymentInformation

getCardnr

public SjIdentity getCardnr()
Field cardnr is defined as optional.

Specified by:
getCardnr in interface SjExternalPaymentInformation

lookupCardnr

public SjIdentity lookupCardnr()
Field cardnr is defined as optional.

Specified by:
lookupCardnr in interface SjExternalPaymentInformation

setCardnr

public void setCardnr(SjIdentity inData)
Field cardnr is defined as optional.

Specified by:
setCardnr in interface SjExternalPaymentInformation

getCardnrValue

public java.lang.String getCardnrValue()
Field cardnr is defined as optional.

Specified by:
getCardnrValue in interface SjExternalPaymentInformation

setCardnrValue

public void setCardnrValue(java.lang.String inData)
Field cardnr is defined as optional.

Specified by:
setCardnrValue in interface SjExternalPaymentInformation

setCardnrValue

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

Specified by:
setCardnrValue in interface SjExternalPaymentInformation

getEncryptedCardnumberInfo

public SjEncryptedDataInfo getEncryptedCardnumberInfo()
Field encryptedCardnumberInfo is defined as optional.

Specified by:
getEncryptedCardnumberInfo in interface SjExternalPaymentInformation

lookupEncryptedCardnumberInfo

public SjEncryptedDataInfo lookupEncryptedCardnumberInfo()
Field encryptedCardnumberInfo is defined as optional.

Specified by:
lookupEncryptedCardnumberInfo in interface SjExternalPaymentInformation

setEncryptedCardnumberInfo

public void setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
Field encryptedCardnumberInfo is defined as optional.

Specified by:
setEncryptedCardnumberInfo in interface SjExternalPaymentInformation

getPaymentCode

public SjCode getPaymentCode()
Field paymentCode is defined as optional.

Specified by:
getPaymentCode in interface SjExternalPaymentInformation

lookupPaymentCode

public SjCode lookupPaymentCode()
Field paymentCode is defined as optional.

Specified by:
lookupPaymentCode in interface SjExternalPaymentInformation

setPaymentCode

public void setPaymentCode(SjCode inData)
Field paymentCode is defined as optional.

Specified by:
setPaymentCode in interface SjExternalPaymentInformation

getPaymentCodeValue

public java.lang.String getPaymentCodeValue()
Field paymentCode is defined as optional.

Specified by:
getPaymentCodeValue in interface SjExternalPaymentInformation

setPaymentCodeValue

public void setPaymentCodeValue(java.lang.String inData)
Field paymentCode is defined as optional.

Specified by:
setPaymentCodeValue in interface SjExternalPaymentInformation

setPaymentCodeValue

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

Specified by:
setPaymentCodeValue in interface SjExternalPaymentInformation

specifyFields

protected TiFieldSpecificationEnumeration specifyFields()
Specified by:
specifyFields in class TiAbstractMapModel

getRealTiName

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

getGeneratedTiName

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


Copyright © 2012. All Rights Reserved.