|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjStationAndDepartureSpecification
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
|
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.support.observer.TiSubjectInterface |
---|
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString |
Field Detail |
---|
static final java.lang.String STATION_NO
static final java.lang.String STATION_NAME
static final java.lang.String TRAIN
static final java.lang.String DATE_TIME
static final java.lang.String COUNTRY_CODE
Method Detail |
---|
TiIntegerInterface getStationNo()
TiIntegerInterface lookupStationNo()
void setStationNo(TiIntegerInterface inData)
java.lang.Integer getStationNoValue()
void setStationNoValue(java.lang.Integer inData)
void setStationNoValue(java.lang.Integer inData, boolean inNotify)
TiStringInterface getStationName()
TiStringInterface lookupStationName()
void setStationName(TiStringInterface inData)
java.lang.String getStationNameValue()
void setStationNameValue(java.lang.String inData)
void setStationNameValue(java.lang.String inData, boolean inNotify)
TiStringInterface getTrain()
TiStringInterface lookupTrain()
void setTrain(TiStringInterface inData)
java.lang.String getTrainValue()
void setTrainValue(java.lang.String inData)
void setTrainValue(java.lang.String inData, boolean inNotify)
TiDateTime getDateTime()
TiDateTime lookupDateTime()
void setDateTime(TiDateTime inData)
SjCode getCountryCode()
SjCode lookupCountryCode()
void setCountryCode(SjCode inData)
java.lang.String getCountryCodeValue()
void setCountryCodeValue(java.lang.String inData)
void setCountryCodeValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |