se.sj.stina.domain.model
Interface SjCustomerShort

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:
SjCustomerShortPlain, SjCustomerShortStandard

public interface SjCustomerShort
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface

Innehåller basinformation om en kund.

  • ObjeRef är en "strängifierad" CORBA referens (OIR) som sätts vid kundsökning.
  • Id Ett kundnummer
  • Type Anger om det är en privat- eller företagskund
  • AreaCode Riktnummer
  • SubscriberTelephoneNumber Telefonnummer
  • FirstName Förnamn om det är en privatkund annars ej satt
  • LastName Efternamn om det är en privatkund annars ej satt
  • BirthDate Födelsedatum om det är en privatkund annars ej satt
  • Priority Prioritet om det är en privatkund annars ej satt
  • CompanyName Företagsnamn om företagskund annars ej satt
  • Name Firmanamn om företagskund annars ej satt
  • RestrictionCodeSpar anger om det finns restriktioner för fakturering
  • RestrictionCodeCredit anger om det finns kreditrestriktioner
  • PowOfAttorneyExist anger om kunden har fullmaktsavtal
  • PowOfAttorneyAddressExist anger om kunden har fullmaktsadress
  • SjCardExist anger om kunden har rabattkort
  • TravellerExtraInfoSpecification Mobiltelefonnummer
  • SjClientInformation klientspecifik data

  • Field Summary
    static java.lang.String AREA_CODE
               
    static java.lang.String BIRTH_DATE
               
    static java.lang.String CLIENT_INFORMATION
               
    static java.lang.String COMPANY_NAME
               
    static java.lang.String CUSTOMER_SHORT_XOR
               
    static java.lang.String FIRST_NAME
               
    static java.lang.String ID
               
    static java.lang.String LAST_NAME
               
    static java.lang.String MOBILE_PHONE_NUMBER
               
    static java.lang.String NAME
               
    static java.lang.String OBJ_REF
               
    static java.lang.String POW_OF_ATTORNEY_ADDRESS_EXIST
               
    static java.lang.String POW_OF_ATTORNEY_EXIST
               
    static java.lang.String PRIORITY
               
    static java.lang.String RESTRICTION_CODE_CREDIT
               
    static java.lang.String RESTRICTION_CODE_SPAR
               
    static java.lang.String SJ_CARD_EXIST
               
    static java.lang.String SUBSCRIBER_TELEPHONE_NUMBER
               
    static java.lang.String TYPE
               
     
    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.
     TiDate getBirthDate()
              Field birthDate is defined as part of xor.
     SjClientInformation getClientInformation()
              Field clientInformation is defined as optional.
     TiStringInterface getCompanyName()
              Field companyName is defined as part of xor.
     java.lang.String getCompanyNameValue()
              Field companyName is defined as part of xor.
     TiIntegerInterface getCustomerShortXor()
              field customerShortXor
     java.lang.Integer getCustomerShortXorValue()
              field customerShortXor
     TiStringInterface getFirstName()
              Field firstName is defined as part of xor.
     java.lang.String getFirstNameValue()
              Field firstName is defined as part of xor.
     TiStringInterface getId()
              Field id is defined as mandatory.
     java.lang.String getIdValue()
              Field id is defined as mandatory.
     TiStringInterface getLastName()
              Field lastName is defined as part of xor.
     java.lang.String getLastNameValue()
              Field lastName is defined as part of xor.
     TiStringInterface getMobilePhoneNumber()
              Field mobilePhoneNumber is defined as optional.
     java.lang.String getMobilePhoneNumberValue()
              Field mobilePhoneNumber is defined as optional.
     TiStringInterface getName()
              Field name is defined as part of xor.
     java.lang.String getNameValue()
              Field name is defined as part of xor.
     SjObjectStringRef getObjRef()
              Field objRef is defined as optional.
     java.lang.String getObjRefValue()
              Field objRef is defined as optional.
     TiBooleanInterface getPowOfAttorneyAddressExist()
              Field powOfAttorneyAddressExist is defined as mandatory.
     java.lang.Boolean getPowOfAttorneyAddressExistValue()
              Field powOfAttorneyAddressExist is defined as mandatory.
     TiBooleanInterface getPowOfAttorneyExist()
              Field powOfAttorneyExist is defined as mandatory.
     java.lang.Boolean getPowOfAttorneyExistValue()
              Field powOfAttorneyExist is defined as mandatory.
     TiStringInterface getPriority()
              Field priority is defined as part of xor.
     java.lang.String getPriorityValue()
              Field priority is defined as part of xor.
     TiStringInterface getRestrictionCodeCredit()
              Field restrictionCodeCredit 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.
     TiBooleanInterface getSjCardExist()
              Field sjCardExist is defined as mandatory.
     java.lang.Boolean getSjCardExistValue()
              Field sjCardExist 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.
     java.lang.String getTypeValue()
              Field type is defined as mandatory.
     TiStringInterface lookupAreaCode()
              Field areaCode is defined as mandatory.
     TiDate lookupBirthDate()
              Field birthDate is defined as part of xor.
     SjClientInformation lookupClientInformation()
              Field clientInformation is defined as optional.
     TiStringInterface lookupCompanyName()
              Field companyName is defined as part of xor.
     TiIntegerInterface lookupCustomerShortXor()
              field customerShortXor
     TiStringInterface lookupFirstName()
              Field firstName is defined as part of xor.
     TiStringInterface lookupId()
              Field id is defined as mandatory.
     TiStringInterface lookupLastName()
              Field lastName is defined as part of xor.
     TiStringInterface lookupMobilePhoneNumber()
              Field mobilePhoneNumber is defined as optional.
     TiStringInterface lookupName()
              Field name is defined as part of xor.
     SjObjectStringRef lookupObjRef()
              Field objRef is defined as optional.
     TiBooleanInterface lookupPowOfAttorneyAddressExist()
              Field powOfAttorneyAddressExist is defined as mandatory.
     TiBooleanInterface lookupPowOfAttorneyExist()
              Field powOfAttorneyExist is defined as mandatory.
     TiStringInterface lookupPriority()
              Field priority is defined as part of xor.
     TiStringInterface lookupRestrictionCodeCredit()
              Field restrictionCodeCredit is defined as mandatory.
     TiStringInterface lookupRestrictionCodeSpar()
              Field restrictionCodeSpar is defined as mandatory.
     TiBooleanInterface lookupSjCardExist()
              Field sjCardExist is defined as mandatory.
     TiStringInterface lookupSubscriberTelephoneNumber()
              Field subscriberTelephoneNumber is defined as mandatory.
     TiStringInterface lookupType()
              Field type 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 setBirthDate(TiDate inData)
              Field birthDate is defined as part of xor.
     void setClientInformation(SjClientInformation inData)
              Field clientInformation is defined as optional.
     void setCompanyName(TiStringInterface inData)
              Field companyName is defined as part of xor.
     void setCompanyNameValue(java.lang.String inData)
              Field companyName is defined as part of xor.
     void setCompanyNameValue(java.lang.String inData, boolean inNotify)
              Field companyName is defined as part of xor.
     void setCustomerShortXor(TiIntegerInterface inData)
              field customerShortXor
     void setCustomerShortXorValue(java.lang.Integer inData)
              field customerShortXor
     void setFirstName(TiStringInterface inData)
              Field firstName is defined as part of xor.
     void setFirstNameValue(java.lang.String inData)
              Field firstName is defined as part of xor.
     void setFirstNameValue(java.lang.String inData, boolean inNotify)
              Field firstName is defined as part of xor.
     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 setLastName(TiStringInterface inData)
              Field lastName is defined as part of xor.
     void setLastNameValue(java.lang.String inData)
              Field lastName is defined as part of xor.
     void setLastNameValue(java.lang.String inData, boolean inNotify)
              Field lastName is defined as part of xor.
     void setMobilePhoneNumber(TiStringInterface inData)
              Field mobilePhoneNumber is defined as optional.
     void setMobilePhoneNumberValue(java.lang.String inData)
              Field mobilePhoneNumber is defined as optional.
     void setMobilePhoneNumberValue(java.lang.String inData, boolean inNotify)
              Field mobilePhoneNumber is defined as optional.
     void setName(TiStringInterface inData)
              Field name is defined as part of xor.
     void setNameValue(java.lang.String inData)
              Field name is defined as part of xor.
     void setNameValue(java.lang.String inData, boolean inNotify)
              Field name is defined as part of xor.
     void setObjRef(SjObjectStringRef inData)
              Field objRef is defined as optional.
     void setObjRefValue(java.lang.String inData)
              Field objRef is defined as optional.
     void setObjRefValue(java.lang.String inData, boolean inNotify)
              Field objRef is defined as optional.
     void setPowOfAttorneyAddressExist(TiBooleanInterface inData)
              Field powOfAttorneyAddressExist is defined as mandatory.
     void setPowOfAttorneyAddressExistValue(java.lang.Boolean inData)
              Field powOfAttorneyAddressExist is defined as mandatory.
     void setPowOfAttorneyAddressExistValue(java.lang.Boolean inData, boolean inNotify)
              Field powOfAttorneyAddressExist is defined as mandatory.
     void setPowOfAttorneyExist(TiBooleanInterface inData)
              Field powOfAttorneyExist is defined as mandatory.
     void setPowOfAttorneyExistValue(java.lang.Boolean inData)
              Field powOfAttorneyExist is defined as mandatory.
     void setPowOfAttorneyExistValue(java.lang.Boolean inData, boolean inNotify)
              Field powOfAttorneyExist is defined as mandatory.
     void setPriority(TiStringInterface inData)
              Field priority is defined as part of xor.
     void setPriorityValue(java.lang.String inData)
              Field priority is defined as part of xor.
     void setPriorityValue(java.lang.String inData, boolean inNotify)
              Field priority is defined as part of xor.
     void setRestrictionCodeCredit(TiStringInterface inData)
              Field restrictionCodeCredit 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 setSjCardExist(TiBooleanInterface inData)
              Field sjCardExist is defined as mandatory.
     void setSjCardExistValue(java.lang.Boolean inData)
              Field sjCardExist is defined as mandatory.
     void setSjCardExistValue(java.lang.Boolean inData, boolean inNotify)
              Field sjCardExist 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 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

    OBJ_REF

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

    CUSTOMER_SHORT_XOR

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

    FIRST_NAME

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

    LAST_NAME

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

    BIRTH_DATE

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

    PRIORITY

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

    COMPANY_NAME

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

    NAME

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

    ID

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

    TYPE

    static final java.lang.String TYPE
    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

    RESTRICTION_CODE_SPAR

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

    RESTRICTION_CODE_CREDIT

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

    POW_OF_ATTORNEY_EXIST

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

    POW_OF_ATTORNEY_ADDRESS_EXIST

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

    SJ_CARD_EXIST

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

    MOBILE_PHONE_NUMBER

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

    CLIENT_INFORMATION

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

    getObjRef

    SjObjectStringRef getObjRef()
    Field objRef is defined as optional.


    lookupObjRef

    SjObjectStringRef lookupObjRef()
    Field objRef is defined as optional.


    setObjRef

    void setObjRef(SjObjectStringRef inData)
    Field objRef is defined as optional.


    getObjRefValue

    java.lang.String getObjRefValue()
    Field objRef is defined as optional.


    setObjRefValue

    void setObjRefValue(java.lang.String inData)
    Field objRef is defined as optional.


    setObjRefValue

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


    getCustomerShortXor

    TiIntegerInterface getCustomerShortXor()
    field customerShortXor


    lookupCustomerShortXor

    TiIntegerInterface lookupCustomerShortXor()
    field customerShortXor


    setCustomerShortXor

    void setCustomerShortXor(TiIntegerInterface inData)
    field customerShortXor


    getCustomerShortXorValue

    java.lang.Integer getCustomerShortXorValue()
    field customerShortXor


    setCustomerShortXorValue

    void setCustomerShortXorValue(java.lang.Integer inData)
    field customerShortXor


    getFirstName

    TiStringInterface getFirstName()
    Field firstName is defined as part of xor.


    lookupFirstName

    TiStringInterface lookupFirstName()
    Field firstName is defined as part of xor.


    setFirstName

    void setFirstName(TiStringInterface inData)
    Field firstName is defined as part of xor.


    getFirstNameValue

    java.lang.String getFirstNameValue()
    Field firstName is defined as part of xor.


    setFirstNameValue

    void setFirstNameValue(java.lang.String inData)
    Field firstName is defined as part of xor.


    setFirstNameValue

    void setFirstNameValue(java.lang.String inData,
                           boolean inNotify)
    Field firstName is defined as part of xor.


    getLastName

    TiStringInterface getLastName()
    Field lastName is defined as part of xor.


    lookupLastName

    TiStringInterface lookupLastName()
    Field lastName is defined as part of xor.


    setLastName

    void setLastName(TiStringInterface inData)
    Field lastName is defined as part of xor.


    getLastNameValue

    java.lang.String getLastNameValue()
    Field lastName is defined as part of xor.


    setLastNameValue

    void setLastNameValue(java.lang.String inData)
    Field lastName is defined as part of xor.


    setLastNameValue

    void setLastNameValue(java.lang.String inData,
                          boolean inNotify)
    Field lastName is defined as part of xor.


    getBirthDate

    TiDate getBirthDate()
    Field birthDate is defined as part of xor.


    lookupBirthDate

    TiDate lookupBirthDate()
    Field birthDate is defined as part of xor.


    setBirthDate

    void setBirthDate(TiDate inData)
    Field birthDate is defined as part of xor.


    getPriority

    TiStringInterface getPriority()
    Field priority is defined as part of xor.


    lookupPriority

    TiStringInterface lookupPriority()
    Field priority is defined as part of xor.


    setPriority

    void setPriority(TiStringInterface inData)
    Field priority is defined as part of xor.


    getPriorityValue

    java.lang.String getPriorityValue()
    Field priority is defined as part of xor.


    setPriorityValue

    void setPriorityValue(java.lang.String inData)
    Field priority is defined as part of xor.


    setPriorityValue

    void setPriorityValue(java.lang.String inData,
                          boolean inNotify)
    Field priority is defined as part of xor.


    getCompanyName

    TiStringInterface getCompanyName()
    Field companyName is defined as part of xor.


    lookupCompanyName

    TiStringInterface lookupCompanyName()
    Field companyName is defined as part of xor.


    setCompanyName

    void setCompanyName(TiStringInterface inData)
    Field companyName is defined as part of xor.


    getCompanyNameValue

    java.lang.String getCompanyNameValue()
    Field companyName is defined as part of xor.


    setCompanyNameValue

    void setCompanyNameValue(java.lang.String inData)
    Field companyName is defined as part of xor.


    setCompanyNameValue

    void setCompanyNameValue(java.lang.String inData,
                             boolean inNotify)
    Field companyName is defined as part of xor.


    getName

    TiStringInterface getName()
    Field name is defined as part of xor.


    lookupName

    TiStringInterface lookupName()
    Field name is defined as part of xor.


    setName

    void setName(TiStringInterface inData)
    Field name is defined as part of xor.


    getNameValue

    java.lang.String getNameValue()
    Field name is defined as part of xor.


    setNameValue

    void setNameValue(java.lang.String inData)
    Field name is defined as part of xor.


    setNameValue

    void setNameValue(java.lang.String inData,
                      boolean inNotify)
    Field name is defined as part of xor.


    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.


    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.


    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.


    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.


    getPowOfAttorneyExist

    TiBooleanInterface getPowOfAttorneyExist()
    Field powOfAttorneyExist is defined as mandatory.


    lookupPowOfAttorneyExist

    TiBooleanInterface lookupPowOfAttorneyExist()
    Field powOfAttorneyExist is defined as mandatory.


    setPowOfAttorneyExist

    void setPowOfAttorneyExist(TiBooleanInterface inData)
    Field powOfAttorneyExist is defined as mandatory.


    getPowOfAttorneyExistValue

    java.lang.Boolean getPowOfAttorneyExistValue()
    Field powOfAttorneyExist is defined as mandatory.


    setPowOfAttorneyExistValue

    void setPowOfAttorneyExistValue(java.lang.Boolean inData)
    Field powOfAttorneyExist is defined as mandatory.


    setPowOfAttorneyExistValue

    void setPowOfAttorneyExistValue(java.lang.Boolean inData,
                                    boolean inNotify)
    Field powOfAttorneyExist is defined as mandatory.


    getPowOfAttorneyAddressExist

    TiBooleanInterface getPowOfAttorneyAddressExist()
    Field powOfAttorneyAddressExist is defined as mandatory.


    lookupPowOfAttorneyAddressExist

    TiBooleanInterface lookupPowOfAttorneyAddressExist()
    Field powOfAttorneyAddressExist is defined as mandatory.


    setPowOfAttorneyAddressExist

    void setPowOfAttorneyAddressExist(TiBooleanInterface inData)
    Field powOfAttorneyAddressExist is defined as mandatory.


    getPowOfAttorneyAddressExistValue

    java.lang.Boolean getPowOfAttorneyAddressExistValue()
    Field powOfAttorneyAddressExist is defined as mandatory.


    setPowOfAttorneyAddressExistValue

    void setPowOfAttorneyAddressExistValue(java.lang.Boolean inData)
    Field powOfAttorneyAddressExist is defined as mandatory.


    setPowOfAttorneyAddressExistValue

    void setPowOfAttorneyAddressExistValue(java.lang.Boolean inData,
                                           boolean inNotify)
    Field powOfAttorneyAddressExist is defined as mandatory.


    getSjCardExist

    TiBooleanInterface getSjCardExist()
    Field sjCardExist is defined as mandatory.


    lookupSjCardExist

    TiBooleanInterface lookupSjCardExist()
    Field sjCardExist is defined as mandatory.


    setSjCardExist

    void setSjCardExist(TiBooleanInterface inData)
    Field sjCardExist is defined as mandatory.


    getSjCardExistValue

    java.lang.Boolean getSjCardExistValue()
    Field sjCardExist is defined as mandatory.


    setSjCardExistValue

    void setSjCardExistValue(java.lang.Boolean inData)
    Field sjCardExist is defined as mandatory.


    setSjCardExistValue

    void setSjCardExistValue(java.lang.Boolean inData,
                             boolean inNotify)
    Field sjCardExist is defined as mandatory.


    getMobilePhoneNumber

    TiStringInterface getMobilePhoneNumber()
    Field mobilePhoneNumber is defined as optional.


    lookupMobilePhoneNumber

    TiStringInterface lookupMobilePhoneNumber()
    Field mobilePhoneNumber is defined as optional.


    setMobilePhoneNumber

    void setMobilePhoneNumber(TiStringInterface inData)
    Field mobilePhoneNumber is defined as optional.


    getMobilePhoneNumberValue

    java.lang.String getMobilePhoneNumberValue()
    Field mobilePhoneNumber is defined as optional.


    setMobilePhoneNumberValue

    void setMobilePhoneNumberValue(java.lang.String inData)
    Field mobilePhoneNumber is defined as optional.


    setMobilePhoneNumberValue

    void setMobilePhoneNumberValue(java.lang.String inData,
                                   boolean inNotify)
    Field mobilePhoneNumber 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.