se.sj.stina.domain.model
Interface SjStationAndDepartureSpecification

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:
SjStationAndDepartureSpecificationPlain, SjStationAndDepartureSpecificationStandard

public interface SjStationAndDepartureSpecification
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface


Field Summary
static java.lang.String COUNTRY_CODE
           
static java.lang.String DATE_TIME
           
static java.lang.String STATION_NAME
           
static java.lang.String STATION_NO
           
static java.lang.String TRAIN
           
 
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
 SjCode getCountryCode()
          Field countryCode is defined as mandatory.
 java.lang.String getCountryCodeValue()
          Field countryCode is defined as mandatory.
 TiDateTime getDateTime()
          Field dateTime is defined as mandatory.
 TiStringInterface getStationName()
          Field stationName is defined as mandatory.
 java.lang.String getStationNameValue()
          Field stationName is defined as mandatory.
 TiIntegerInterface getStationNo()
          Field stationNo is defined as mandatory.
 java.lang.Integer getStationNoValue()
          Field stationNo is defined as mandatory.
 TiStringInterface getTrain()
          Field train is defined as mandatory.
 java.lang.String getTrainValue()
          Field train is defined as mandatory.
 SjCode lookupCountryCode()
          Field countryCode is defined as mandatory.
 TiDateTime lookupDateTime()
          Field dateTime is defined as mandatory.
 TiStringInterface lookupStationName()
          Field stationName is defined as mandatory.
 TiIntegerInterface lookupStationNo()
          Field stationNo is defined as mandatory.
 TiStringInterface lookupTrain()
          Field train is defined as mandatory.
 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 setDateTime(TiDateTime inData)
          Field dateTime is defined as mandatory.
 void setStationName(TiStringInterface inData)
          Field stationName is defined as mandatory.
 void setStationNameValue(java.lang.String inData)
          Field stationName is defined as mandatory.
 void setStationNameValue(java.lang.String inData, boolean inNotify)
          Field stationName is defined as mandatory.
 void setStationNo(TiIntegerInterface inData)
          Field stationNo is defined as mandatory.
 void setStationNoValue(java.lang.Integer inData)
          Field stationNo is defined as mandatory.
 void setStationNoValue(java.lang.Integer inData, boolean inNotify)
          Field stationNo is defined as mandatory.
 void setTrain(TiStringInterface inData)
          Field train is defined as mandatory.
 void setTrainValue(java.lang.String inData)
          Field train is defined as mandatory.
 void setTrainValue(java.lang.String inData, boolean inNotify)
          Field train 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

STATION_NO

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

STATION_NAME

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

TRAIN

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

DATE_TIME

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

COUNTRY_CODE

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

getStationNo

TiIntegerInterface getStationNo()
Field stationNo is defined as mandatory.


lookupStationNo

TiIntegerInterface lookupStationNo()
Field stationNo is defined as mandatory.


setStationNo

void setStationNo(TiIntegerInterface inData)
Field stationNo is defined as mandatory.


getStationNoValue

java.lang.Integer getStationNoValue()
Field stationNo is defined as mandatory.


setStationNoValue

void setStationNoValue(java.lang.Integer inData)
Field stationNo is defined as mandatory.


setStationNoValue

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


getStationName

TiStringInterface getStationName()
Field stationName is defined as mandatory.


lookupStationName

TiStringInterface lookupStationName()
Field stationName is defined as mandatory.


setStationName

void setStationName(TiStringInterface inData)
Field stationName is defined as mandatory.


getStationNameValue

java.lang.String getStationNameValue()
Field stationName is defined as mandatory.


setStationNameValue

void setStationNameValue(java.lang.String inData)
Field stationName is defined as mandatory.


setStationNameValue

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


getTrain

TiStringInterface getTrain()
Field train is defined as mandatory.


lookupTrain

TiStringInterface lookupTrain()
Field train is defined as mandatory.


setTrain

void setTrain(TiStringInterface inData)
Field train is defined as mandatory.


getTrainValue

java.lang.String getTrainValue()
Field train is defined as mandatory.


setTrainValue

void setTrainValue(java.lang.String inData)
Field train is defined as mandatory.


setTrainValue

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


getDateTime

TiDateTime getDateTime()
Field dateTime is defined as mandatory.


lookupDateTime

TiDateTime lookupDateTime()
Field dateTime is defined as mandatory.


setDateTime

void setDateTime(TiDateTime inData)
Field dateTime 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.