se.sj.stina.domain.model.impl.standard
Class SjCustomerShortStandard

java.lang.Object
  extended by org.stina.framework.support.observer.TiSubject
      extended by org.stina.framework.core.model.TiAbstractModel
          extended by org.stina.framework.core.model.TiAbstractMapModel
              extended by se.sj.stina.domain.model.impl.standard.SjCustomerShortStandard
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable, TiCommonModelPartInterface, TiContainerModelPartInterface, TiGeneratedModelInterface, TiListModelPartInterface, TiMapModelInterface, TiMapModelPartInterface, TiMapPlainInterface, TiMapPropInterface, TiModelConstantsInterface, TiModelInterface, TiPrimitiveModelPartInterface, TiPropertyPartInterface, TiObserverInterface, TiSubjectInterface, TiModelComponentInterface, SjCustomerShort

public class SjCustomerShortStandard
extends TiAbstractMapModel
implements SjCustomerShort

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
  • See Also:
    Serialized Form

    Nested Class Summary
     
    Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapModel
    TiAbstractMapModel.TiMapModelComparator
     
    Field Summary
     
    Fields inherited from class org.stina.framework.core.model.TiAbstractModel
    disposed
     
    Fields inherited from interface se.sj.stina.domain.model.SjCustomerShort
    AREA_CODE, BIRTH_DATE, CLIENT_INFORMATION, COMPANY_NAME, CUSTOMER_SHORT_XOR, FIRST_NAME, ID, LAST_NAME, MOBILE_PHONE_NUMBER, NAME, OBJ_REF, POW_OF_ATTORNEY_ADDRESS_EXIST, POW_OF_ATTORNEY_EXIST, PRIORITY, RESTRICTION_CODE_CREDIT, RESTRICTION_CODE_SPAR, SJ_CARD_EXIST, SUBSCRIBER_TELEPHONE_NUMBER, 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
     
    Constructor Summary
    SjCustomerShortStandard()
               
     
    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.
     java.lang.String getGeneratedTiName()
               
     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.
     java.lang.String getRealTiName()
               
     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.
    protected  TiFieldSpecificationEnumeration specifyFields()
               
    protected  TiXorSpecificationEnumeration specifyXors()
               
     
    Methods inherited from class org.stina.framework.core.model.TiAbstractMapModel
    attachObserver, clear, clone, detachObserver, disposeModel, equalsModel, getAssignedFieldNames, getComparator, getField, getField, getFieldNames, getIncludeIfOptional, getIndexForXorPart, getModel, getModelImpl, getRealField, getRealField, getValue, getXorNameForXorPart, getXorPartNames, getXorSpecificationByName, hasField, importValue, importValue, isEmpty, lookupField, lookupFieldObject, lookupModel, lookupModelImpl, memberModel, setIncludeIfOptional, setModel, setUpdateXorFieldEnabled, setValue, setValue, toDebugString, toDebugString
     
    Methods inherited from class org.stina.framework.core.model.TiAbstractModel
    addModelElement, addModelElement, addModelElements, addModelElements, clone, compareTo, containsModelElement, copyProperties, createCloneInstance, getCloneTableKey, getIndexOf, getIndexOfEqualsModel, getIndexOfInstance, getLastIndexOf, getListSize, getModelElementAt, getModelElements, getProperty, getPropertyModel, getPropertyNames, hasProperties, hasProperty, insertModelElementAt, insertModelElementAt, isEnabled, isSizeField, moveModelElementOfInstance, moveModelElementOfInstance, property, removeAllModelElements, removeAllModelElements, removeModelElement, removeModelElement, removeModelElementAt, removeModelElementAt, removeProperties, removeProperty, removeProperty, setEnabled, setEnabled, setModelElementAt, setModelElementAt, setModelElements, setModelElements, setProperty, setProperty, sizeOfList, specifyProperties, update, update, updateObserver
     
    Methods inherited from class org.stina.framework.support.observer.TiSubject
    getIndexOf, getIndexOf, getObserverCount, getObserverCount, isObserverAttached, logObservers, lookupObservers, lookupObserversLock, notifyAnyAspectObservers, notifyObservers
     
    Methods inherited from class java.lang.Object
    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
     
    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, 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
     
    Methods inherited from interface org.stina.framework.support.util.TiModelComponentInterface
    property
     

    Constructor Detail

    SjCustomerShortStandard

    public SjCustomerShortStandard()
    Method Detail

    getObjRef

    public SjObjectStringRef getObjRef()
    Field objRef is defined as optional.

    Specified by:
    getObjRef in interface SjCustomerShort

    lookupObjRef

    public SjObjectStringRef lookupObjRef()
    Field objRef is defined as optional.

    Specified by:
    lookupObjRef in interface SjCustomerShort

    setObjRef

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

    Specified by:
    setObjRef in interface SjCustomerShort

    getObjRefValue

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

    Specified by:
    getObjRefValue in interface SjCustomerShort

    setObjRefValue

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

    Specified by:
    setObjRefValue in interface SjCustomerShort

    setObjRefValue

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

    Specified by:
    setObjRefValue in interface SjCustomerShort

    getCustomerShortXor

    public TiIntegerInterface getCustomerShortXor()
    field customerShortXor

    Specified by:
    getCustomerShortXor in interface SjCustomerShort

    lookupCustomerShortXor

    public TiIntegerInterface lookupCustomerShortXor()
    field customerShortXor

    Specified by:
    lookupCustomerShortXor in interface SjCustomerShort

    setCustomerShortXor

    public void setCustomerShortXor(TiIntegerInterface inData)
    field customerShortXor

    Specified by:
    setCustomerShortXor in interface SjCustomerShort

    getCustomerShortXorValue

    public java.lang.Integer getCustomerShortXorValue()
    field customerShortXor

    Specified by:
    getCustomerShortXorValue in interface SjCustomerShort

    setCustomerShortXorValue

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

    Specified by:
    setCustomerShortXorValue in interface SjCustomerShort

    getFirstName

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

    Specified by:
    getFirstName in interface SjCustomerShort

    lookupFirstName

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

    Specified by:
    lookupFirstName in interface SjCustomerShort

    setFirstName

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

    Specified by:
    setFirstName in interface SjCustomerShort

    getFirstNameValue

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

    Specified by:
    getFirstNameValue in interface SjCustomerShort

    setFirstNameValue

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

    Specified by:
    setFirstNameValue in interface SjCustomerShort

    setFirstNameValue

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

    Specified by:
    setFirstNameValue in interface SjCustomerShort

    getLastName

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

    Specified by:
    getLastName in interface SjCustomerShort

    lookupLastName

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

    Specified by:
    lookupLastName in interface SjCustomerShort

    setLastName

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

    Specified by:
    setLastName in interface SjCustomerShort

    getLastNameValue

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

    Specified by:
    getLastNameValue in interface SjCustomerShort

    setLastNameValue

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

    Specified by:
    setLastNameValue in interface SjCustomerShort

    setLastNameValue

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

    Specified by:
    setLastNameValue in interface SjCustomerShort

    getBirthDate

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

    Specified by:
    getBirthDate in interface SjCustomerShort

    lookupBirthDate

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

    Specified by:
    lookupBirthDate in interface SjCustomerShort

    setBirthDate

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

    Specified by:
    setBirthDate in interface SjCustomerShort

    getPriority

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

    Specified by:
    getPriority in interface SjCustomerShort

    lookupPriority

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

    Specified by:
    lookupPriority in interface SjCustomerShort

    setPriority

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

    Specified by:
    setPriority in interface SjCustomerShort

    getPriorityValue

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

    Specified by:
    getPriorityValue in interface SjCustomerShort

    setPriorityValue

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

    Specified by:
    setPriorityValue in interface SjCustomerShort

    setPriorityValue

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

    Specified by:
    setPriorityValue in interface SjCustomerShort

    getCompanyName

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

    Specified by:
    getCompanyName in interface SjCustomerShort

    lookupCompanyName

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

    Specified by:
    lookupCompanyName in interface SjCustomerShort

    setCompanyName

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

    Specified by:
    setCompanyName in interface SjCustomerShort

    getCompanyNameValue

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

    Specified by:
    getCompanyNameValue in interface SjCustomerShort

    setCompanyNameValue

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

    Specified by:
    setCompanyNameValue in interface SjCustomerShort

    setCompanyNameValue

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

    Specified by:
    setCompanyNameValue in interface SjCustomerShort

    getName

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

    Specified by:
    getName in interface SjCustomerShort

    lookupName

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

    Specified by:
    lookupName in interface SjCustomerShort

    setName

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

    Specified by:
    setName in interface SjCustomerShort

    getNameValue

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

    Specified by:
    getNameValue in interface SjCustomerShort

    setNameValue

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

    Specified by:
    setNameValue in interface SjCustomerShort

    setNameValue

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

    Specified by:
    setNameValue in interface SjCustomerShort

    getId

    public TiStringInterface getId()
    Field id is defined as mandatory.

    Specified by:
    getId in interface SjCustomerShort

    lookupId

    public TiStringInterface lookupId()
    Field id is defined as mandatory.

    Specified by:
    lookupId in interface SjCustomerShort

    setId

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

    Specified by:
    setId in interface SjCustomerShort

    getIdValue

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

    Specified by:
    getIdValue in interface SjCustomerShort

    setIdValue

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

    Specified by:
    setIdValue in interface SjCustomerShort

    setIdValue

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

    Specified by:
    setIdValue in interface SjCustomerShort

    getType

    public TiStringInterface getType()
    Field type is defined as mandatory.

    Specified by:
    getType in interface SjCustomerShort

    lookupType

    public TiStringInterface lookupType()
    Field type is defined as mandatory.

    Specified by:
    lookupType in interface SjCustomerShort

    setType

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

    Specified by:
    setType in interface SjCustomerShort

    getTypeValue

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

    Specified by:
    getTypeValue in interface SjCustomerShort

    setTypeValue

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

    Specified by:
    setTypeValue in interface SjCustomerShort

    setTypeValue

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

    Specified by:
    setTypeValue in interface SjCustomerShort

    getAreaCode

    public TiStringInterface getAreaCode()
    Field areaCode is defined as mandatory.

    Specified by:
    getAreaCode in interface SjCustomerShort

    lookupAreaCode

    public TiStringInterface lookupAreaCode()
    Field areaCode is defined as mandatory.

    Specified by:
    lookupAreaCode in interface SjCustomerShort

    setAreaCode

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

    Specified by:
    setAreaCode in interface SjCustomerShort

    getAreaCodeValue

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

    Specified by:
    getAreaCodeValue in interface SjCustomerShort

    setAreaCodeValue

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

    Specified by:
    setAreaCodeValue in interface SjCustomerShort

    setAreaCodeValue

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

    Specified by:
    setAreaCodeValue in interface SjCustomerShort

    getSubscriberTelephoneNumber

    public TiStringInterface getSubscriberTelephoneNumber()
    Field subscriberTelephoneNumber is defined as mandatory.

    Specified by:
    getSubscriberTelephoneNumber in interface SjCustomerShort

    lookupSubscriberTelephoneNumber

    public TiStringInterface lookupSubscriberTelephoneNumber()
    Field subscriberTelephoneNumber is defined as mandatory.

    Specified by:
    lookupSubscriberTelephoneNumber in interface SjCustomerShort

    setSubscriberTelephoneNumber

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

    Specified by:
    setSubscriberTelephoneNumber in interface SjCustomerShort

    getSubscriberTelephoneNumberValue

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

    Specified by:
    getSubscriberTelephoneNumberValue in interface SjCustomerShort

    setSubscriberTelephoneNumberValue

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

    Specified by:
    setSubscriberTelephoneNumberValue in interface SjCustomerShort

    setSubscriberTelephoneNumberValue

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

    Specified by:
    setSubscriberTelephoneNumberValue in interface SjCustomerShort

    getRestrictionCodeSpar

    public TiStringInterface getRestrictionCodeSpar()
    Field restrictionCodeSpar is defined as mandatory.

    Specified by:
    getRestrictionCodeSpar in interface SjCustomerShort

    lookupRestrictionCodeSpar

    public TiStringInterface lookupRestrictionCodeSpar()
    Field restrictionCodeSpar is defined as mandatory.

    Specified by:
    lookupRestrictionCodeSpar in interface SjCustomerShort

    setRestrictionCodeSpar

    public void setRestrictionCodeSpar(TiStringInterface inData)
    Field restrictionCodeSpar is defined as mandatory.

    Specified by:
    setRestrictionCodeSpar in interface SjCustomerShort

    getRestrictionCodeSparValue

    public java.lang.String getRestrictionCodeSparValue()
    Field restrictionCodeSpar is defined as mandatory.

    Specified by:
    getRestrictionCodeSparValue in interface SjCustomerShort

    setRestrictionCodeSparValue

    public void setRestrictionCodeSparValue(java.lang.String inData)
    Field restrictionCodeSpar is defined as mandatory.

    Specified by:
    setRestrictionCodeSparValue in interface SjCustomerShort

    setRestrictionCodeSparValue

    public void setRestrictionCodeSparValue(java.lang.String inData,
                                            boolean inNotify)
    Field restrictionCodeSpar is defined as mandatory.

    Specified by:
    setRestrictionCodeSparValue in interface SjCustomerShort

    getRestrictionCodeCredit

    public TiStringInterface getRestrictionCodeCredit()
    Field restrictionCodeCredit is defined as mandatory.

    Specified by:
    getRestrictionCodeCredit in interface SjCustomerShort

    lookupRestrictionCodeCredit

    public TiStringInterface lookupRestrictionCodeCredit()
    Field restrictionCodeCredit is defined as mandatory.

    Specified by:
    lookupRestrictionCodeCredit in interface SjCustomerShort

    setRestrictionCodeCredit

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

    Specified by:
    setRestrictionCodeCredit in interface SjCustomerShort

    getRestrictionCodeCreditValue

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

    Specified by:
    getRestrictionCodeCreditValue in interface SjCustomerShort

    setRestrictionCodeCreditValue

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

    Specified by:
    setRestrictionCodeCreditValue in interface SjCustomerShort

    setRestrictionCodeCreditValue

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

    Specified by:
    setRestrictionCodeCreditValue in interface SjCustomerShort

    getPowOfAttorneyExist

    public TiBooleanInterface getPowOfAttorneyExist()
    Field powOfAttorneyExist is defined as mandatory.

    Specified by:
    getPowOfAttorneyExist in interface SjCustomerShort

    lookupPowOfAttorneyExist

    public TiBooleanInterface lookupPowOfAttorneyExist()
    Field powOfAttorneyExist is defined as mandatory.

    Specified by:
    lookupPowOfAttorneyExist in interface SjCustomerShort

    setPowOfAttorneyExist

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

    Specified by:
    setPowOfAttorneyExist in interface SjCustomerShort

    getPowOfAttorneyExistValue

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

    Specified by:
    getPowOfAttorneyExistValue in interface SjCustomerShort

    setPowOfAttorneyExistValue

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

    Specified by:
    setPowOfAttorneyExistValue in interface SjCustomerShort

    setPowOfAttorneyExistValue

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

    Specified by:
    setPowOfAttorneyExistValue in interface SjCustomerShort

    getPowOfAttorneyAddressExist

    public TiBooleanInterface getPowOfAttorneyAddressExist()
    Field powOfAttorneyAddressExist is defined as mandatory.

    Specified by:
    getPowOfAttorneyAddressExist in interface SjCustomerShort

    lookupPowOfAttorneyAddressExist

    public TiBooleanInterface lookupPowOfAttorneyAddressExist()
    Field powOfAttorneyAddressExist is defined as mandatory.

    Specified by:
    lookupPowOfAttorneyAddressExist in interface SjCustomerShort

    setPowOfAttorneyAddressExist

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

    Specified by:
    setPowOfAttorneyAddressExist in interface SjCustomerShort

    getPowOfAttorneyAddressExistValue

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

    Specified by:
    getPowOfAttorneyAddressExistValue in interface SjCustomerShort

    setPowOfAttorneyAddressExistValue

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

    Specified by:
    setPowOfAttorneyAddressExistValue in interface SjCustomerShort

    setPowOfAttorneyAddressExistValue

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

    Specified by:
    setPowOfAttorneyAddressExistValue in interface SjCustomerShort

    getSjCardExist

    public TiBooleanInterface getSjCardExist()
    Field sjCardExist is defined as mandatory.

    Specified by:
    getSjCardExist in interface SjCustomerShort

    lookupSjCardExist

    public TiBooleanInterface lookupSjCardExist()
    Field sjCardExist is defined as mandatory.

    Specified by:
    lookupSjCardExist in interface SjCustomerShort

    setSjCardExist

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

    Specified by:
    setSjCardExist in interface SjCustomerShort

    getSjCardExistValue

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

    Specified by:
    getSjCardExistValue in interface SjCustomerShort

    setSjCardExistValue

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

    Specified by:
    setSjCardExistValue in interface SjCustomerShort

    setSjCardExistValue

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

    Specified by:
    setSjCardExistValue in interface SjCustomerShort

    getMobilePhoneNumber

    public TiStringInterface getMobilePhoneNumber()
    Field mobilePhoneNumber is defined as optional.

    Specified by:
    getMobilePhoneNumber in interface SjCustomerShort

    lookupMobilePhoneNumber

    public TiStringInterface lookupMobilePhoneNumber()
    Field mobilePhoneNumber is defined as optional.

    Specified by:
    lookupMobilePhoneNumber in interface SjCustomerShort

    setMobilePhoneNumber

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

    Specified by:
    setMobilePhoneNumber in interface SjCustomerShort

    getMobilePhoneNumberValue

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

    Specified by:
    getMobilePhoneNumberValue in interface SjCustomerShort

    setMobilePhoneNumberValue

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

    Specified by:
    setMobilePhoneNumberValue in interface SjCustomerShort

    setMobilePhoneNumberValue

    public void setMobilePhoneNumberValue(java.lang.String inData,
                                          boolean inNotify)
    Field mobilePhoneNumber is defined as optional.

    Specified by:
    setMobilePhoneNumberValue in interface SjCustomerShort

    getClientInformation

    public SjClientInformation getClientInformation()
    Field clientInformation is defined as optional.

    Specified by:
    getClientInformation in interface SjCustomerShort

    lookupClientInformation

    public SjClientInformation lookupClientInformation()
    Field clientInformation is defined as optional.

    Specified by:
    lookupClientInformation in interface SjCustomerShort

    setClientInformation

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

    Specified by:
    setClientInformation in interface SjCustomerShort

    specifyFields

    protected TiFieldSpecificationEnumeration specifyFields()
    Specified by:
    specifyFields in class TiAbstractMapModel

    specifyXors

    protected TiXorSpecificationEnumeration specifyXors()
    Overrides:
    specifyXors in class TiAbstractMapModel

    getRealTiName

    public java.lang.String getRealTiName()
    Specified by:
    getRealTiName in interface TiCommonModelPartInterface
    Overrides:
    getRealTiName in class TiAbstractModel

    getGeneratedTiName

    public java.lang.String getGeneratedTiName()
    Specified by:
    getGeneratedTiName in interface TiCommonModelPartInterface
    Overrides:
    getGeneratedTiName in class TiAbstractModel


    Copyright © 2012. All Rights Reserved.