se.sj.stina.domain.model
Interface SjNetbookAvailable

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:
SjNetbookAvailablePlain, SjNetbookAvailableStandard

public interface SjNetbookAvailable
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface


Field Summary
static java.lang.String BOOKABLE_OPTION_LIST
           
static java.lang.String DISTANCE_TO_TRAIN
           
static java.lang.String HOTEL_CHAIN
           
static java.lang.String HOTEL_ID
           
static java.lang.String HOTEL_LOCATION
           
static java.lang.String HOTEL_NAME
           
static java.lang.String HOTEL_SHORT_INFO_URL
           
 
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
 SjNetbookBookableOptionList getBookableOptionList()
          Field bookableOptionList is defined as mandatory.
 TiIntegerInterface getDistanceToTrain()
          Field distanceToTrain is defined as optional.
 java.lang.Integer getDistanceToTrainValue()
          Field distanceToTrain is defined as optional.
 SjNetbookHotelChain getHotelChain()
          Field hotelChain is defined as optional.
 SjIdentity getHotelId()
          Field hotelId is defined as mandatory.
 java.lang.String getHotelIdValue()
          Field hotelId is defined as mandatory.
 SjNetbookLocation getHotelLocation()
          Field hotelLocation is defined as mandatory.
 TiStringInterface getHotelName()
          Field hotelName is defined as mandatory.
 java.lang.String getHotelNameValue()
          Field hotelName is defined as mandatory.
 TiStringInterface getHotelShortInfoUrl()
          Field hotelShortInfoUrl is defined as mandatory.
 java.lang.String getHotelShortInfoUrlValue()
          Field hotelShortInfoUrl is defined as mandatory.
 SjNetbookBookableOptionList lookupBookableOptionList()
          Field bookableOptionList is defined as mandatory.
 TiIntegerInterface lookupDistanceToTrain()
          Field distanceToTrain is defined as optional.
 SjNetbookHotelChain lookupHotelChain()
          Field hotelChain is defined as optional.
 SjIdentity lookupHotelId()
          Field hotelId is defined as mandatory.
 SjNetbookLocation lookupHotelLocation()
          Field hotelLocation is defined as mandatory.
 TiStringInterface lookupHotelName()
          Field hotelName is defined as mandatory.
 TiStringInterface lookupHotelShortInfoUrl()
          Field hotelShortInfoUrl is defined as mandatory.
 void setBookableOptionList(SjNetbookBookableOptionList inData)
          Field bookableOptionList is defined as mandatory.
 void setDistanceToTrain(TiIntegerInterface inData)
          Field distanceToTrain is defined as optional.
 void setDistanceToTrainValue(java.lang.Integer inData)
          Field distanceToTrain is defined as optional.
 void setDistanceToTrainValue(java.lang.Integer inData, boolean inNotify)
          Field distanceToTrain is defined as optional.
 void setHotelChain(SjNetbookHotelChain inData)
          Field hotelChain is defined as optional.
 void setHotelId(SjIdentity inData)
          Field hotelId is defined as mandatory.
 void setHotelIdValue(java.lang.String inData)
          Field hotelId is defined as mandatory.
 void setHotelIdValue(java.lang.String inData, boolean inNotify)
          Field hotelId is defined as mandatory.
 void setHotelLocation(SjNetbookLocation inData)
          Field hotelLocation is defined as mandatory.
 void setHotelName(TiStringInterface inData)
          Field hotelName is defined as mandatory.
 void setHotelNameValue(java.lang.String inData)
          Field hotelName is defined as mandatory.
 void setHotelNameValue(java.lang.String inData, boolean inNotify)
          Field hotelName is defined as mandatory.
 void setHotelShortInfoUrl(TiStringInterface inData)
          Field hotelShortInfoUrl is defined as mandatory.
 void setHotelShortInfoUrlValue(java.lang.String inData)
          Field hotelShortInfoUrl is defined as mandatory.
 void setHotelShortInfoUrlValue(java.lang.String inData, boolean inNotify)
          Field hotelShortInfoUrl 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

HOTEL_ID

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

HOTEL_NAME

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

HOTEL_SHORT_INFO_URL

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

HOTEL_LOCATION

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

HOTEL_CHAIN

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

DISTANCE_TO_TRAIN

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

BOOKABLE_OPTION_LIST

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

getHotelId

SjIdentity getHotelId()
Field hotelId is defined as mandatory.


lookupHotelId

SjIdentity lookupHotelId()
Field hotelId is defined as mandatory.


setHotelId

void setHotelId(SjIdentity inData)
Field hotelId is defined as mandatory.


getHotelIdValue

java.lang.String getHotelIdValue()
Field hotelId is defined as mandatory.


setHotelIdValue

void setHotelIdValue(java.lang.String inData)
Field hotelId is defined as mandatory.


setHotelIdValue

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


getHotelName

TiStringInterface getHotelName()
Field hotelName is defined as mandatory.


lookupHotelName

TiStringInterface lookupHotelName()
Field hotelName is defined as mandatory.


setHotelName

void setHotelName(TiStringInterface inData)
Field hotelName is defined as mandatory.


getHotelNameValue

java.lang.String getHotelNameValue()
Field hotelName is defined as mandatory.


setHotelNameValue

void setHotelNameValue(java.lang.String inData)
Field hotelName is defined as mandatory.


setHotelNameValue

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


getHotelShortInfoUrl

TiStringInterface getHotelShortInfoUrl()
Field hotelShortInfoUrl is defined as mandatory.


lookupHotelShortInfoUrl

TiStringInterface lookupHotelShortInfoUrl()
Field hotelShortInfoUrl is defined as mandatory.


setHotelShortInfoUrl

void setHotelShortInfoUrl(TiStringInterface inData)
Field hotelShortInfoUrl is defined as mandatory.


getHotelShortInfoUrlValue

java.lang.String getHotelShortInfoUrlValue()
Field hotelShortInfoUrl is defined as mandatory.


setHotelShortInfoUrlValue

void setHotelShortInfoUrlValue(java.lang.String inData)
Field hotelShortInfoUrl is defined as mandatory.


setHotelShortInfoUrlValue

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


getHotelLocation

SjNetbookLocation getHotelLocation()
Field hotelLocation is defined as mandatory.


lookupHotelLocation

SjNetbookLocation lookupHotelLocation()
Field hotelLocation is defined as mandatory.


setHotelLocation

void setHotelLocation(SjNetbookLocation inData)
Field hotelLocation is defined as mandatory.


getHotelChain

SjNetbookHotelChain getHotelChain()
Field hotelChain is defined as optional.


lookupHotelChain

SjNetbookHotelChain lookupHotelChain()
Field hotelChain is defined as optional.


setHotelChain

void setHotelChain(SjNetbookHotelChain inData)
Field hotelChain is defined as optional.


getDistanceToTrain

TiIntegerInterface getDistanceToTrain()
Field distanceToTrain is defined as optional.


lookupDistanceToTrain

TiIntegerInterface lookupDistanceToTrain()
Field distanceToTrain is defined as optional.


setDistanceToTrain

void setDistanceToTrain(TiIntegerInterface inData)
Field distanceToTrain is defined as optional.


getDistanceToTrainValue

java.lang.Integer getDistanceToTrainValue()
Field distanceToTrain is defined as optional.


setDistanceToTrainValue

void setDistanceToTrainValue(java.lang.Integer inData)
Field distanceToTrain is defined as optional.


setDistanceToTrainValue

void setDistanceToTrainValue(java.lang.Integer inData,
                             boolean inNotify)
Field distanceToTrain is defined as optional.


getBookableOptionList

SjNetbookBookableOptionList getBookableOptionList()
Field bookableOptionList is defined as mandatory.


lookupBookableOptionList

SjNetbookBookableOptionList lookupBookableOptionList()
Field bookableOptionList is defined as mandatory.


setBookableOptionList

void setBookableOptionList(SjNetbookBookableOptionList inData)
Field bookableOptionList is defined as mandatory.



Copyright © 2012. All Rights Reserved.