se.sj.stina.domain.model
Interface SjCommonCustomer

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, TiCommonModelPartInterface, TiContainerModelPartInterface, TiGeneratedModelInterface, TiListModelPartInterface, TiMapModelInterface, TiMapModelPartInterface, TiMapPlainInterface, TiMapPropInterface, TiModelConstantsInterface, TiModelInterface, TiObserverInterface, TiPrimitiveModelPartInterface, TiPropertyPartInterface, TiSubjectInterface
All Known Implementing Classes:
SjCommonCustomerPlain, SjCommonCustomerStandard

public interface SjCommonCustomer
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface


Field Summary
static java.lang.String AREA_CODE
           
static java.lang.String CAMPAIGN
           
static java.lang.String CHANGE_DATE
           
static java.lang.String CHANGE_TYPE
           
static java.lang.String CLIENT_INFORMATION
           
static java.lang.String COUNTRY_NUMBER
           
static java.lang.String CUSTOMER_NOTE_LIST
           
static java.lang.String EMAIL
           
static java.lang.String HOTEL_CUSTOMER_ID
           
static java.lang.String ID
           
static java.lang.String LAST_CLEAR_DATE
           
static java.lang.String POWER_OF_ATTORNEY_DELIVERY_ADDRESS_EXISTS
           
static java.lang.String REGISTER_DATE
           
static java.lang.String RESTRICTION_CODE_CREDIT
           
static java.lang.String RESTRICTION_CODE_CREDIT_DATE
           
static java.lang.String RESTRICTION_CODE_SPAR
           
static java.lang.String RESTRICTION_DATE
           
static java.lang.String SUBSCRIBER_TELEPHONE_NUMBER
           
static java.lang.String TYPE
           
static java.lang.String TYPE_OF_COMMUNICATION
           
 
Fields inherited from interface org.stina.framework.core.model.TiModelConstantsInterface
ACTIVATED_ELEMENT_PROPERTY, BACKGROUND_COLOR, BOOLEAN_LIST, BYTE_ARRAY_LIST, COLUMN_WIDTH, DEFAULT_VALUE, DISALLOWED_VALUES, DISPLAY_MODE_PROPERTY, EDITABLE, ENABLED, FALSE_MNEMONIC_KEY, FALSE_TEXT, FONT, FORCE_UPDATE, FOREGROUND_COLOR, HORIZONTAL_ALIGNMENT, INTEGER_LIST, LONG_LIST, LONG_LONG_LIST, MAX_VALUE, MIN_VALUE, MNEMONIC_KEY, NO_RESTORE_OF_FIELD, OBJECT_LIST, OBJECT_REFERENCE_LIST, PLAIN_TEXT, PLAIN_VALUES, POSSIBLE_VALUES, PROHIBIT_HTML_FILTER, ROW_HEIGHT, SELECTABLE, SELECTED_ELEMENT_PROPERTY, SELECTED_ELEMENTS, SELECTED_PROPERTY, STRING_LIST, TIBOOLEAN_FALSE, TIBOOLEAN_TRUE, TIINTEGER_0, TISTRING_EMPTY, TOOLTIP_TEXT, TRUE_MNEMONIC_KEY, TRUE_TEXT, VERTICAL_ALIGNMENT
 
Method Summary
 TiStringInterface getAreaCode()
          Field areaCode is defined as mandatory.
 java.lang.String getAreaCodeValue()
          Field areaCode is defined as mandatory.
 TiStringInterface getCampaign()
          Field campaign is defined as mandatory.
 java.lang.String getCampaignValue()
          Field campaign is defined as mandatory.
 TiDate getChangeDate()
          Field changeDate is defined as mandatory.
 TiStringInterface getChangeType()
          Field changeType is defined as mandatory.
 java.lang.String getChangeTypeValue()
          Field changeType is defined as mandatory.
 SjClientInformation getClientInformation()
          Field clientInformation is defined as optional.
 TiStringInterface getCountryNumber()
          Field countryNumber is defined as mandatory.
 java.lang.String getCountryNumberValue()
          Field countryNumber is defined as mandatory.
 SjStringList getCustomerNoteList()
          Field customerNoteList is defined as optional.
 TiStringInterface getEmail()
          Field email is defined as mandatory.
 java.lang.String getEmailValue()
          Field email is defined as mandatory.
 SjIdentity getHotelCustomerId()
          Field hotelCustomerId is defined as optional.
 java.lang.String getHotelCustomerIdValue()
          Field hotelCustomerId is defined as optional.
 TiStringInterface getId()
          Field id is defined as mandatory.
 java.lang.String getIdValue()
          Field id is defined as mandatory.
 TiDate getLastClearDate()
          Field lastClearDate is defined as mandatory.
 TiStringInterface getPowerOfAttorneyDeliveryAddressExists()
          Field powerOfAttorneyDeliveryAddressExists is defined as mandatory.
 java.lang.String getPowerOfAttorneyDeliveryAddressExistsValue()
          Field powerOfAttorneyDeliveryAddressExists is defined as mandatory.
 TiDate getRegisterDate()
          Field registerDate is defined as mandatory.
 TiStringInterface getRestrictionCodeCredit()
          Field restrictionCodeCredit is defined as mandatory.
 TiDate getRestrictionCodeCreditDate()
          Field restrictionCodeCreditDate is defined as mandatory.
 java.lang.String getRestrictionCodeCreditValue()
          Field restrictionCodeCredit is defined as mandatory.
 TiStringInterface getRestrictionCodeSPAR()
          Field restrictionCodeSPAR is defined as mandatory.
 java.lang.String getRestrictionCodeSPARValue()
          Field restrictionCodeSPAR is defined as mandatory.
 TiDate getRestrictionDate()
          Field restrictionDate is defined as mandatory.
 TiStringInterface getSubscriberTelephoneNumber()
          Field subscriberTelephoneNumber is defined as mandatory.
 java.lang.String getSubscriberTelephoneNumberValue()
          Field subscriberTelephoneNumber is defined as mandatory.
 TiStringInterface getType()
          Field type is defined as mandatory.
 TiStringInterface getTypeOfCommunication()
          Field typeOfCommunication is defined as mandatory.
 java.lang.String getTypeOfCommunicationValue()
          Field typeOfCommunication is defined as mandatory.
 java.lang.String getTypeValue()
          Field type is defined as mandatory.
 TiStringInterface lookupAreaCode()
          Field areaCode is defined as mandatory.
 TiStringInterface lookupCampaign()
          Field campaign is defined as mandatory.
 TiDate lookupChangeDate()
          Field changeDate is defined as mandatory.
 TiStringInterface lookupChangeType()
          Field changeType is defined as mandatory.
 SjClientInformation lookupClientInformation()
          Field clientInformation is defined as optional.
 TiStringInterface lookupCountryNumber()
          Field countryNumber is defined as mandatory.
 SjStringList lookupCustomerNoteList()
          Field customerNoteList is defined as optional.
 TiStringInterface lookupEmail()
          Field email is defined as mandatory.
 SjIdentity lookupHotelCustomerId()
          Field hotelCustomerId is defined as optional.
 TiStringInterface lookupId()
          Field id is defined as mandatory.
 TiDate lookupLastClearDate()
          Field lastClearDate is defined as mandatory.
 TiStringInterface lookupPowerOfAttorneyDeliveryAddressExists()
          Field powerOfAttorneyDeliveryAddressExists is defined as mandatory.
 TiDate lookupRegisterDate()
          Field registerDate is defined as mandatory.
 TiStringInterface lookupRestrictionCodeCredit()
          Field restrictionCodeCredit is defined as mandatory.
 TiDate lookupRestrictionCodeCreditDate()
          Field restrictionCodeCreditDate is defined as mandatory.
 TiStringInterface lookupRestrictionCodeSPAR()
          Field restrictionCodeSPAR is defined as mandatory.
 TiDate lookupRestrictionDate()
          Field restrictionDate is defined as mandatory.
 TiStringInterface lookupSubscriberTelephoneNumber()
          Field subscriberTelephoneNumber is defined as mandatory.
 TiStringInterface lookupType()
          Field type is defined as mandatory.
 TiStringInterface lookupTypeOfCommunication()
          Field typeOfCommunication is defined as mandatory.
 void setAreaCode(TiStringInterface inData)
          Field areaCode is defined as mandatory.
 void setAreaCodeValue(java.lang.String inData)
          Field areaCode is defined as mandatory.
 void setAreaCodeValue(java.lang.String inData, boolean inNotify)
          Field areaCode is defined as mandatory.
 void setCampaign(TiStringInterface inData)
          Field campaign is defined as mandatory.
 void setCampaignValue(java.lang.String inData)
          Field campaign is defined as mandatory.
 void setCampaignValue(java.lang.String inData, boolean inNotify)
          Field campaign is defined as mandatory.
 void setChangeDate(TiDate inData)
          Field changeDate is defined as mandatory.
 void setChangeType(TiStringInterface inData)
          Field changeType is defined as mandatory.
 void setChangeTypeValue(java.lang.String inData)
          Field changeType is defined as mandatory.
 void setChangeTypeValue(java.lang.String inData, boolean inNotify)
          Field changeType is defined as mandatory.
 void setClientInformation(SjClientInformation inData)
          Field clientInformation is defined as optional.
 void setCountryNumber(TiStringInterface inData)
          Field countryNumber is defined as mandatory.
 void setCountryNumberValue(java.lang.String inData)
          Field countryNumber is defined as mandatory.
 void setCountryNumberValue(java.lang.String inData, boolean inNotify)
          Field countryNumber is defined as mandatory.
 void setCustomerNoteList(SjStringList inData)
          Field customerNoteList is defined as optional.
 void setEmail(TiStringInterface inData)
          Field email is defined as mandatory.
 void setEmailValue(java.lang.String inData)
          Field email is defined as mandatory.
 void setEmailValue(java.lang.String inData, boolean inNotify)
          Field email is defined as mandatory.
 void setHotelCustomerId(SjIdentity inData)
          Field hotelCustomerId is defined as optional.
 void setHotelCustomerIdValue(java.lang.String inData)
          Field hotelCustomerId is defined as optional.
 void setHotelCustomerIdValue(java.lang.String inData, boolean inNotify)
          Field hotelCustomerId is defined as optional.
 void setId(TiStringInterface inData)
          Field id is defined as mandatory.
 void setIdValue(java.lang.String inData)
          Field id is defined as mandatory.
 void setIdValue(java.lang.String inData, boolean inNotify)
          Field id is defined as mandatory.
 void setLastClearDate(TiDate inData)
          Field lastClearDate is defined as mandatory.
 void setPowerOfAttorneyDeliveryAddressExists(TiStringInterface inData)
          Field powerOfAttorneyDeliveryAddressExists is defined as mandatory.
 void setPowerOfAttorneyDeliveryAddressExistsValue(java.lang.String inData)
          Field powerOfAttorneyDeliveryAddressExists is defined as mandatory.
 void setPowerOfAttorneyDeliveryAddressExistsValue(java.lang.String inData, boolean inNotify)
          Field powerOfAttorneyDeliveryAddressExists is defined as mandatory.
 void setRegisterDate(TiDate inData)
          Field registerDate is defined as mandatory.
 void setRestrictionCodeCredit(TiStringInterface inData)
          Field restrictionCodeCredit is defined as mandatory.
 void setRestrictionCodeCreditDate(TiDate inData)
          Field restrictionCodeCreditDate is defined as mandatory.
 void setRestrictionCodeCreditValue(java.lang.String inData)
          Field restrictionCodeCredit is defined as mandatory.
 void setRestrictionCodeCreditValue(java.lang.String inData, boolean inNotify)
          Field restrictionCodeCredit is defined as mandatory.
 void setRestrictionCodeSPAR(TiStringInterface inData)
          Field restrictionCodeSPAR is defined as mandatory.
 void setRestrictionCodeSPARValue(java.lang.String inData)
          Field restrictionCodeSPAR is defined as mandatory.
 void setRestrictionCodeSPARValue(java.lang.String inData, boolean inNotify)
          Field restrictionCodeSPAR is defined as mandatory.
 void setRestrictionDate(TiDate inData)
          Field restrictionDate is defined as mandatory.
 void setSubscriberTelephoneNumber(TiStringInterface inData)
          Field subscriberTelephoneNumber is defined as mandatory.
 void setSubscriberTelephoneNumberValue(java.lang.String inData)
          Field subscriberTelephoneNumber is defined as mandatory.
 void setSubscriberTelephoneNumberValue(java.lang.String inData, boolean inNotify)
          Field subscriberTelephoneNumber is defined as mandatory.
 void setType(TiStringInterface inData)
          Field type is defined as mandatory.
 void setTypeOfCommunication(TiStringInterface inData)
          Field typeOfCommunication is defined as mandatory.
 void setTypeOfCommunicationValue(java.lang.String inData)
          Field typeOfCommunication is defined as mandatory.
 void setTypeOfCommunicationValue(java.lang.String inData, boolean inNotify)
          Field typeOfCommunication is defined as mandatory.
 void setTypeValue(java.lang.String inData)
          Field type is defined as mandatory.
 void setTypeValue(java.lang.String inData, boolean inNotify)
          Field type is defined as mandatory.
 
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.core.model.TiListModelPartInterface
addModelElement, addModelElement, addModelElements, addModelElements, containsModelElement, getIndexOf, getIndexOfEqualsModel, getIndexOfInstance, getLastIndexOf, getListSize, getModelElementAt, getModelElements, insertModelElementAt, insertModelElementAt, moveModelElementOfInstance, moveModelElementOfInstance, removeAllModelElements, removeAllModelElements, removeModelElement, removeModelElement, removeModelElementAt, removeModelElementAt, setModelElementAt, setModelElementAt, setModelElements, setModelElements
 
Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString
 

Field Detail

ID

static final java.lang.String ID
See Also:
Constant Field Values

TYPE

static final java.lang.String TYPE
See Also:
Constant Field Values

REGISTER_DATE

static final java.lang.String REGISTER_DATE
See Also:
Constant Field Values

CHANGE_DATE

static final java.lang.String CHANGE_DATE
See Also:
Constant Field Values

CHANGE_TYPE

static final java.lang.String CHANGE_TYPE
See Also:
Constant Field Values

LAST_CLEAR_DATE

static final java.lang.String LAST_CLEAR_DATE
See Also:
Constant Field Values

RESTRICTION_CODE_SPAR

static final java.lang.String RESTRICTION_CODE_SPAR
See Also:
Constant Field Values

RESTRICTION_DATE

static final java.lang.String RESTRICTION_DATE
See Also:
Constant Field Values

RESTRICTION_CODE_CREDIT

static final java.lang.String RESTRICTION_CODE_CREDIT
See Also:
Constant Field Values

RESTRICTION_CODE_CREDIT_DATE

static final java.lang.String RESTRICTION_CODE_CREDIT_DATE
See Also:
Constant Field Values

TYPE_OF_COMMUNICATION

static final java.lang.String TYPE_OF_COMMUNICATION
See Also:
Constant Field Values

COUNTRY_NUMBER

static final java.lang.String COUNTRY_NUMBER
See Also:
Constant Field Values

AREA_CODE

static final java.lang.String AREA_CODE
See Also:
Constant Field Values

SUBSCRIBER_TELEPHONE_NUMBER

static final java.lang.String SUBSCRIBER_TELEPHONE_NUMBER
See Also:
Constant Field Values

EMAIL

static final java.lang.String EMAIL
See Also:
Constant Field Values

POWER_OF_ATTORNEY_DELIVERY_ADDRESS_EXISTS

static final java.lang.String POWER_OF_ATTORNEY_DELIVERY_ADDRESS_EXISTS
See Also:
Constant Field Values

CAMPAIGN

static final java.lang.String CAMPAIGN
See Also:
Constant Field Values

HOTEL_CUSTOMER_ID

static final java.lang.String HOTEL_CUSTOMER_ID
See Also:
Constant Field Values

CUSTOMER_NOTE_LIST

static final java.lang.String CUSTOMER_NOTE_LIST
See Also:
Constant Field Values

CLIENT_INFORMATION

static final java.lang.String CLIENT_INFORMATION
See Also:
Constant Field Values
Method Detail

getId

TiStringInterface getId()
Field id is defined as mandatory.


lookupId

TiStringInterface lookupId()
Field id is defined as mandatory.


setId

void setId(TiStringInterface inData)
Field id is defined as mandatory.


getIdValue

java.lang.String getIdValue()
Field id is defined as mandatory.


setIdValue

void setIdValue(java.lang.String inData)
Field id is defined as mandatory.


setIdValue

void setIdValue(java.lang.String inData,
                boolean inNotify)
Field id is defined as mandatory.


getType

TiStringInterface getType()
Field type is defined as mandatory.


lookupType

TiStringInterface lookupType()
Field type is defined as mandatory.


setType

void setType(TiStringInterface inData)
Field type is defined as mandatory.


getTypeValue

java.lang.String getTypeValue()
Field type is defined as mandatory.


setTypeValue

void setTypeValue(java.lang.String inData)
Field type is defined as mandatory.


setTypeValue

void setTypeValue(java.lang.String inData,
                  boolean inNotify)
Field type is defined as mandatory.


getRegisterDate

TiDate getRegisterDate()
Field registerDate is defined as mandatory.


lookupRegisterDate

TiDate lookupRegisterDate()
Field registerDate is defined as mandatory.


setRegisterDate

void setRegisterDate(TiDate inData)
Field registerDate is defined as mandatory.


getChangeDate

TiDate getChangeDate()
Field changeDate is defined as mandatory.


lookupChangeDate

TiDate lookupChangeDate()
Field changeDate is defined as mandatory.


setChangeDate

void setChangeDate(TiDate inData)
Field changeDate is defined as mandatory.


getChangeType

TiStringInterface getChangeType()
Field changeType is defined as mandatory.


lookupChangeType

TiStringInterface lookupChangeType()
Field changeType is defined as mandatory.


setChangeType

void setChangeType(TiStringInterface inData)
Field changeType is defined as mandatory.


getChangeTypeValue

java.lang.String getChangeTypeValue()
Field changeType is defined as mandatory.


setChangeTypeValue

void setChangeTypeValue(java.lang.String inData)
Field changeType is defined as mandatory.


setChangeTypeValue

void setChangeTypeValue(java.lang.String inData,
                        boolean inNotify)
Field changeType is defined as mandatory.


getLastClearDate

TiDate getLastClearDate()
Field lastClearDate is defined as mandatory.


lookupLastClearDate

TiDate lookupLastClearDate()
Field lastClearDate is defined as mandatory.


setLastClearDate

void setLastClearDate(TiDate inData)
Field lastClearDate is defined as mandatory.


getRestrictionCodeSPAR

TiStringInterface getRestrictionCodeSPAR()
Field restrictionCodeSPAR is defined as mandatory.


lookupRestrictionCodeSPAR

TiStringInterface lookupRestrictionCodeSPAR()
Field restrictionCodeSPAR is defined as mandatory.


setRestrictionCodeSPAR

void setRestrictionCodeSPAR(TiStringInterface inData)
Field restrictionCodeSPAR is defined as mandatory.


getRestrictionCodeSPARValue

java.lang.String getRestrictionCodeSPARValue()
Field restrictionCodeSPAR is defined as mandatory.


setRestrictionCodeSPARValue

void setRestrictionCodeSPARValue(java.lang.String inData)
Field restrictionCodeSPAR is defined as mandatory.


setRestrictionCodeSPARValue

void setRestrictionCodeSPARValue(java.lang.String inData,
                                 boolean inNotify)
Field restrictionCodeSPAR is defined as mandatory.


getRestrictionDate

TiDate getRestrictionDate()
Field restrictionDate is defined as mandatory.


lookupRestrictionDate

TiDate lookupRestrictionDate()
Field restrictionDate is defined as mandatory.


setRestrictionDate

void setRestrictionDate(TiDate inData)
Field restrictionDate is defined as mandatory.


getRestrictionCodeCredit

TiStringInterface getRestrictionCodeCredit()
Field restrictionCodeCredit is defined as mandatory.


lookupRestrictionCodeCredit

TiStringInterface lookupRestrictionCodeCredit()
Field restrictionCodeCredit is defined as mandatory.


setRestrictionCodeCredit

void setRestrictionCodeCredit(TiStringInterface inData)
Field restrictionCodeCredit is defined as mandatory.


getRestrictionCodeCreditValue

java.lang.String getRestrictionCodeCreditValue()
Field restrictionCodeCredit is defined as mandatory.


setRestrictionCodeCreditValue

void setRestrictionCodeCreditValue(java.lang.String inData)
Field restrictionCodeCredit is defined as mandatory.


setRestrictionCodeCreditValue

void setRestrictionCodeCreditValue(java.lang.String inData,
                                   boolean inNotify)
Field restrictionCodeCredit is defined as mandatory.


getRestrictionCodeCreditDate

TiDate getRestrictionCodeCreditDate()
Field restrictionCodeCreditDate is defined as mandatory.


lookupRestrictionCodeCreditDate

TiDate lookupRestrictionCodeCreditDate()
Field restrictionCodeCreditDate is defined as mandatory.


setRestrictionCodeCreditDate

void setRestrictionCodeCreditDate(TiDate inData)
Field restrictionCodeCreditDate is defined as mandatory.


getTypeOfCommunication

TiStringInterface getTypeOfCommunication()
Field typeOfCommunication is defined as mandatory.


lookupTypeOfCommunication

TiStringInterface lookupTypeOfCommunication()
Field typeOfCommunication is defined as mandatory.


setTypeOfCommunication

void setTypeOfCommunication(TiStringInterface inData)
Field typeOfCommunication is defined as mandatory.


getTypeOfCommunicationValue

java.lang.String getTypeOfCommunicationValue()
Field typeOfCommunication is defined as mandatory.


setTypeOfCommunicationValue

void setTypeOfCommunicationValue(java.lang.String inData)
Field typeOfCommunication is defined as mandatory.


setTypeOfCommunicationValue

void setTypeOfCommunicationValue(java.lang.String inData,
                                 boolean inNotify)
Field typeOfCommunication is defined as mandatory.


getCountryNumber

TiStringInterface getCountryNumber()
Field countryNumber is defined as mandatory.


lookupCountryNumber

TiStringInterface lookupCountryNumber()
Field countryNumber is defined as mandatory.


setCountryNumber

void setCountryNumber(TiStringInterface inData)
Field countryNumber is defined as mandatory.


getCountryNumberValue

java.lang.String getCountryNumberValue()
Field countryNumber is defined as mandatory.


setCountryNumberValue

void setCountryNumberValue(java.lang.String inData)
Field countryNumber is defined as mandatory.


setCountryNumberValue

void setCountryNumberValue(java.lang.String inData,
                           boolean inNotify)
Field countryNumber is defined as mandatory.


getAreaCode

TiStringInterface getAreaCode()
Field areaCode is defined as mandatory.


lookupAreaCode

TiStringInterface lookupAreaCode()
Field areaCode is defined as mandatory.


setAreaCode

void setAreaCode(TiStringInterface inData)
Field areaCode is defined as mandatory.


getAreaCodeValue

java.lang.String getAreaCodeValue()
Field areaCode is defined as mandatory.


setAreaCodeValue

void setAreaCodeValue(java.lang.String inData)
Field areaCode is defined as mandatory.


setAreaCodeValue

void setAreaCodeValue(java.lang.String inData,
                      boolean inNotify)
Field areaCode is defined as mandatory.


getSubscriberTelephoneNumber

TiStringInterface getSubscriberTelephoneNumber()
Field subscriberTelephoneNumber is defined as mandatory.


lookupSubscriberTelephoneNumber

TiStringInterface lookupSubscriberTelephoneNumber()
Field subscriberTelephoneNumber is defined as mandatory.


setSubscriberTelephoneNumber

void setSubscriberTelephoneNumber(TiStringInterface inData)
Field subscriberTelephoneNumber is defined as mandatory.


getSubscriberTelephoneNumberValue

java.lang.String getSubscriberTelephoneNumberValue()
Field subscriberTelephoneNumber is defined as mandatory.


setSubscriberTelephoneNumberValue

void setSubscriberTelephoneNumberValue(java.lang.String inData)
Field subscriberTelephoneNumber is defined as mandatory.


setSubscriberTelephoneNumberValue

void setSubscriberTelephoneNumberValue(java.lang.String inData,
                                       boolean inNotify)
Field subscriberTelephoneNumber is defined as mandatory.


getEmail

TiStringInterface getEmail()
Field email is defined as mandatory.


lookupEmail

TiStringInterface lookupEmail()
Field email is defined as mandatory.


setEmail

void setEmail(TiStringInterface inData)
Field email is defined as mandatory.


getEmailValue

java.lang.String getEmailValue()
Field email is defined as mandatory.


setEmailValue

void setEmailValue(java.lang.String inData)
Field email is defined as mandatory.


setEmailValue

void setEmailValue(java.lang.String inData,
                   boolean inNotify)
Field email is defined as mandatory.


getPowerOfAttorneyDeliveryAddressExists

TiStringInterface getPowerOfAttorneyDeliveryAddressExists()
Field powerOfAttorneyDeliveryAddressExists is defined as mandatory.


lookupPowerOfAttorneyDeliveryAddressExists

TiStringInterface lookupPowerOfAttorneyDeliveryAddressExists()
Field powerOfAttorneyDeliveryAddressExists is defined as mandatory.


setPowerOfAttorneyDeliveryAddressExists

void setPowerOfAttorneyDeliveryAddressExists(TiStringInterface inData)
Field powerOfAttorneyDeliveryAddressExists is defined as mandatory.


getPowerOfAttorneyDeliveryAddressExistsValue

java.lang.String getPowerOfAttorneyDeliveryAddressExistsValue()
Field powerOfAttorneyDeliveryAddressExists is defined as mandatory.


setPowerOfAttorneyDeliveryAddressExistsValue

void setPowerOfAttorneyDeliveryAddressExistsValue(java.lang.String inData)
Field powerOfAttorneyDeliveryAddressExists is defined as mandatory.


setPowerOfAttorneyDeliveryAddressExistsValue

void setPowerOfAttorneyDeliveryAddressExistsValue(java.lang.String inData,
                                                  boolean inNotify)
Field powerOfAttorneyDeliveryAddressExists is defined as mandatory.


getCampaign

TiStringInterface getCampaign()
Field campaign is defined as mandatory.


lookupCampaign

TiStringInterface lookupCampaign()
Field campaign is defined as mandatory.


setCampaign

void setCampaign(TiStringInterface inData)
Field campaign is defined as mandatory.


getCampaignValue

java.lang.String getCampaignValue()
Field campaign is defined as mandatory.


setCampaignValue

void setCampaignValue(java.lang.String inData)
Field campaign is defined as mandatory.


setCampaignValue

void setCampaignValue(java.lang.String inData,
                      boolean inNotify)
Field campaign is defined as mandatory.


getHotelCustomerId

SjIdentity getHotelCustomerId()
Field hotelCustomerId is defined as optional.


lookupHotelCustomerId

SjIdentity lookupHotelCustomerId()
Field hotelCustomerId is defined as optional.


setHotelCustomerId

void setHotelCustomerId(SjIdentity inData)
Field hotelCustomerId is defined as optional.


getHotelCustomerIdValue

java.lang.String getHotelCustomerIdValue()
Field hotelCustomerId is defined as optional.


setHotelCustomerIdValue

void setHotelCustomerIdValue(java.lang.String inData)
Field hotelCustomerId is defined as optional.


setHotelCustomerIdValue

void setHotelCustomerIdValue(java.lang.String inData,
                             boolean inNotify)
Field hotelCustomerId is defined as optional.


getCustomerNoteList

SjStringList getCustomerNoteList()
Field customerNoteList is defined as optional.


lookupCustomerNoteList

SjStringList lookupCustomerNoteList()
Field customerNoteList is defined as optional.


setCustomerNoteList

void setCustomerNoteList(SjStringList inData)
Field customerNoteList is defined as optional.


getClientInformation

SjClientInformation getClientInformation()
Field clientInformation is defined as optional.


lookupClientInformation

SjClientInformation lookupClientInformation()
Field clientInformation is defined as optional.


setClientInformation

void setClientInformation(SjClientInformation inData)
Field clientInformation is defined as optional.



Copyright © 2012. All Rights Reserved.