|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjMatchCustomerResult
InnehÄller matchningsresultat
Field Summary | |
---|---|
static java.lang.String |
CLIENT_INFORMATION
|
static java.lang.String |
COMMUNICATION_ADDRESS
|
static java.lang.String |
CUSTOMER_SHORT
|
static java.lang.String |
OFFICIAL_ADDRESS
|
static java.lang.String |
SJ_CARD_LIST
|
Method Summary | |
---|---|
SjClientInformation |
getClientInformation()
Field clientInformation is defined as optional. |
SjCustomerAddress |
getCommunicationAddress()
Field communicationAddress is defined as optional. |
SjCustomerShort |
getCustomerShort()
Field customerShort is defined as optional. |
SjCustomerAddress |
getOfficialAddress()
Field officialAddress is defined as optional. |
SjSjCardList |
getSjCardList()
Field sjCardList is defined as optional. |
SjClientInformation |
lookupClientInformation()
Field clientInformation is defined as optional. |
SjCustomerAddress |
lookupCommunicationAddress()
Field communicationAddress is defined as optional. |
SjCustomerShort |
lookupCustomerShort()
Field customerShort is defined as optional. |
SjCustomerAddress |
lookupOfficialAddress()
Field officialAddress is defined as optional. |
SjSjCardList |
lookupSjCardList()
Field sjCardList is defined as optional. |
void |
setClientInformation(SjClientInformation inData)
Field clientInformation is defined as optional. |
void |
setCommunicationAddress(SjCustomerAddress inData)
Field communicationAddress is defined as optional. |
void |
setCustomerShort(SjCustomerShort inData)
Field customerShort is defined as optional. |
void |
setOfficialAddress(SjCustomerAddress inData)
Field officialAddress is defined as optional. |
void |
setSjCardList(SjSjCardList inData)
Field sjCardList 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_SHORT
static final java.lang.String SJ_CARD_LIST
static final java.lang.String COMMUNICATION_ADDRESS
static final java.lang.String OFFICIAL_ADDRESS
static final java.lang.String CLIENT_INFORMATION
Method Detail |
---|
SjCustomerShort getCustomerShort()
SjCustomerShort lookupCustomerShort()
void setCustomerShort(SjCustomerShort inData)
SjSjCardList getSjCardList()
SjSjCardList lookupSjCardList()
void setSjCardList(SjSjCardList inData)
SjCustomerAddress getCommunicationAddress()
SjCustomerAddress lookupCommunicationAddress()
void setCommunicationAddress(SjCustomerAddress inData)
SjCustomerAddress getOfficialAddress()
SjCustomerAddress lookupOfficialAddress()
void setOfficialAddress(SjCustomerAddress inData)
SjClientInformation getClientInformation()
SjClientInformation lookupClientInformation()
void setClientInformation(SjClientInformation inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |