|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjExternalPaymentInformation
Innehåller journaldata PaymentCode är PaymentTypeAll.code används för att senare räkna ut KKORTSYS
Field Summary | |
---|---|
static java.lang.String |
CARDNR
|
static java.lang.String |
CREDIT_CARD_TRANSACTION_JOURNAL_DATA
|
static java.lang.String |
ENCRYPTED_CARDNUMBER_INFO
|
static java.lang.String |
PAYMENT_CODE
|
static java.lang.String |
TRANSACTION_JOURNAL_SPECIFICATION_FULL
|
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. |
SjCode |
getPaymentCode()
Field paymentCode is defined as optional. |
java.lang.String |
getPaymentCodeValue()
Field paymentCode is defined as optional. |
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. |
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.support.observer.TiSubjectInterface |
---|
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString |
Field Detail |
---|
static final java.lang.String CREDIT_CARD_TRANSACTION_JOURNAL_DATA
static final java.lang.String TRANSACTION_JOURNAL_SPECIFICATION_FULL
static final java.lang.String CARDNR
static final java.lang.String ENCRYPTED_CARDNUMBER_INFO
static final java.lang.String PAYMENT_CODE
Method Detail |
---|
TiByteArrayInterface getCreditCardTransactionJournalData()
TiByteArrayInterface lookupCreditCardTransactionJournalData()
void setCreditCardTransactionJournalData(TiByteArrayInterface inData)
byte[] getCreditCardTransactionJournalDataValue()
void setCreditCardTransactionJournalDataValue(byte[] inData)
void setCreditCardTransactionJournalDataValue(byte[] inData, boolean inNotify)
SjTransactionJournalSpecificationFull getTransactionJournalSpecificationFull()
SjTransactionJournalSpecificationFull lookupTransactionJournalSpecificationFull()
void setTransactionJournalSpecificationFull(SjTransactionJournalSpecificationFull inData)
SjIdentity getCardnr()
SjIdentity lookupCardnr()
void setCardnr(SjIdentity inData)
java.lang.String getCardnrValue()
void setCardnrValue(java.lang.String inData)
void setCardnrValue(java.lang.String inData, boolean inNotify)
SjEncryptedDataInfo getEncryptedCardnumberInfo()
SjEncryptedDataInfo lookupEncryptedCardnumberInfo()
void setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
SjCode getPaymentCode()
SjCode lookupPaymentCode()
void setPaymentCode(SjCode inData)
java.lang.String getPaymentCodeValue()
void setPaymentCodeValue(java.lang.String inData)
void setPaymentCodeValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |