|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjCustomerAll
Field Summary | |
---|---|
static java.lang.String |
CLIENT_INFORMATION
|
static java.lang.String |
COMMUNICATION_ADDRESS
|
static java.lang.String |
CONTRACT
|
static java.lang.String |
CUSTOMER_DATA
|
static java.lang.String |
DELIVERY_ADDRESS_LIST
|
static java.lang.String |
FOUND_TRAVELLERS
|
static java.lang.String |
OFFICIAL_ADDRESS
|
static java.lang.String |
POWER_OF_ATTORNEY_LIST
|
static java.lang.String |
SJ_CARD_INFO_LIST
|
static java.lang.String |
SJ_CARD_LIST
|
static java.lang.String |
SJ_CARD_LIST_XOR
|
Method Summary | |
---|---|
SjClientInformation |
getClientInformation()
Field clientInformation is defined as optional. |
SjCustomerAddress |
getCommunicationAddress()
Field communicationAddress is defined as optional. |
SjContract |
getContract()
Field contract is defined as optional. |
SjCustomerData |
getCustomerData()
Field customerData is defined as optional. |
SjCustomerAddressList |
getDeliveryAddressList()
Field deliveryAddressList is defined as optional. |
SjFoundTravellers |
getFoundTravellers()
Field foundTravellers is defined as optional. |
SjCustomerAddress |
getOfficialAddress()
Field officialAddress is defined as optional. |
SjPowerOfAttorneyList |
getPowerOfAttorneyList()
Field powerOfAttorneyList is defined as optional. |
SjSjCardInfoList |
getSjCardInfoList()
Field sjCardInfoList is defined as part of xor. |
SjSjCardList |
getSjCardList()
Field sjCardList is defined as part of xor. |
TiIntegerInterface |
getSjCardListXor()
field sjCardListXor |
java.lang.Integer |
getSjCardListXorValue()
field sjCardListXor |
SjClientInformation |
lookupClientInformation()
Field clientInformation is defined as optional. |
SjCustomerAddress |
lookupCommunicationAddress()
Field communicationAddress is defined as optional. |
SjContract |
lookupContract()
Field contract is defined as optional. |
SjCustomerData |
lookupCustomerData()
Field customerData is defined as optional. |
SjCustomerAddressList |
lookupDeliveryAddressList()
Field deliveryAddressList is defined as optional. |
SjFoundTravellers |
lookupFoundTravellers()
Field foundTravellers is defined as optional. |
SjCustomerAddress |
lookupOfficialAddress()
Field officialAddress is defined as optional. |
SjPowerOfAttorneyList |
lookupPowerOfAttorneyList()
Field powerOfAttorneyList is defined as optional. |
SjSjCardInfoList |
lookupSjCardInfoList()
Field sjCardInfoList is defined as part of xor. |
SjSjCardList |
lookupSjCardList()
Field sjCardList is defined as part of xor. |
TiIntegerInterface |
lookupSjCardListXor()
field sjCardListXor |
void |
setClientInformation(SjClientInformation inData)
Field clientInformation is defined as optional. |
void |
setCommunicationAddress(SjCustomerAddress inData)
Field communicationAddress is defined as optional. |
void |
setContract(SjContract inData)
Field contract is defined as optional. |
void |
setCustomerData(SjCustomerData inData)
Field customerData is defined as optional. |
void |
setDeliveryAddressList(SjCustomerAddressList inData)
Field deliveryAddressList is defined as optional. |
void |
setFoundTravellers(SjFoundTravellers inData)
Field foundTravellers is defined as optional. |
void |
setOfficialAddress(SjCustomerAddress inData)
Field officialAddress is defined as optional. |
void |
setPowerOfAttorneyList(SjPowerOfAttorneyList inData)
Field powerOfAttorneyList is defined as optional. |
void |
setSjCardInfoList(SjSjCardInfoList inData)
Field sjCardInfoList is defined as part of xor. |
void |
setSjCardList(SjSjCardList inData)
Field sjCardList is defined as part of xor. |
void |
setSjCardListXor(TiIntegerInterface inData)
field sjCardListXor |
void |
setSjCardListXorValue(java.lang.Integer inData)
field sjCardListXor |
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_DATA
static final java.lang.String COMMUNICATION_ADDRESS
static final java.lang.String OFFICIAL_ADDRESS
static final java.lang.String DELIVERY_ADDRESS_LIST
static final java.lang.String POWER_OF_ATTORNEY_LIST
static final java.lang.String SJ_CARD_LIST_XOR
static final java.lang.String SJ_CARD_LIST
static final java.lang.String SJ_CARD_INFO_LIST
static final java.lang.String FOUND_TRAVELLERS
static final java.lang.String CONTRACT
static final java.lang.String CLIENT_INFORMATION
Method Detail |
---|
SjCustomerData getCustomerData()
SjCustomerData lookupCustomerData()
void setCustomerData(SjCustomerData inData)
SjCustomerAddress getCommunicationAddress()
SjCustomerAddress lookupCommunicationAddress()
void setCommunicationAddress(SjCustomerAddress inData)
SjCustomerAddress getOfficialAddress()
SjCustomerAddress lookupOfficialAddress()
void setOfficialAddress(SjCustomerAddress inData)
SjCustomerAddressList getDeliveryAddressList()
SjCustomerAddressList lookupDeliveryAddressList()
void setDeliveryAddressList(SjCustomerAddressList inData)
SjPowerOfAttorneyList getPowerOfAttorneyList()
SjPowerOfAttorneyList lookupPowerOfAttorneyList()
void setPowerOfAttorneyList(SjPowerOfAttorneyList inData)
TiIntegerInterface getSjCardListXor()
TiIntegerInterface lookupSjCardListXor()
void setSjCardListXor(TiIntegerInterface inData)
java.lang.Integer getSjCardListXorValue()
void setSjCardListXorValue(java.lang.Integer inData)
SjSjCardList getSjCardList()
SjSjCardList lookupSjCardList()
void setSjCardList(SjSjCardList inData)
SjSjCardInfoList getSjCardInfoList()
SjSjCardInfoList lookupSjCardInfoList()
void setSjCardInfoList(SjSjCardInfoList inData)
SjFoundTravellers getFoundTravellers()
SjFoundTravellers lookupFoundTravellers()
void setFoundTravellers(SjFoundTravellers inData)
SjContract getContract()
SjContract lookupContract()
void setContract(SjContract 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 |