|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjPayerSpecification
InnehÄller data om en betalare
Field Summary | |
---|---|
static java.lang.String |
CONTRACT_NO
|
static java.lang.String |
CUSTOMER_ID
|
static java.lang.String |
DISTRIBUTION_ADDRESS_SEQUENCE_NUMBER
|
static java.lang.String |
DISTRIBUTION_ADDRESS_TYPE
|
static java.lang.String |
MEMBERSHIP_IDENTIFICATION
|
static java.lang.String |
PAYER_REFERENCE_SPECIFICATION
|
Method Summary | |
---|---|
TiStringInterface |
getContractNo()
Field contractNo is defined as optional. |
java.lang.String |
getContractNoValue()
Field contractNo is defined as optional. |
SjIdentity |
getCustomerId()
Field customerId is defined as optional. |
java.lang.String |
getCustomerIdValue()
Field customerId is defined as optional. |
SjIntegerString |
getDistributionAddressSequenceNumber()
Field distributionAddressSequenceNumber is defined as optional. |
java.lang.String |
getDistributionAddressSequenceNumberValue()
Field distributionAddressSequenceNumber is defined as optional. |
TiStringInterface |
getDistributionAddressType()
Field distributionAddressType is defined as optional. |
java.lang.String |
getDistributionAddressTypeValue()
Field distributionAddressType is defined as optional. |
SjMembershipIdentification |
getMembershipIdentification()
Field membershipIdentification is defined as optional. |
SjReferenceSpecification |
getPayerReferenceSpecification()
Field payerReferenceSpecification is defined as optional. |
TiStringInterface |
lookupContractNo()
Field contractNo is defined as optional. |
SjIdentity |
lookupCustomerId()
Field customerId is defined as optional. |
SjIntegerString |
lookupDistributionAddressSequenceNumber()
Field distributionAddressSequenceNumber is defined as optional. |
TiStringInterface |
lookupDistributionAddressType()
Field distributionAddressType is defined as optional. |
SjMembershipIdentification |
lookupMembershipIdentification()
Field membershipIdentification is defined as optional. |
SjReferenceSpecification |
lookupPayerReferenceSpecification()
Field payerReferenceSpecification is defined as optional. |
void |
setContractNo(TiStringInterface inData)
Field contractNo is defined as optional. |
void |
setContractNoValue(java.lang.String inData)
Field contractNo is defined as optional. |
void |
setContractNoValue(java.lang.String inData,
boolean inNotify)
Field contractNo is defined as optional. |
void |
setCustomerId(SjIdentity inData)
Field customerId is defined as optional. |
void |
setCustomerIdValue(java.lang.String inData)
Field customerId is defined as optional. |
void |
setCustomerIdValue(java.lang.String inData,
boolean inNotify)
Field customerId is defined as optional. |
void |
setDistributionAddressSequenceNumber(SjIntegerString inData)
Field distributionAddressSequenceNumber is defined as optional. |
void |
setDistributionAddressSequenceNumberValue(java.lang.String inData)
Field distributionAddressSequenceNumber is defined as optional. |
void |
setDistributionAddressSequenceNumberValue(java.lang.String inData,
boolean inNotify)
Field distributionAddressSequenceNumber is defined as optional. |
void |
setDistributionAddressType(TiStringInterface inData)
Field distributionAddressType is defined as optional. |
void |
setDistributionAddressTypeValue(java.lang.String inData)
Field distributionAddressType is defined as optional. |
void |
setDistributionAddressTypeValue(java.lang.String inData,
boolean inNotify)
Field distributionAddressType is defined as optional. |
void |
setMembershipIdentification(SjMembershipIdentification inData)
Field membershipIdentification is defined as optional. |
void |
setPayerReferenceSpecification(SjReferenceSpecification inData)
Field payerReferenceSpecification 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 CUSTOMER_ID
static final java.lang.String CONTRACT_NO
static final java.lang.String DISTRIBUTION_ADDRESS_TYPE
static final java.lang.String DISTRIBUTION_ADDRESS_SEQUENCE_NUMBER
static final java.lang.String MEMBERSHIP_IDENTIFICATION
static final java.lang.String PAYER_REFERENCE_SPECIFICATION
Method Detail |
---|
SjIdentity getCustomerId()
SjIdentity lookupCustomerId()
void setCustomerId(SjIdentity inData)
java.lang.String getCustomerIdValue()
void setCustomerIdValue(java.lang.String inData)
void setCustomerIdValue(java.lang.String inData, boolean inNotify)
TiStringInterface getContractNo()
TiStringInterface lookupContractNo()
void setContractNo(TiStringInterface inData)
java.lang.String getContractNoValue()
void setContractNoValue(java.lang.String inData)
void setContractNoValue(java.lang.String inData, boolean inNotify)
TiStringInterface getDistributionAddressType()
TiStringInterface lookupDistributionAddressType()
void setDistributionAddressType(TiStringInterface inData)
java.lang.String getDistributionAddressTypeValue()
void setDistributionAddressTypeValue(java.lang.String inData)
void setDistributionAddressTypeValue(java.lang.String inData, boolean inNotify)
SjIntegerString getDistributionAddressSequenceNumber()
SjIntegerString lookupDistributionAddressSequenceNumber()
void setDistributionAddressSequenceNumber(SjIntegerString inData)
java.lang.String getDistributionAddressSequenceNumberValue()
void setDistributionAddressSequenceNumberValue(java.lang.String inData)
void setDistributionAddressSequenceNumberValue(java.lang.String inData, boolean inNotify)
SjMembershipIdentification getMembershipIdentification()
SjMembershipIdentification lookupMembershipIdentification()
void setMembershipIdentification(SjMembershipIdentification inData)
SjReferenceSpecification getPayerReferenceSpecification()
SjReferenceSpecification lookupPayerReferenceSpecification()
void setPayerReferenceSpecification(SjReferenceSpecification inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |