se.sj.stina.domain.model
Interface SjNetbookHotel

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:
SjNetbookHotelPlain, SjNetbookHotelStandard

public interface SjNetbookHotel
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface


Field Summary
static java.lang.String ADDRESS
           
static java.lang.String EMAIL_ADDRESS
           
static java.lang.String FAX_NUMBER
           
static java.lang.String HOTEL_CHAIN
           
static java.lang.String HOTEL_ID
           
static java.lang.String HOTEL_INTERNATIONAL_CHAIN
           
static java.lang.String HOTEL_LANGUAGE_CODE
           
static java.lang.String HOTEL_LOCATION
           
static java.lang.String HOTEL_NAME
           
static java.lang.String HOTEL_URL
           
static java.lang.String TELEPHONE
           
 
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
 SjNetbookAddress getAddress()
          Field address is defined as mandatory.
 TiStringInterface getEmailAddress()
          Field emailAddress is defined as optional.
 java.lang.String getEmailAddressValue()
          Field emailAddress is defined as optional.
 SjNetbookTelephone getFaxNumber()
          Field faxNumber is defined as optional.
 java.lang.String getFaxNumberValue()
          Field faxNumber 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.
 SjNetbookHotelChain getHotelInternationalChain()
          Field hotelInternationalChain is defined as optional.
 SjCode getHotelLanguageCode()
          Field hotelLanguageCode is defined as mandatory.
 java.lang.String getHotelLanguageCodeValue()
          Field hotelLanguageCode 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 getHotelUrl()
          Field hotelUrl is defined as optional.
 java.lang.String getHotelUrlValue()
          Field hotelUrl is defined as optional.
 SjNetbookTelephone getTelephone()
          Field telephone is defined as mandatory.
 java.lang.String getTelephoneValue()
          Field telephone is defined as mandatory.
 SjNetbookAddress lookupAddress()
          Field address is defined as mandatory.
 TiStringInterface lookupEmailAddress()
          Field emailAddress is defined as optional.
 SjNetbookTelephone lookupFaxNumber()
          Field faxNumber is defined as optional.
 SjNetbookHotelChain lookupHotelChain()
          Field hotelChain is defined as optional.
 SjIdentity lookupHotelId()
          Field hotelId is defined as mandatory.
 SjNetbookHotelChain lookupHotelInternationalChain()
          Field hotelInternationalChain is defined as optional.
 SjCode lookupHotelLanguageCode()
          Field hotelLanguageCode is defined as mandatory.
 SjNetbookLocation lookupHotelLocation()
          Field hotelLocation is defined as mandatory.
 TiStringInterface lookupHotelName()
          Field hotelName is defined as mandatory.
 TiStringInterface lookupHotelUrl()
          Field hotelUrl is defined as optional.
 SjNetbookTelephone lookupTelephone()
          Field telephone is defined as mandatory.
 void setAddress(SjNetbookAddress inData)
          Field address is defined as mandatory.
 void setEmailAddress(TiStringInterface inData)
          Field emailAddress is defined as optional.
 void setEmailAddressValue(java.lang.String inData)
          Field emailAddress is defined as optional.
 void setEmailAddressValue(java.lang.String inData, boolean inNotify)
          Field emailAddress is defined as optional.
 void setFaxNumber(SjNetbookTelephone inData)
          Field faxNumber is defined as optional.
 void setFaxNumberValue(java.lang.String inData)
          Field faxNumber is defined as optional.
 void setFaxNumberValue(java.lang.String inData, boolean inNotify)
          Field faxNumber 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 setHotelInternationalChain(SjNetbookHotelChain inData)
          Field hotelInternationalChain is defined as optional.
 void setHotelLanguageCode(SjCode inData)
          Field hotelLanguageCode is defined as mandatory.
 void setHotelLanguageCodeValue(java.lang.String inData)
          Field hotelLanguageCode is defined as mandatory.
 void setHotelLanguageCodeValue(java.lang.String inData, boolean inNotify)
          Field hotelLanguageCode 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 setHotelUrl(TiStringInterface inData)
          Field hotelUrl is defined as optional.
 void setHotelUrlValue(java.lang.String inData)
          Field hotelUrl is defined as optional.
 void setHotelUrlValue(java.lang.String inData, boolean inNotify)
          Field hotelUrl is defined as optional.
 void setTelephone(SjNetbookTelephone inData)
          Field telephone is defined as mandatory.
 void setTelephoneValue(java.lang.String inData)
          Field telephone is defined as mandatory.
 void setTelephoneValue(java.lang.String inData, boolean inNotify)
          Field telephone 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

ADDRESS

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

EMAIL_ADDRESS

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

TELEPHONE

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

FAX_NUMBER

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

HOTEL_URL

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

HOTEL_LANGUAGE_CODE

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

HOTEL_INTERNATIONAL_CHAIN

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


getAddress

SjNetbookAddress getAddress()
Field address is defined as mandatory.


lookupAddress

SjNetbookAddress lookupAddress()
Field address is defined as mandatory.


setAddress

void setAddress(SjNetbookAddress inData)
Field address is defined as mandatory.


getEmailAddress

TiStringInterface getEmailAddress()
Field emailAddress is defined as optional.


lookupEmailAddress

TiStringInterface lookupEmailAddress()
Field emailAddress is defined as optional.


setEmailAddress

void setEmailAddress(TiStringInterface inData)
Field emailAddress is defined as optional.


getEmailAddressValue

java.lang.String getEmailAddressValue()
Field emailAddress is defined as optional.


setEmailAddressValue

void setEmailAddressValue(java.lang.String inData)
Field emailAddress is defined as optional.


setEmailAddressValue

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


getTelephone

SjNetbookTelephone getTelephone()
Field telephone is defined as mandatory.


lookupTelephone

SjNetbookTelephone lookupTelephone()
Field telephone is defined as mandatory.


setTelephone

void setTelephone(SjNetbookTelephone inData)
Field telephone is defined as mandatory.


getTelephoneValue

java.lang.String getTelephoneValue()
Field telephone is defined as mandatory.


setTelephoneValue

void setTelephoneValue(java.lang.String inData)
Field telephone is defined as mandatory.


setTelephoneValue

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


getFaxNumber

SjNetbookTelephone getFaxNumber()
Field faxNumber is defined as optional.


lookupFaxNumber

SjNetbookTelephone lookupFaxNumber()
Field faxNumber is defined as optional.


setFaxNumber

void setFaxNumber(SjNetbookTelephone inData)
Field faxNumber is defined as optional.


getFaxNumberValue

java.lang.String getFaxNumberValue()
Field faxNumber is defined as optional.


setFaxNumberValue

void setFaxNumberValue(java.lang.String inData)
Field faxNumber is defined as optional.


setFaxNumberValue

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


getHotelUrl

TiStringInterface getHotelUrl()
Field hotelUrl is defined as optional.


lookupHotelUrl

TiStringInterface lookupHotelUrl()
Field hotelUrl is defined as optional.


setHotelUrl

void setHotelUrl(TiStringInterface inData)
Field hotelUrl is defined as optional.


getHotelUrlValue

java.lang.String getHotelUrlValue()
Field hotelUrl is defined as optional.


setHotelUrlValue

void setHotelUrlValue(java.lang.String inData)
Field hotelUrl is defined as optional.


setHotelUrlValue

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


getHotelLanguageCode

SjCode getHotelLanguageCode()
Field hotelLanguageCode is defined as mandatory.


lookupHotelLanguageCode

SjCode lookupHotelLanguageCode()
Field hotelLanguageCode is defined as mandatory.


setHotelLanguageCode

void setHotelLanguageCode(SjCode inData)
Field hotelLanguageCode is defined as mandatory.


getHotelLanguageCodeValue

java.lang.String getHotelLanguageCodeValue()
Field hotelLanguageCode is defined as mandatory.


setHotelLanguageCodeValue

void setHotelLanguageCodeValue(java.lang.String inData)
Field hotelLanguageCode is defined as mandatory.


setHotelLanguageCodeValue

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


getHotelInternationalChain

SjNetbookHotelChain getHotelInternationalChain()
Field hotelInternationalChain is defined as optional.


lookupHotelInternationalChain

SjNetbookHotelChain lookupHotelInternationalChain()
Field hotelInternationalChain is defined as optional.


setHotelInternationalChain

void setHotelInternationalChain(SjNetbookHotelChain inData)
Field hotelInternationalChain is defined as optional.



Copyright © 2012. All Rights Reserved.