se.sj.stina.domain.model
Interface SjFindTagtaxiAddressQuery

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:
SjFindTagtaxiAddressQueryPlain, SjFindTagtaxiAddressQueryStandard

public interface SjFindTagtaxiAddressQuery
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface

Adressökning.


Field Summary
static java.lang.String ADDRESS_NAME
           
static java.lang.String ARRIVAL_DATE_TIME
           
static java.lang.String CITY
           
static java.lang.String CONNECTION_POINT_TYPE
           
static java.lang.String COUNTRY
           
static java.lang.String DEPARTURE_DATE_TIME
           
static java.lang.String LOCATION
           
static java.lang.String ORDER_BY
           
static java.lang.String START_ROW
           
static java.lang.String STATION_PICKUP
           
static java.lang.String STREET_NUM
           
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 getAddressName()
          Field addressName is defined as mandatory.
 java.lang.String getAddressNameValue()
          Field addressName is defined as mandatory.
 TiDateTime getArrivalDateTime()
          Field arrivalDateTime is defined as optional.
 TiStringInterface getCity()
          Field city is defined as optional.
 java.lang.String getCityValue()
          Field city is defined as optional.
 TiStringInterface getConnectionPointType()
          Field connectionPointType is defined as optional.
 java.lang.String getConnectionPointTypeValue()
          Field connectionPointType is defined as optional.
 TiStringInterface getCountry()
          Field country is defined as optional.
 java.lang.String getCountryValue()
          Field country is defined as optional.
 TiDateTime getDepartureDateTime()
          Field departureDateTime is defined as optional.
 SjLocationQuery getLocation()
          Field location is defined as optional.
 TiStringInterface getOrderBy()
          Field orderBy is defined as optional.
 java.lang.String getOrderByValue()
          Field orderBy is defined as optional.
 TiIntegerInterface getStartRow()
          Field startRow is defined as mandatory.
 java.lang.Integer getStartRowValue()
          Field startRow is defined as mandatory.
 TiBooleanInterface getStationPickup()
          Field stationPickup is defined as optional.
 java.lang.Boolean getStationPickupValue()
          Field stationPickup is defined as optional.
 TiStringInterface getStreetNum()
          Field streetNum is defined as optional.
 java.lang.String getStreetNumValue()
          Field streetNum is defined as optional.
 TiStringInterface getZipCode()
          Field zipCode is defined as optional.
 java.lang.String getZipCodeValue()
          Field zipCode is defined as optional.
 TiStringInterface lookupAddressName()
          Field addressName is defined as mandatory.
 TiDateTime lookupArrivalDateTime()
          Field arrivalDateTime is defined as optional.
 TiStringInterface lookupCity()
          Field city is defined as optional.
 TiStringInterface lookupConnectionPointType()
          Field connectionPointType is defined as optional.
 TiStringInterface lookupCountry()
          Field country is defined as optional.
 TiDateTime lookupDepartureDateTime()
          Field departureDateTime is defined as optional.
 SjLocationQuery lookupLocation()
          Field location is defined as optional.
 TiStringInterface lookupOrderBy()
          Field orderBy is defined as optional.
 TiIntegerInterface lookupStartRow()
          Field startRow is defined as mandatory.
 TiBooleanInterface lookupStationPickup()
          Field stationPickup is defined as optional.
 TiStringInterface lookupStreetNum()
          Field streetNum is defined as optional.
 TiStringInterface lookupZipCode()
          Field zipCode is defined as optional.
 void setAddressName(TiStringInterface inData)
          Field addressName is defined as mandatory.
 void setAddressNameValue(java.lang.String inData)
          Field addressName is defined as mandatory.
 void setAddressNameValue(java.lang.String inData, boolean inNotify)
          Field addressName is defined as mandatory.
 void setArrivalDateTime(TiDateTime inData)
          Field arrivalDateTime is defined as optional.
 void setCity(TiStringInterface inData)
          Field city is defined as optional.
 void setCityValue(java.lang.String inData)
          Field city is defined as optional.
 void setCityValue(java.lang.String inData, boolean inNotify)
          Field city is defined as optional.
 void setConnectionPointType(TiStringInterface inData)
          Field connectionPointType is defined as optional.
 void setConnectionPointTypeValue(java.lang.String inData)
          Field connectionPointType is defined as optional.
 void setConnectionPointTypeValue(java.lang.String inData, boolean inNotify)
          Field connectionPointType is defined as optional.
 void setCountry(TiStringInterface inData)
          Field country is defined as optional.
 void setCountryValue(java.lang.String inData)
          Field country is defined as optional.
 void setCountryValue(java.lang.String inData, boolean inNotify)
          Field country is defined as optional.
 void setDepartureDateTime(TiDateTime inData)
          Field departureDateTime is defined as optional.
 void setLocation(SjLocationQuery inData)
          Field location is defined as optional.
 void setOrderBy(TiStringInterface inData)
          Field orderBy is defined as optional.
 void setOrderByValue(java.lang.String inData)
          Field orderBy is defined as optional.
 void setOrderByValue(java.lang.String inData, boolean inNotify)
          Field orderBy is defined as optional.
 void setStartRow(TiIntegerInterface inData)
          Field startRow is defined as mandatory.
 void setStartRowValue(java.lang.Integer inData)
          Field startRow is defined as mandatory.
 void setStartRowValue(java.lang.Integer inData, boolean inNotify)
          Field startRow is defined as mandatory.
 void setStationPickup(TiBooleanInterface inData)
          Field stationPickup is defined as optional.
 void setStationPickupValue(java.lang.Boolean inData)
          Field stationPickup is defined as optional.
 void setStationPickupValue(java.lang.Boolean inData, boolean inNotify)
          Field stationPickup is defined as optional.
 void setStreetNum(TiStringInterface inData)
          Field streetNum is defined as optional.
 void setStreetNumValue(java.lang.String inData)
          Field streetNum is defined as optional.
 void setStreetNumValue(java.lang.String inData, boolean inNotify)
          Field streetNum 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

ADDRESS_NAME

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

CONNECTION_POINT_TYPE

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

STREET_NUM

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

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

ORDER_BY

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

START_ROW

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

DEPARTURE_DATE_TIME

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

ARRIVAL_DATE_TIME

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

LOCATION

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

STATION_PICKUP

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

getAddressName

TiStringInterface getAddressName()
Field addressName is defined as mandatory.


lookupAddressName

TiStringInterface lookupAddressName()
Field addressName is defined as mandatory.


setAddressName

void setAddressName(TiStringInterface inData)
Field addressName is defined as mandatory.


getAddressNameValue

java.lang.String getAddressNameValue()
Field addressName is defined as mandatory.


setAddressNameValue

void setAddressNameValue(java.lang.String inData)
Field addressName is defined as mandatory.


setAddressNameValue

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


getConnectionPointType

TiStringInterface getConnectionPointType()
Field connectionPointType is defined as optional.


lookupConnectionPointType

TiStringInterface lookupConnectionPointType()
Field connectionPointType is defined as optional.


setConnectionPointType

void setConnectionPointType(TiStringInterface inData)
Field connectionPointType is defined as optional.


getConnectionPointTypeValue

java.lang.String getConnectionPointTypeValue()
Field connectionPointType is defined as optional.


setConnectionPointTypeValue

void setConnectionPointTypeValue(java.lang.String inData)
Field connectionPointType is defined as optional.


setConnectionPointTypeValue

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


getStreetNum

TiStringInterface getStreetNum()
Field streetNum is defined as optional.


lookupStreetNum

TiStringInterface lookupStreetNum()
Field streetNum is defined as optional.


setStreetNum

void setStreetNum(TiStringInterface inData)
Field streetNum is defined as optional.


getStreetNumValue

java.lang.String getStreetNumValue()
Field streetNum is defined as optional.


setStreetNumValue

void setStreetNumValue(java.lang.String inData)
Field streetNum is defined as optional.


setStreetNumValue

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


getCity

TiStringInterface getCity()
Field city is defined as optional.


lookupCity

TiStringInterface lookupCity()
Field city is defined as optional.


setCity

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


getCityValue

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


setCityValue

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


setCityValue

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


getCountry

TiStringInterface getCountry()
Field country is defined as optional.


lookupCountry

TiStringInterface lookupCountry()
Field country is defined as optional.


setCountry

void setCountry(TiStringInterface inData)
Field country is defined as optional.


getCountryValue

java.lang.String getCountryValue()
Field country is defined as optional.


setCountryValue

void setCountryValue(java.lang.String inData)
Field country is defined as optional.


setCountryValue

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


getOrderBy

TiStringInterface getOrderBy()
Field orderBy is defined as optional.


lookupOrderBy

TiStringInterface lookupOrderBy()
Field orderBy is defined as optional.


setOrderBy

void setOrderBy(TiStringInterface inData)
Field orderBy is defined as optional.


getOrderByValue

java.lang.String getOrderByValue()
Field orderBy is defined as optional.


setOrderByValue

void setOrderByValue(java.lang.String inData)
Field orderBy is defined as optional.


setOrderByValue

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


getStartRow

TiIntegerInterface getStartRow()
Field startRow is defined as mandatory.


lookupStartRow

TiIntegerInterface lookupStartRow()
Field startRow is defined as mandatory.


setStartRow

void setStartRow(TiIntegerInterface inData)
Field startRow is defined as mandatory.


getStartRowValue

java.lang.Integer getStartRowValue()
Field startRow is defined as mandatory.


setStartRowValue

void setStartRowValue(java.lang.Integer inData)
Field startRow is defined as mandatory.


setStartRowValue

void setStartRowValue(java.lang.Integer inData,
                      boolean inNotify)
Field startRow is defined as mandatory.


getDepartureDateTime

TiDateTime getDepartureDateTime()
Field departureDateTime is defined as optional.


lookupDepartureDateTime

TiDateTime lookupDepartureDateTime()
Field departureDateTime is defined as optional.


setDepartureDateTime

void setDepartureDateTime(TiDateTime inData)
Field departureDateTime is defined as optional.


getArrivalDateTime

TiDateTime getArrivalDateTime()
Field arrivalDateTime is defined as optional.


lookupArrivalDateTime

TiDateTime lookupArrivalDateTime()
Field arrivalDateTime is defined as optional.


setArrivalDateTime

void setArrivalDateTime(TiDateTime inData)
Field arrivalDateTime is defined as optional.


getLocation

SjLocationQuery getLocation()
Field location is defined as optional.


lookupLocation

SjLocationQuery lookupLocation()
Field location is defined as optional.


setLocation

void setLocation(SjLocationQuery inData)
Field location is defined as optional.


getStationPickup

TiBooleanInterface getStationPickup()
Field stationPickup is defined as optional.


lookupStationPickup

TiBooleanInterface lookupStationPickup()
Field stationPickup is defined as optional.


setStationPickup

void setStationPickup(TiBooleanInterface inData)
Field stationPickup is defined as optional.


getStationPickupValue

java.lang.Boolean getStationPickupValue()
Field stationPickup is defined as optional.


setStationPickupValue

void setStationPickupValue(java.lang.Boolean inData)
Field stationPickup is defined as optional.


setStationPickupValue

void setStationPickupValue(java.lang.Boolean inData,
                           boolean inNotify)
Field stationPickup is defined as optional.



Copyright © 2012. All Rights Reserved.