se.sj.stina.domain.model
Interface SjAddressSpecification

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:
SjAddressSpecificationPlain, SjAddressSpecificationStandard

public interface SjAddressSpecification
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface


Field Summary
static java.lang.String CITY
           
static java.lang.String CONNECTION_POINT_ID
           
static java.lang.String COUNTRY_CODE
           
static java.lang.String STREET_ADDRESS
           
static java.lang.String STREET_NUMBER
           
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 getCity()
          Field city is defined as mandatory.
 java.lang.String getCityValue()
          Field city is defined as mandatory.
 TiStringInterface getConnectionPointId()
          Field connectionPointId is defined as optional.
 java.lang.String getConnectionPointIdValue()
          Field connectionPointId is defined as optional.
 SjCode getCountryCode()
          Field countryCode is defined as mandatory.
 java.lang.String getCountryCodeValue()
          Field countryCode is defined as mandatory.
 TiStringInterface getStreetAddress()
          Field streetAddress is defined as mandatory.
 java.lang.String getStreetAddressValue()
          Field streetAddress is defined as mandatory.
 TiStringInterface getStreetNumber()
          Field streetNumber is defined as mandatory.
 java.lang.String getStreetNumberValue()
          Field streetNumber is defined as mandatory.
 TiStringInterface getZipCode()
          Field zipCode is defined as mandatory.
 java.lang.String getZipCodeValue()
          Field zipCode is defined as mandatory.
 TiStringInterface lookupCity()
          Field city is defined as mandatory.
 TiStringInterface lookupConnectionPointId()
          Field connectionPointId is defined as optional.
 SjCode lookupCountryCode()
          Field countryCode is defined as mandatory.
 TiStringInterface lookupStreetAddress()
          Field streetAddress is defined as mandatory.
 TiStringInterface lookupStreetNumber()
          Field streetNumber is defined as mandatory.
 TiStringInterface lookupZipCode()
          Field zipCode is defined as mandatory.
 void setCity(TiStringInterface inData)
          Field city is defined as mandatory.
 void setCityValue(java.lang.String inData)
          Field city is defined as mandatory.
 void setCityValue(java.lang.String inData, boolean inNotify)
          Field city is defined as mandatory.
 void setConnectionPointId(TiStringInterface inData)
          Field connectionPointId is defined as optional.
 void setConnectionPointIdValue(java.lang.String inData)
          Field connectionPointId is defined as optional.
 void setConnectionPointIdValue(java.lang.String inData, boolean inNotify)
          Field connectionPointId is defined as optional.
 void setCountryCode(SjCode inData)
          Field countryCode is defined as mandatory.
 void setCountryCodeValue(java.lang.String inData)
          Field countryCode is defined as mandatory.
 void setCountryCodeValue(java.lang.String inData, boolean inNotify)
          Field countryCode is defined as mandatory.
 void setStreetAddress(TiStringInterface inData)
          Field streetAddress is defined as mandatory.
 void setStreetAddressValue(java.lang.String inData)
          Field streetAddress is defined as mandatory.
 void setStreetAddressValue(java.lang.String inData, boolean inNotify)
          Field streetAddress is defined as mandatory.
 void setStreetNumber(TiStringInterface inData)
          Field streetNumber is defined as mandatory.
 void setStreetNumberValue(java.lang.String inData)
          Field streetNumber is defined as mandatory.
 void setStreetNumberValue(java.lang.String inData, boolean inNotify)
          Field streetNumber 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

CONNECTION_POINT_ID

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

STREET_ADDRESS

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

STREET_NUMBER

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

CITY

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

ZIP_CODE

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

COUNTRY_CODE

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

getConnectionPointId

TiStringInterface getConnectionPointId()
Field connectionPointId is defined as optional.


lookupConnectionPointId

TiStringInterface lookupConnectionPointId()
Field connectionPointId is defined as optional.


setConnectionPointId

void setConnectionPointId(TiStringInterface inData)
Field connectionPointId is defined as optional.


getConnectionPointIdValue

java.lang.String getConnectionPointIdValue()
Field connectionPointId is defined as optional.


setConnectionPointIdValue

void setConnectionPointIdValue(java.lang.String inData)
Field connectionPointId is defined as optional.


setConnectionPointIdValue

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


getStreetAddress

TiStringInterface getStreetAddress()
Field streetAddress is defined as mandatory.


lookupStreetAddress

TiStringInterface lookupStreetAddress()
Field streetAddress is defined as mandatory.


setStreetAddress

void setStreetAddress(TiStringInterface inData)
Field streetAddress is defined as mandatory.


getStreetAddressValue

java.lang.String getStreetAddressValue()
Field streetAddress is defined as mandatory.


setStreetAddressValue

void setStreetAddressValue(java.lang.String inData)
Field streetAddress is defined as mandatory.


setStreetAddressValue

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


getStreetNumber

TiStringInterface getStreetNumber()
Field streetNumber is defined as mandatory.


lookupStreetNumber

TiStringInterface lookupStreetNumber()
Field streetNumber is defined as mandatory.


setStreetNumber

void setStreetNumber(TiStringInterface inData)
Field streetNumber is defined as mandatory.


getStreetNumberValue

java.lang.String getStreetNumberValue()
Field streetNumber is defined as mandatory.


setStreetNumberValue

void setStreetNumberValue(java.lang.String inData)
Field streetNumber is defined as mandatory.


setStreetNumberValue

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


getCity

TiStringInterface getCity()
Field city is defined as mandatory.


lookupCity

TiStringInterface lookupCity()
Field city is defined as mandatory.


setCity

void setCity(TiStringInterface inData)
Field city is defined as mandatory.


getCityValue

java.lang.String getCityValue()
Field city is defined as mandatory.


setCityValue

void setCityValue(java.lang.String inData)
Field city is defined as mandatory.


setCityValue

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


getCountryCode

SjCode getCountryCode()
Field countryCode is defined as mandatory.


lookupCountryCode

SjCode lookupCountryCode()
Field countryCode is defined as mandatory.


setCountryCode

void setCountryCode(SjCode inData)
Field countryCode is defined as mandatory.


getCountryCodeValue

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


setCountryCodeValue

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


setCountryCodeValue

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



Copyright © 2012. All Rights Reserved.