|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stina.framework.core.model.TiAbstractData
org.stina.framework.core.model.TiAbstractMapData
se.sj.stina.domain.model.impl.plain.SjAuthenticationData3DSecurePlain
public class SjAuthenticationData3DSecurePlain
InnehÄller 3D-Secure data till EFT-modulen
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
---|
TiAbstractMapData.TiMapDataComparator |
Field Summary | |
---|---|
TiStringData |
cardType
|
TiStringData |
cavv
|
TiStringData |
cavvAlgorithm
|
TiStringData |
eci
|
TiStringData |
mdStatus
|
TiStringData |
version
|
TiStringData |
xid
|
Fields inherited from interface se.sj.stina.domain.model.SjAuthenticationData3DSecure |
---|
CARD_TYPE, CAVV, CAVV_ALGORITHM, ECI, MD_STATUS, VERSION, XID |
Constructor Summary | |
---|---|
SjAuthenticationData3DSecurePlain()
|
Method Summary | |
---|---|
TiStringInterface |
getCardType()
Field cardType is defined as mandatory. |
java.lang.String |
getCardTypeValue()
Field cardType is defined as mandatory. |
TiStringInterface |
getCavv()
Field cavv is defined as optional. |
TiStringInterface |
getCavvAlgorithm()
Field cavvAlgorithm is defined as optional. |
java.lang.String |
getCavvAlgorithmValue()
Field cavvAlgorithm is defined as optional. |
java.lang.String |
getCavvValue()
Field cavv is defined as optional. |
TiStringInterface |
getEci()
Field eci is defined as optional. |
java.lang.String |
getEciValue()
Field eci is defined as optional. |
java.lang.String |
getGeneratedTiName()
|
TiStringInterface |
getMdStatus()
Field mdStatus is defined as mandatory. |
java.lang.String |
getMdStatusValue()
Field mdStatus is defined as mandatory. |
java.lang.String |
getRealTiName()
|
TiStringInterface |
getVersion()
Field version is defined as mandatory. |
java.lang.String |
getVersionValue()
Field version is defined as mandatory. |
TiStringInterface |
getXid()
Field xid is defined as mandatory. |
java.lang.String |
getXidValue()
Field xid is defined as mandatory. |
TiStringInterface |
lookupCardType()
Field cardType is defined as mandatory. |
TiStringInterface |
lookupCavv()
Field cavv is defined as optional. |
TiStringInterface |
lookupCavvAlgorithm()
Field cavvAlgorithm is defined as optional. |
TiStringInterface |
lookupEci()
Field eci is defined as optional. |
TiStringInterface |
lookupMdStatus()
Field mdStatus is defined as mandatory. |
TiStringInterface |
lookupVersion()
Field version is defined as mandatory. |
TiStringInterface |
lookupXid()
Field xid is defined as mandatory. |
void |
setCardType(TiStringInterface inData)
Field cardType is defined as mandatory. |
void |
setCardTypeValue(java.lang.String inData)
Field cardType is defined as mandatory. |
void |
setCardTypeValue(java.lang.String inData,
boolean inNotify)
Field cardType is defined as mandatory. |
void |
setCavv(TiStringInterface inData)
Field cavv is defined as optional. |
void |
setCavvAlgorithm(TiStringInterface inData)
Field cavvAlgorithm is defined as optional. |
void |
setCavvAlgorithmValue(java.lang.String inData)
Field cavvAlgorithm is defined as optional. |
void |
setCavvAlgorithmValue(java.lang.String inData,
boolean inNotify)
Field cavvAlgorithm is defined as optional. |
void |
setCavvValue(java.lang.String inData)
Field cavv is defined as optional. |
void |
setCavvValue(java.lang.String inData,
boolean inNotify)
Field cavv is defined as optional. |
void |
setEci(TiStringInterface inData)
Field eci is defined as optional. |
void |
setEciValue(java.lang.String inData)
Field eci is defined as optional. |
void |
setEciValue(java.lang.String inData,
boolean inNotify)
Field eci is defined as optional. |
void |
setMdStatus(TiStringInterface inData)
Field mdStatus is defined as mandatory. |
void |
setMdStatusValue(java.lang.String inData)
Field mdStatus is defined as mandatory. |
void |
setMdStatusValue(java.lang.String inData,
boolean inNotify)
Field mdStatus is defined as mandatory. |
void |
setVersion(TiStringInterface inData)
Field version is defined as mandatory. |
void |
setVersionValue(java.lang.String inData)
Field version is defined as mandatory. |
void |
setVersionValue(java.lang.String inData,
boolean inNotify)
Field version is defined as mandatory. |
void |
setXid(TiStringInterface inData)
Field xid is defined as mandatory. |
void |
setXidValue(java.lang.String inData)
Field xid is defined as mandatory. |
void |
setXidValue(java.lang.String inData,
boolean inNotify)
Field xid 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 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.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 |
---|
public TiStringData version
public TiStringData xid
public TiStringData mdStatus
public TiStringData cardType
public TiStringData eci
public TiStringData cavv
public TiStringData cavvAlgorithm
Constructor Detail |
---|
public SjAuthenticationData3DSecurePlain()
Method Detail |
---|
public TiStringInterface getVersion()
getVersion
in interface SjAuthenticationData3DSecure
public TiStringInterface lookupVersion()
lookupVersion
in interface SjAuthenticationData3DSecure
public void setVersion(TiStringInterface inData)
setVersion
in interface SjAuthenticationData3DSecure
public java.lang.String getVersionValue()
getVersionValue
in interface SjAuthenticationData3DSecure
public void setVersionValue(java.lang.String inData)
setVersionValue
in interface SjAuthenticationData3DSecure
public void setVersionValue(java.lang.String inData, boolean inNotify)
setVersionValue
in interface SjAuthenticationData3DSecure
public TiStringInterface getXid()
getXid
in interface SjAuthenticationData3DSecure
public TiStringInterface lookupXid()
lookupXid
in interface SjAuthenticationData3DSecure
public void setXid(TiStringInterface inData)
setXid
in interface SjAuthenticationData3DSecure
public java.lang.String getXidValue()
getXidValue
in interface SjAuthenticationData3DSecure
public void setXidValue(java.lang.String inData)
setXidValue
in interface SjAuthenticationData3DSecure
public void setXidValue(java.lang.String inData, boolean inNotify)
setXidValue
in interface SjAuthenticationData3DSecure
public TiStringInterface getMdStatus()
getMdStatus
in interface SjAuthenticationData3DSecure
public TiStringInterface lookupMdStatus()
lookupMdStatus
in interface SjAuthenticationData3DSecure
public void setMdStatus(TiStringInterface inData)
setMdStatus
in interface SjAuthenticationData3DSecure
public java.lang.String getMdStatusValue()
getMdStatusValue
in interface SjAuthenticationData3DSecure
public void setMdStatusValue(java.lang.String inData)
setMdStatusValue
in interface SjAuthenticationData3DSecure
public void setMdStatusValue(java.lang.String inData, boolean inNotify)
setMdStatusValue
in interface SjAuthenticationData3DSecure
public TiStringInterface getCardType()
getCardType
in interface SjAuthenticationData3DSecure
public TiStringInterface lookupCardType()
lookupCardType
in interface SjAuthenticationData3DSecure
public void setCardType(TiStringInterface inData)
setCardType
in interface SjAuthenticationData3DSecure
public java.lang.String getCardTypeValue()
getCardTypeValue
in interface SjAuthenticationData3DSecure
public void setCardTypeValue(java.lang.String inData)
setCardTypeValue
in interface SjAuthenticationData3DSecure
public void setCardTypeValue(java.lang.String inData, boolean inNotify)
setCardTypeValue
in interface SjAuthenticationData3DSecure
public TiStringInterface getEci()
getEci
in interface SjAuthenticationData3DSecure
public TiStringInterface lookupEci()
lookupEci
in interface SjAuthenticationData3DSecure
public void setEci(TiStringInterface inData)
setEci
in interface SjAuthenticationData3DSecure
public java.lang.String getEciValue()
getEciValue
in interface SjAuthenticationData3DSecure
public void setEciValue(java.lang.String inData)
setEciValue
in interface SjAuthenticationData3DSecure
public void setEciValue(java.lang.String inData, boolean inNotify)
setEciValue
in interface SjAuthenticationData3DSecure
public TiStringInterface getCavv()
getCavv
in interface SjAuthenticationData3DSecure
public TiStringInterface lookupCavv()
lookupCavv
in interface SjAuthenticationData3DSecure
public void setCavv(TiStringInterface inData)
setCavv
in interface SjAuthenticationData3DSecure
public java.lang.String getCavvValue()
getCavvValue
in interface SjAuthenticationData3DSecure
public void setCavvValue(java.lang.String inData)
setCavvValue
in interface SjAuthenticationData3DSecure
public void setCavvValue(java.lang.String inData, boolean inNotify)
setCavvValue
in interface SjAuthenticationData3DSecure
public TiStringInterface getCavvAlgorithm()
getCavvAlgorithm
in interface SjAuthenticationData3DSecure
public TiStringInterface lookupCavvAlgorithm()
lookupCavvAlgorithm
in interface SjAuthenticationData3DSecure
public void setCavvAlgorithm(TiStringInterface inData)
setCavvAlgorithm
in interface SjAuthenticationData3DSecure
public java.lang.String getCavvAlgorithmValue()
getCavvAlgorithmValue
in interface SjAuthenticationData3DSecure
public void setCavvAlgorithmValue(java.lang.String inData)
setCavvAlgorithmValue
in interface SjAuthenticationData3DSecure
public void setCavvAlgorithmValue(java.lang.String inData, boolean inNotify)
setCavvAlgorithmValue
in interface SjAuthenticationData3DSecure
public java.lang.String getRealTiName()
getRealTiName
in interface TiCommonModelPartInterface
getRealTiName
in class TiAbstractData
public java.lang.String getGeneratedTiName()
getGeneratedTiName
in interface TiCommonModelPartInterface
getGeneratedTiName
in class TiAbstractData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |