|
||||||||||
| 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.SjPaymentInformationPlain
public class SjPaymentInformationPlain
InnehÄller information om betalningsmedel och belopp.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
TiAbstractMapData.TiMapDataComparator |
| Field Summary | |
|---|---|
SjMoneyPlain |
amount
|
TiStringData |
cardNumber
|
SjCodePlain |
paymentType
|
| Fields inherited from interface se.sj.stina.domain.model.SjPaymentInformation |
|---|
AMOUNT, CARD_NUMBER, PAYMENT_TYPE |
| Constructor Summary | |
|---|---|
SjPaymentInformationPlain()
|
|
| Method Summary | |
|---|---|
SjMoney |
getAmount()
Field amount is defined as mandatory. |
TiStringInterface |
getCardNumber()
Field cardNumber is defined as optional. |
java.lang.String |
getCardNumberValue()
Field cardNumber is defined as optional. |
java.lang.String |
getGeneratedTiName()
|
SjCode |
getPaymentType()
Field paymentType is defined as mandatory. |
java.lang.String |
getPaymentTypeValue()
Field paymentType is defined as mandatory. |
java.lang.String |
getRealTiName()
|
SjMoney |
lookupAmount()
Field amount is defined as mandatory. |
TiStringInterface |
lookupCardNumber()
Field cardNumber is defined as optional. |
SjCode |
lookupPaymentType()
Field paymentType is defined as mandatory. |
void |
setAmount(SjMoney inData)
Field amount 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 |
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. |
| 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 SjCodePlain paymentType
public TiStringData cardNumber
public SjMoneyPlain amount
| Constructor Detail |
|---|
public SjPaymentInformationPlain()
| Method Detail |
|---|
public SjCode getPaymentType()
getPaymentType in interface SjPaymentInformationpublic SjCode lookupPaymentType()
lookupPaymentType in interface SjPaymentInformationpublic void setPaymentType(SjCode inData)
setPaymentType in interface SjPaymentInformationpublic java.lang.String getPaymentTypeValue()
getPaymentTypeValue in interface SjPaymentInformationpublic void setPaymentTypeValue(java.lang.String inData)
setPaymentTypeValue in interface SjPaymentInformation
public void setPaymentTypeValue(java.lang.String inData,
boolean inNotify)
setPaymentTypeValue in interface SjPaymentInformationpublic TiStringInterface getCardNumber()
getCardNumber in interface SjPaymentInformationpublic TiStringInterface lookupCardNumber()
lookupCardNumber in interface SjPaymentInformationpublic void setCardNumber(TiStringInterface inData)
setCardNumber in interface SjPaymentInformationpublic java.lang.String getCardNumberValue()
getCardNumberValue in interface SjPaymentInformationpublic void setCardNumberValue(java.lang.String inData)
setCardNumberValue in interface SjPaymentInformation
public void setCardNumberValue(java.lang.String inData,
boolean inNotify)
setCardNumberValue in interface SjPaymentInformationpublic SjMoney getAmount()
getAmount in interface SjPaymentInformationpublic SjMoney lookupAmount()
lookupAmount in interface SjPaymentInformationpublic void setAmount(SjMoney inData)
setAmount in interface SjPaymentInformationpublic java.lang.String getRealTiName()
getRealTiName in interface TiCommonModelPartInterfacegetRealTiName in class TiAbstractDatapublic java.lang.String getGeneratedTiName()
getGeneratedTiName in interface TiCommonModelPartInterfacegetGeneratedTiName in class TiAbstractData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||