se.sj.stina.domain.model
Interface SjNetbookAddress

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:
SjNetbookAddressPlain, SjNetbookAddressStandard

public interface SjNetbookAddress
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface


Field Summary
static java.lang.String CITY_NAME
           
static java.lang.String COUNTRY_CODE
           
static java.lang.String STREET_NAME
           
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 getCityName()
          Field cityName is defined as optional.
 java.lang.String getCityNameValue()
          Field cityName is defined as optional.
 TiStringInterface getCountryCode()
          Field countryCode is defined as mandatory.
 java.lang.String getCountryCodeValue()
          Field countryCode is defined as mandatory.
 TiStringInterface getStreetName()
          Field streetName is defined as optional.
 java.lang.String getStreetNameValue()
          Field streetName is defined as optional.
 TiStringInterface getZipCode()
          Field zipCode is defined as optional.
 java.lang.String getZipCodeValue()
          Field zipCode is defined as optional.
 TiStringInterface lookupCityName()
          Field cityName is defined as optional.
 TiStringInterface lookupCountryCode()
          Field countryCode is defined as mandatory.
 TiStringInterface lookupStreetName()
          Field streetName is defined as optional.
 TiStringInterface lookupZipCode()
          Field zipCode is defined as optional.
 void setCityName(TiStringInterface inData)
          Field cityName is defined as optional.
 void setCityNameValue(java.lang.String inData)
          Field cityName is defined as optional.
 void setCityNameValue(java.lang.String inData, boolean inNotify)
          Field cityName is defined as optional.
 void setCountryCode(TiStringInterface 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 setStreetName(TiStringInterface inData)
          Field streetName is defined as optional.
 void setStreetNameValue(java.lang.String inData)
          Field streetName is defined as optional.
 void setStreetNameValue(java.lang.String inData, boolean inNotify)
          Field streetName is defined as optional.
 void setZipCode(TiStringInterface inData)
          Field zipCode is defined as optional.
 void setZipCodeValue(java.lang.String inData)
          Field zipCode is defined as optional.
 void setZipCodeValue(java.lang.String inData, boolean inNotify)
          Field zipCode is defined as optional.
 
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

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

COUNTRY_CODE

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

getStreetName

TiStringInterface getStreetName()
Field streetName is defined as optional.


lookupStreetName

TiStringInterface lookupStreetName()
Field streetName is defined as optional.


setStreetName

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


getStreetNameValue

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


setStreetNameValue

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


setStreetNameValue

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


getZipCode

TiStringInterface getZipCode()
Field zipCode is defined as optional.


lookupZipCode

TiStringInterface lookupZipCode()
Field zipCode is defined as optional.


setZipCode

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


getZipCodeValue

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


setZipCodeValue

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


setZipCodeValue

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


getCityName

TiStringInterface getCityName()
Field cityName is defined as optional.


lookupCityName

TiStringInterface lookupCityName()
Field cityName is defined as optional.


setCityName

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


getCityNameValue

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


setCityNameValue

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


setCityNameValue

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


getCountryCode

TiStringInterface getCountryCode()
Field countryCode is defined as mandatory.


lookupCountryCode

TiStringInterface lookupCountryCode()
Field countryCode is defined as mandatory.


setCountryCode

void setCountryCode(TiStringInterface 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.