|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjCreditCreditCardSpecification
Field Summary | |
---|---|
static java.lang.String |
AMOUNT_INCLUDING_VAT
|
static java.lang.String |
PAYMENT_EXTERNAL_REFERENCE
|
static java.lang.String |
PAYMENT_REFERENCE_NUMBER
|
static java.lang.String |
VAT
|
Method Summary | |
---|---|
SjMoney |
getAmountIncludingVat()
Field amountIncludingVat is defined as mandatory. |
TiStringInterface |
getPaymentExternalReference()
Field paymentExternalReference is defined as mandatory. |
java.lang.String |
getPaymentExternalReferenceValue()
Field paymentExternalReference is defined as mandatory. |
TiStringInterface |
getPaymentReferenceNumber()
Field paymentReferenceNumber is defined as mandatory. |
java.lang.String |
getPaymentReferenceNumberValue()
Field paymentReferenceNumber is defined as mandatory. |
SjMoney |
getVat()
Field vat is defined as optional. |
SjMoney |
lookupAmountIncludingVat()
Field amountIncludingVat is defined as mandatory. |
TiStringInterface |
lookupPaymentExternalReference()
Field paymentExternalReference is defined as mandatory. |
TiStringInterface |
lookupPaymentReferenceNumber()
Field paymentReferenceNumber is defined as mandatory. |
SjMoney |
lookupVat()
Field vat is defined as optional. |
void |
setAmountIncludingVat(SjMoney inData)
Field amountIncludingVat is defined as mandatory. |
void |
setPaymentExternalReference(TiStringInterface inData)
Field paymentExternalReference is defined as mandatory. |
void |
setPaymentExternalReferenceValue(java.lang.String inData)
Field paymentExternalReference is defined as mandatory. |
void |
setPaymentExternalReferenceValue(java.lang.String inData,
boolean inNotify)
Field paymentExternalReference is defined as mandatory. |
void |
setPaymentReferenceNumber(TiStringInterface inData)
Field paymentReferenceNumber is defined as mandatory. |
void |
setPaymentReferenceNumberValue(java.lang.String inData)
Field paymentReferenceNumber is defined as mandatory. |
void |
setPaymentReferenceNumberValue(java.lang.String inData,
boolean inNotify)
Field paymentReferenceNumber is defined as mandatory. |
void |
setVat(SjMoney inData)
Field vat 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 PAYMENT_EXTERNAL_REFERENCE
static final java.lang.String PAYMENT_REFERENCE_NUMBER
static final java.lang.String AMOUNT_INCLUDING_VAT
static final java.lang.String VAT
Method Detail |
---|
TiStringInterface getPaymentExternalReference()
TiStringInterface lookupPaymentExternalReference()
void setPaymentExternalReference(TiStringInterface inData)
java.lang.String getPaymentExternalReferenceValue()
void setPaymentExternalReferenceValue(java.lang.String inData)
void setPaymentExternalReferenceValue(java.lang.String inData, boolean inNotify)
TiStringInterface getPaymentReferenceNumber()
TiStringInterface lookupPaymentReferenceNumber()
void setPaymentReferenceNumber(TiStringInterface inData)
java.lang.String getPaymentReferenceNumberValue()
void setPaymentReferenceNumberValue(java.lang.String inData)
void setPaymentReferenceNumberValue(java.lang.String inData, boolean inNotify)
SjMoney getAmountIncludingVat()
SjMoney lookupAmountIncludingVat()
void setAmountIncludingVat(SjMoney inData)
SjMoney getVat()
SjMoney lookupVat()
void setVat(SjMoney inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |