se.sj.stina.domain.model
Interface SjCustomerAddress

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:
SjCustomerAddressPlain, SjCustomerAddressStandard

public interface SjCustomerAddress
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface

InnehÄller en kundadress


Field Summary
static java.lang.String ADDRESS_NUMBER
           
static java.lang.String ADDRESS_TYPE
           
static java.lang.String CARE_OF
           
static java.lang.String CITY_NAME
           
static java.lang.String CLIENT_INFORMATION
           
static java.lang.String COUNTRY_CODE
           
static java.lang.String COUNTRY_NAME
           
static java.lang.String EXPIRATION_DATE
           
static java.lang.String START_DATE
           
static java.lang.String STREET_NAME
           
static java.lang.String STREET_NAME_EXTRA
           
static java.lang.String ZIP_CODE
           
 
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 getAddressNumber()
          Field addressNumber is defined as optional.
 java.lang.String getAddressNumberValue()
          Field addressNumber is defined as optional.
 TiStringInterface getAddressType()
          Field addressType is defined as mandatory.
 java.lang.String getAddressTypeValue()
          Field addressType is defined as mandatory.
 TiStringInterface getCareOf()
          Field careOf is defined as optional.
 java.lang.String getCareOfValue()
          Field careOf is defined as optional.
 TiStringInterface getCityName()
          Field cityName is defined as mandatory.
 java.lang.String getCityNameValue()
          Field cityName is defined as mandatory.
 SjClientInformation getClientInformation()
          Field clientInformation is defined as optional.
 TiStringInterface getCountryCode()
          Field countryCode is defined as optional.
 java.lang.String getCountryCodeValue()
          Field countryCode is defined as optional.
 TiStringInterface getCountryName()
          Field countryName is defined as optional.
 java.lang.String getCountryNameValue()
          Field countryName is defined as optional.
 TiDate getExpirationDate()
          Field expirationDate is defined as mandatory.
 TiDate getStartDate()
          Field startDate is defined as mandatory.
 TiStringInterface getStreetName()
          Field streetName is defined as mandatory.
 TiStringInterface getStreetNameExtra()
          Field streetNameExtra is defined as optional.
 java.lang.String getStreetNameExtraValue()
          Field streetNameExtra is defined as optional.
 java.lang.String getStreetNameValue()
          Field streetName is defined as mandatory.
 TiStringInterface getZipCode()
          Field zipCode is defined as mandatory.
 java.lang.String getZipCodeValue()
          Field zipCode is defined as mandatory.
 TiStringInterface lookupAddressNumber()
          Field addressNumber is defined as optional.
 TiStringInterface lookupAddressType()
          Field addressType is defined as mandatory.
 TiStringInterface lookupCareOf()
          Field careOf is defined as optional.
 TiStringInterface lookupCityName()
          Field cityName is defined as mandatory.
 SjClientInformation lookupClientInformation()
          Field clientInformation is defined as optional.
 TiStringInterface lookupCountryCode()
          Field countryCode is defined as optional.
 TiStringInterface lookupCountryName()
          Field countryName is defined as optional.
 TiDate lookupExpirationDate()
          Field expirationDate is defined as mandatory.
 TiDate lookupStartDate()
          Field startDate is defined as mandatory.
 TiStringInterface lookupStreetName()
          Field streetName is defined as mandatory.
 TiStringInterface lookupStreetNameExtra()
          Field streetNameExtra is defined as optional.
 TiStringInterface lookupZipCode()
          Field zipCode is defined as mandatory.
 void setAddressNumber(TiStringInterface inData)
          Field addressNumber is defined as optional.
 void setAddressNumberValue(java.lang.String inData)
          Field addressNumber is defined as optional.
 void setAddressNumberValue(java.lang.String inData, boolean inNotify)
          Field addressNumber is defined as optional.
 void setAddressType(TiStringInterface inData)
          Field addressType is defined as mandatory.
 void setAddressTypeValue(java.lang.String inData)
          Field addressType is defined as mandatory.
 void setAddressTypeValue(java.lang.String inData, boolean inNotify)
          Field addressType is defined as mandatory.
 void setCareOf(TiStringInterface inData)
          Field careOf is defined as optional.
 void setCareOfValue(java.lang.String inData)
          Field careOf is defined as optional.
 void setCareOfValue(java.lang.String inData, boolean inNotify)
          Field careOf is defined as optional.
 void setCityName(TiStringInterface inData)
          Field cityName is defined as mandatory.
 void setCityNameValue(java.lang.String inData)
          Field cityName is defined as mandatory.
 void setCityNameValue(java.lang.String inData, boolean inNotify)
          Field cityName is defined as mandatory.
 void setClientInformation(SjClientInformation inData)
          Field clientInformation is defined as optional.
 void setCountryCode(TiStringInterface inData)
          Field countryCode is defined as optional.
 void setCountryCodeValue(java.lang.String inData)
          Field countryCode is defined as optional.
 void setCountryCodeValue(java.lang.String inData, boolean inNotify)
          Field countryCode is defined as optional.
 void setCountryName(TiStringInterface inData)
          Field countryName is defined as optional.
 void setCountryNameValue(java.lang.String inData)
          Field countryName is defined as optional.
 void setCountryNameValue(java.lang.String inData, boolean inNotify)
          Field countryName is defined as optional.
 void setExpirationDate(TiDate inData)
          Field expirationDate is defined as mandatory.
 void setStartDate(TiDate inData)
          Field startDate is defined as mandatory.
 void setStreetName(TiStringInterface inData)
          Field streetName is defined as mandatory.
 void setStreetNameExtra(TiStringInterface inData)
          Field streetNameExtra is defined as optional.
 void setStreetNameExtraValue(java.lang.String inData)
          Field streetNameExtra is defined as optional.
 void setStreetNameExtraValue(java.lang.String inData, boolean inNotify)
          Field streetNameExtra is defined as optional.
 void setStreetNameValue(java.lang.String inData)
          Field streetName is defined as mandatory.
 void setStreetNameValue(java.lang.String inData, boolean inNotify)
          Field streetName is defined as mandatory.
 void setZipCode(TiStringInterface inData)
          Field zipCode is defined as mandatory.
 void setZipCodeValue(java.lang.String inData)
          Field zipCode is defined as mandatory.
 void setZipCodeValue(java.lang.String inData, boolean inNotify)
          Field zipCode 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

ADDRESS_NUMBER

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

STREET_NAME_EXTRA

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

COUNTRY_NAME

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

COUNTRY_CODE

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

CARE_OF

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

STREET_NAME

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

ZIP_CODE

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

CITY_NAME

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

START_DATE

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

EXPIRATION_DATE

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

ADDRESS_TYPE

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

CLIENT_INFORMATION

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

getAddressNumber

TiStringInterface getAddressNumber()
Field addressNumber is defined as optional.


lookupAddressNumber

TiStringInterface lookupAddressNumber()
Field addressNumber is defined as optional.


setAddressNumber

void setAddressNumber(TiStringInterface inData)
Field addressNumber is defined as optional.


getAddressNumberValue

java.lang.String getAddressNumberValue()
Field addressNumber is defined as optional.


setAddressNumberValue

void setAddressNumberValue(java.lang.String inData)
Field addressNumber is defined as optional.


setAddressNumberValue

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


getStreetNameExtra

TiStringInterface getStreetNameExtra()
Field streetNameExtra is defined as optional.


lookupStreetNameExtra

TiStringInterface lookupStreetNameExtra()
Field streetNameExtra is defined as optional.


setStreetNameExtra

void setStreetNameExtra(TiStringInterface inData)
Field streetNameExtra is defined as optional.


getStreetNameExtraValue

java.lang.String getStreetNameExtraValue()
Field streetNameExtra is defined as optional.


setStreetNameExtraValue

void setStreetNameExtraValue(java.lang.String inData)
Field streetNameExtra is defined as optional.


setStreetNameExtraValue

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


getCountryName

TiStringInterface getCountryName()
Field countryName is defined as optional.


lookupCountryName

TiStringInterface lookupCountryName()
Field countryName is defined as optional.


setCountryName

void setCountryName(TiStringInterface inData)
Field countryName is defined as optional.


getCountryNameValue

java.lang.String getCountryNameValue()
Field countryName is defined as optional.


setCountryNameValue

void setCountryNameValue(java.lang.String inData)
Field countryName is defined as optional.


setCountryNameValue

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


getCountryCode

TiStringInterface getCountryCode()
Field countryCode is defined as optional.


lookupCountryCode

TiStringInterface lookupCountryCode()
Field countryCode is defined as optional.


setCountryCode

void setCountryCode(TiStringInterface inData)
Field countryCode is defined as optional.


getCountryCodeValue

java.lang.String getCountryCodeValue()
Field countryCode is defined as optional.


setCountryCodeValue

void setCountryCodeValue(java.lang.String inData)
Field countryCode is defined as optional.


setCountryCodeValue

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


getCareOf

TiStringInterface getCareOf()
Field careOf is defined as optional.


lookupCareOf

TiStringInterface lookupCareOf()
Field careOf is defined as optional.


setCareOf

void setCareOf(TiStringInterface inData)
Field careOf is defined as optional.


getCareOfValue

java.lang.String getCareOfValue()
Field careOf is defined as optional.


setCareOfValue

void setCareOfValue(java.lang.String inData)
Field careOf is defined as optional.


setCareOfValue

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


getStreetName

TiStringInterface getStreetName()
Field streetName is defined as mandatory.


lookupStreetName

TiStringInterface lookupStreetName()
Field streetName is defined as mandatory.


setStreetName

void setStreetName(TiStringInterface inData)
Field streetName is defined as mandatory.


getStreetNameValue

java.lang.String getStreetNameValue()
Field streetName is defined as mandatory.


setStreetNameValue

void setStreetNameValue(java.lang.String inData)
Field streetName is defined as mandatory.


setStreetNameValue

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


getZipCode

TiStringInterface getZipCode()
Field zipCode is defined as mandatory.


lookupZipCode

TiStringInterface lookupZipCode()
Field zipCode is defined as mandatory.


setZipCode

void setZipCode(TiStringInterface inData)
Field zipCode is defined as mandatory.


getZipCodeValue

java.lang.String getZipCodeValue()
Field zipCode is defined as mandatory.


setZipCodeValue

void setZipCodeValue(java.lang.String inData)
Field zipCode is defined as mandatory.


setZipCodeValue

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


getCityName

TiStringInterface getCityName()
Field cityName is defined as mandatory.


lookupCityName

TiStringInterface lookupCityName()
Field cityName is defined as mandatory.


setCityName

void setCityName(TiStringInterface inData)
Field cityName is defined as mandatory.


getCityNameValue

java.lang.String getCityNameValue()
Field cityName is defined as mandatory.


setCityNameValue

void setCityNameValue(java.lang.String inData)
Field cityName is defined as mandatory.


setCityNameValue

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


getStartDate

TiDate getStartDate()
Field startDate is defined as mandatory.


lookupStartDate

TiDate lookupStartDate()
Field startDate is defined as mandatory.


setStartDate

void setStartDate(TiDate inData)
Field startDate is defined as mandatory.


getExpirationDate

TiDate getExpirationDate()
Field expirationDate is defined as mandatory.


lookupExpirationDate

TiDate lookupExpirationDate()
Field expirationDate is defined as mandatory.


setExpirationDate

void setExpirationDate(TiDate inData)
Field expirationDate is defined as mandatory.


getAddressType

TiStringInterface getAddressType()
Field addressType is defined as mandatory.


lookupAddressType

TiStringInterface lookupAddressType()
Field addressType is defined as mandatory.


setAddressType

void setAddressType(TiStringInterface inData)
Field addressType is defined as mandatory.


getAddressTypeValue

java.lang.String getAddressTypeValue()
Field addressType is defined as mandatory.


setAddressTypeValue

void setAddressTypeValue(java.lang.String inData)
Field addressType is defined as mandatory.


setAddressTypeValue

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


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.