se.sj.stina.domain.model
Interface SjNetbookSubReservation

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:
SjNetbookSubReservationPlain, SjNetbookSubReservationStandard

public interface SjNetbookSubReservation
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface

Fältet LatestTimeForArrival är ett TimeSpan från klockan 00:00


Field Summary
static java.lang.String BREAKFAST_INCLUDED
           
static java.lang.String CHILD_AGE_LIST
           
static java.lang.String HOTEL_GUEST_ARRIVAL_DATE
           
static java.lang.String HOTEL_ROOM_TYPE
           
static java.lang.String LAST_POSSIBLE_TIME_FOR_CANCELLATION
           
static java.lang.String LATEST_TIME_FOR_ARRIVAL
           
static java.lang.String MESSAGE_TO_GUESTS
           
static java.lang.String MESSAGE_TO_HOTEL
           
static java.lang.String NETBOOK_AGREEMENT
           
static java.lang.String NETBOOK_GUARANTEE
           
static java.lang.String NUMBER
           
static java.lang.String NUMBER_OF_ADULTS
           
static java.lang.String NUMBER_OF_NIGHTS
           
static java.lang.String ORDER_ID
           
static java.lang.String PER_NIGHT_INFO
           
static java.lang.String PRICE
           
static java.lang.String RESERVATION_FOR
           
static java.lang.String RESERVATION_MADE_BY
           
static java.lang.String RESERVATION_TIME
           
static java.lang.String TYPE
           
static java.lang.String VAT_INCLUDED
           
 
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
 TiBooleanInterface getBreakfastIncluded()
          Field breakfastIncluded is defined as optional.
 java.lang.Boolean getBreakfastIncludedValue()
          Field breakfastIncluded is defined as optional.
 SjIntegerList getChildAgeList()
          Field childAgeList is defined as optional.
 TiDate getHotelGuestArrivalDate()
          Field hotelGuestArrivalDate is defined as mandatory.
 SjNetbookHotelRoomType getHotelRoomType()
          Field hotelRoomType is defined as mandatory.
 TiDateTime getLastPossibleTimeForCancellation()
          Field lastPossibleTimeForCancellation is defined as optional.
 TiTimeSpan getLatestTimeForArrival()
          Field latestTimeForArrival is defined as optional.
 TiStringInterface getMessageToGuests()
          Field messageToGuests is defined as optional.
 java.lang.String getMessageToGuestsValue()
          Field messageToGuests is defined as optional.
 TiStringInterface getMessageToHotel()
          Field messageToHotel is defined as optional.
 java.lang.String getMessageToHotelValue()
          Field messageToHotel is defined as optional.
 SjNetbookAgreement getNetbookAgreement()
          Field netbookAgreement is defined as mandatory.
 SjNetbookGuarantee getNetbookGuarantee()
          Field netbookGuarantee is defined as optional.
 TiIntegerInterface getNumber()
          Field number is defined as mandatory.
 TiIntegerInterface getNumberOfAdults()
          Field numberOfAdults is defined as mandatory.
 java.lang.Integer getNumberOfAdultsValue()
          Field numberOfAdults is defined as mandatory.
 TiIntegerInterface getNumberOfNights()
          Field numberOfNights is defined as mandatory.
 java.lang.Integer getNumberOfNightsValue()
          Field numberOfNights is defined as mandatory.
 java.lang.Integer getNumberValue()
          Field number is defined as mandatory.
 SjIdentity getOrderId()
          Field orderId is defined as optional.
 java.lang.String getOrderIdValue()
          Field orderId is defined as optional.
 SjNetbookPerNightInfo getPerNightInfo()
          Field perNightInfo is defined as mandatory.
 SjMoney getPrice()
          Field price is defined as mandatory.
 SjNetbookReservationFor getReservationFor()
          Field reservationFor is defined as mandatory.
 SjNetbookReservationMadeBy getReservationMadeBy()
          Field reservationMadeBy is defined as optional.
 TiDateTime getReservationTime()
          Field reservationTime is defined as mandatory.
 SjCode getType()
          Field type is defined as mandatory.
 java.lang.String getTypeValue()
          Field type is defined as mandatory.
 TiBooleanInterface getVatIncluded()
          Field vatIncluded is defined as mandatory.
 java.lang.Boolean getVatIncludedValue()
          Field vatIncluded is defined as mandatory.
 TiBooleanInterface lookupBreakfastIncluded()
          Field breakfastIncluded is defined as optional.
 SjIntegerList lookupChildAgeList()
          Field childAgeList is defined as optional.
 TiDate lookupHotelGuestArrivalDate()
          Field hotelGuestArrivalDate is defined as mandatory.
 SjNetbookHotelRoomType lookupHotelRoomType()
          Field hotelRoomType is defined as mandatory.
 TiDateTime lookupLastPossibleTimeForCancellation()
          Field lastPossibleTimeForCancellation is defined as optional.
 TiTimeSpan lookupLatestTimeForArrival()
          Field latestTimeForArrival is defined as optional.
 TiStringInterface lookupMessageToGuests()
          Field messageToGuests is defined as optional.
 TiStringInterface lookupMessageToHotel()
          Field messageToHotel is defined as optional.
 SjNetbookAgreement lookupNetbookAgreement()
          Field netbookAgreement is defined as mandatory.
 SjNetbookGuarantee lookupNetbookGuarantee()
          Field netbookGuarantee is defined as optional.
 TiIntegerInterface lookupNumber()
          Field number is defined as mandatory.
 TiIntegerInterface lookupNumberOfAdults()
          Field numberOfAdults is defined as mandatory.
 TiIntegerInterface lookupNumberOfNights()
          Field numberOfNights is defined as mandatory.
 SjIdentity lookupOrderId()
          Field orderId is defined as optional.
 SjNetbookPerNightInfo lookupPerNightInfo()
          Field perNightInfo is defined as mandatory.
 SjMoney lookupPrice()
          Field price is defined as mandatory.
 SjNetbookReservationFor lookupReservationFor()
          Field reservationFor is defined as mandatory.
 SjNetbookReservationMadeBy lookupReservationMadeBy()
          Field reservationMadeBy is defined as optional.
 TiDateTime lookupReservationTime()
          Field reservationTime is defined as mandatory.
 SjCode lookupType()
          Field type is defined as mandatory.
 TiBooleanInterface lookupVatIncluded()
          Field vatIncluded is defined as mandatory.
 void setBreakfastIncluded(TiBooleanInterface inData)
          Field breakfastIncluded is defined as optional.
 void setBreakfastIncludedValue(java.lang.Boolean inData)
          Field breakfastIncluded is defined as optional.
 void setBreakfastIncludedValue(java.lang.Boolean inData, boolean inNotify)
          Field breakfastIncluded is defined as optional.
 void setChildAgeList(SjIntegerList inData)
          Field childAgeList is defined as optional.
 void setHotelGuestArrivalDate(TiDate inData)
          Field hotelGuestArrivalDate is defined as mandatory.
 void setHotelRoomType(SjNetbookHotelRoomType inData)
          Field hotelRoomType is defined as mandatory.
 void setLastPossibleTimeForCancellation(TiDateTime inData)
          Field lastPossibleTimeForCancellation is defined as optional.
 void setLatestTimeForArrival(TiTimeSpan inData)
          Field latestTimeForArrival is defined as optional.
 void setMessageToGuests(TiStringInterface inData)
          Field messageToGuests is defined as optional.
 void setMessageToGuestsValue(java.lang.String inData)
          Field messageToGuests is defined as optional.
 void setMessageToGuestsValue(java.lang.String inData, boolean inNotify)
          Field messageToGuests is defined as optional.
 void setMessageToHotel(TiStringInterface inData)
          Field messageToHotel is defined as optional.
 void setMessageToHotelValue(java.lang.String inData)
          Field messageToHotel is defined as optional.
 void setMessageToHotelValue(java.lang.String inData, boolean inNotify)
          Field messageToHotel is defined as optional.
 void setNetbookAgreement(SjNetbookAgreement inData)
          Field netbookAgreement is defined as mandatory.
 void setNetbookGuarantee(SjNetbookGuarantee inData)
          Field netbookGuarantee is defined as optional.
 void setNumber(TiIntegerInterface inData)
          Field number is defined as mandatory.
 void setNumberOfAdults(TiIntegerInterface inData)
          Field numberOfAdults is defined as mandatory.
 void setNumberOfAdultsValue(java.lang.Integer inData)
          Field numberOfAdults is defined as mandatory.
 void setNumberOfAdultsValue(java.lang.Integer inData, boolean inNotify)
          Field numberOfAdults is defined as mandatory.
 void setNumberOfNights(TiIntegerInterface inData)
          Field numberOfNights is defined as mandatory.
 void setNumberOfNightsValue(java.lang.Integer inData)
          Field numberOfNights is defined as mandatory.
 void setNumberOfNightsValue(java.lang.Integer inData, boolean inNotify)
          Field numberOfNights is defined as mandatory.
 void setNumberValue(java.lang.Integer inData)
          Field number is defined as mandatory.
 void setNumberValue(java.lang.Integer inData, boolean inNotify)
          Field number is defined as mandatory.
 void setOrderId(SjIdentity inData)
          Field orderId is defined as optional.
 void setOrderIdValue(java.lang.String inData)
          Field orderId is defined as optional.
 void setOrderIdValue(java.lang.String inData, boolean inNotify)
          Field orderId is defined as optional.
 void setPerNightInfo(SjNetbookPerNightInfo inData)
          Field perNightInfo is defined as mandatory.
 void setPrice(SjMoney inData)
          Field price is defined as mandatory.
 void setReservationFor(SjNetbookReservationFor inData)
          Field reservationFor is defined as mandatory.
 void setReservationMadeBy(SjNetbookReservationMadeBy inData)
          Field reservationMadeBy is defined as optional.
 void setReservationTime(TiDateTime inData)
          Field reservationTime is defined as mandatory.
 void setType(SjCode inData)
          Field type is defined as mandatory.
 void setTypeValue(java.lang.String inData)
          Field type is defined as mandatory.
 void setTypeValue(java.lang.String inData, boolean inNotify)
          Field type is defined as mandatory.
 void setVatIncluded(TiBooleanInterface inData)
          Field vatIncluded is defined as mandatory.
 void setVatIncludedValue(java.lang.Boolean inData)
          Field vatIncluded is defined as mandatory.
 void setVatIncludedValue(java.lang.Boolean inData, boolean inNotify)
          Field vatIncluded 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

NUMBER

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

TYPE

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

RESERVATION_TIME

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

HOTEL_GUEST_ARRIVAL_DATE

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

NUMBER_OF_NIGHTS

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

NUMBER_OF_ADULTS

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

CHILD_AGE_LIST

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

PRICE

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

VAT_INCLUDED

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

LAST_POSSIBLE_TIME_FOR_CANCELLATION

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

LATEST_TIME_FOR_ARRIVAL

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

BREAKFAST_INCLUDED

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

HOTEL_ROOM_TYPE

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

NETBOOK_AGREEMENT

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

PER_NIGHT_INFO

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

RESERVATION_MADE_BY

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

RESERVATION_FOR

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

NETBOOK_GUARANTEE

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

MESSAGE_TO_HOTEL

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

MESSAGE_TO_GUESTS

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

ORDER_ID

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

getNumber

TiIntegerInterface getNumber()
Field number is defined as mandatory.


lookupNumber

TiIntegerInterface lookupNumber()
Field number is defined as mandatory.


setNumber

void setNumber(TiIntegerInterface inData)
Field number is defined as mandatory.


getNumberValue

java.lang.Integer getNumberValue()
Field number is defined as mandatory.


setNumberValue

void setNumberValue(java.lang.Integer inData)
Field number is defined as mandatory.


setNumberValue

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


getType

SjCode getType()
Field type is defined as mandatory.


lookupType

SjCode lookupType()
Field type is defined as mandatory.


setType

void setType(SjCode inData)
Field type is defined as mandatory.


getTypeValue

java.lang.String getTypeValue()
Field type is defined as mandatory.


setTypeValue

void setTypeValue(java.lang.String inData)
Field type is defined as mandatory.


setTypeValue

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


getReservationTime

TiDateTime getReservationTime()
Field reservationTime is defined as mandatory.


lookupReservationTime

TiDateTime lookupReservationTime()
Field reservationTime is defined as mandatory.


setReservationTime

void setReservationTime(TiDateTime inData)
Field reservationTime is defined as mandatory.


getHotelGuestArrivalDate

TiDate getHotelGuestArrivalDate()
Field hotelGuestArrivalDate is defined as mandatory.


lookupHotelGuestArrivalDate

TiDate lookupHotelGuestArrivalDate()
Field hotelGuestArrivalDate is defined as mandatory.


setHotelGuestArrivalDate

void setHotelGuestArrivalDate(TiDate inData)
Field hotelGuestArrivalDate is defined as mandatory.


getNumberOfNights

TiIntegerInterface getNumberOfNights()
Field numberOfNights is defined as mandatory.


lookupNumberOfNights

TiIntegerInterface lookupNumberOfNights()
Field numberOfNights is defined as mandatory.


setNumberOfNights

void setNumberOfNights(TiIntegerInterface inData)
Field numberOfNights is defined as mandatory.


getNumberOfNightsValue

java.lang.Integer getNumberOfNightsValue()
Field numberOfNights is defined as mandatory.


setNumberOfNightsValue

void setNumberOfNightsValue(java.lang.Integer inData)
Field numberOfNights is defined as mandatory.


setNumberOfNightsValue

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


getNumberOfAdults

TiIntegerInterface getNumberOfAdults()
Field numberOfAdults is defined as mandatory.


lookupNumberOfAdults

TiIntegerInterface lookupNumberOfAdults()
Field numberOfAdults is defined as mandatory.


setNumberOfAdults

void setNumberOfAdults(TiIntegerInterface inData)
Field numberOfAdults is defined as mandatory.


getNumberOfAdultsValue

java.lang.Integer getNumberOfAdultsValue()
Field numberOfAdults is defined as mandatory.


setNumberOfAdultsValue

void setNumberOfAdultsValue(java.lang.Integer inData)
Field numberOfAdults is defined as mandatory.


setNumberOfAdultsValue

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


getChildAgeList

SjIntegerList getChildAgeList()
Field childAgeList is defined as optional.


lookupChildAgeList

SjIntegerList lookupChildAgeList()
Field childAgeList is defined as optional.


setChildAgeList

void setChildAgeList(SjIntegerList inData)
Field childAgeList is defined as optional.


getPrice

SjMoney getPrice()
Field price is defined as mandatory.


lookupPrice

SjMoney lookupPrice()
Field price is defined as mandatory.


setPrice

void setPrice(SjMoney inData)
Field price is defined as mandatory.


getVatIncluded

TiBooleanInterface getVatIncluded()
Field vatIncluded is defined as mandatory.


lookupVatIncluded

TiBooleanInterface lookupVatIncluded()
Field vatIncluded is defined as mandatory.


setVatIncluded

void setVatIncluded(TiBooleanInterface inData)
Field vatIncluded is defined as mandatory.


getVatIncludedValue

java.lang.Boolean getVatIncludedValue()
Field vatIncluded is defined as mandatory.


setVatIncludedValue

void setVatIncludedValue(java.lang.Boolean inData)
Field vatIncluded is defined as mandatory.


setVatIncludedValue

void setVatIncludedValue(java.lang.Boolean inData,
                         boolean inNotify)
Field vatIncluded is defined as mandatory.


getLastPossibleTimeForCancellation

TiDateTime getLastPossibleTimeForCancellation()
Field lastPossibleTimeForCancellation is defined as optional.


lookupLastPossibleTimeForCancellation

TiDateTime lookupLastPossibleTimeForCancellation()
Field lastPossibleTimeForCancellation is defined as optional.


setLastPossibleTimeForCancellation

void setLastPossibleTimeForCancellation(TiDateTime inData)
Field lastPossibleTimeForCancellation is defined as optional.


getLatestTimeForArrival

TiTimeSpan getLatestTimeForArrival()
Field latestTimeForArrival is defined as optional.


lookupLatestTimeForArrival

TiTimeSpan lookupLatestTimeForArrival()
Field latestTimeForArrival is defined as optional.


setLatestTimeForArrival

void setLatestTimeForArrival(TiTimeSpan inData)
Field latestTimeForArrival is defined as optional.


getBreakfastIncluded

TiBooleanInterface getBreakfastIncluded()
Field breakfastIncluded is defined as optional.


lookupBreakfastIncluded

TiBooleanInterface lookupBreakfastIncluded()
Field breakfastIncluded is defined as optional.


setBreakfastIncluded

void setBreakfastIncluded(TiBooleanInterface inData)
Field breakfastIncluded is defined as optional.


getBreakfastIncludedValue

java.lang.Boolean getBreakfastIncludedValue()
Field breakfastIncluded is defined as optional.


setBreakfastIncludedValue

void setBreakfastIncludedValue(java.lang.Boolean inData)
Field breakfastIncluded is defined as optional.


setBreakfastIncludedValue

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


getHotelRoomType

SjNetbookHotelRoomType getHotelRoomType()
Field hotelRoomType is defined as mandatory.


lookupHotelRoomType

SjNetbookHotelRoomType lookupHotelRoomType()
Field hotelRoomType is defined as mandatory.


setHotelRoomType

void setHotelRoomType(SjNetbookHotelRoomType inData)
Field hotelRoomType is defined as mandatory.


getNetbookAgreement

SjNetbookAgreement getNetbookAgreement()
Field netbookAgreement is defined as mandatory.


lookupNetbookAgreement

SjNetbookAgreement lookupNetbookAgreement()
Field netbookAgreement is defined as mandatory.


setNetbookAgreement

void setNetbookAgreement(SjNetbookAgreement inData)
Field netbookAgreement is defined as mandatory.


getPerNightInfo

SjNetbookPerNightInfo getPerNightInfo()
Field perNightInfo is defined as mandatory.


lookupPerNightInfo

SjNetbookPerNightInfo lookupPerNightInfo()
Field perNightInfo is defined as mandatory.


setPerNightInfo

void setPerNightInfo(SjNetbookPerNightInfo inData)
Field perNightInfo is defined as mandatory.


getReservationMadeBy

SjNetbookReservationMadeBy getReservationMadeBy()
Field reservationMadeBy is defined as optional.


lookupReservationMadeBy

SjNetbookReservationMadeBy lookupReservationMadeBy()
Field reservationMadeBy is defined as optional.


setReservationMadeBy

void setReservationMadeBy(SjNetbookReservationMadeBy inData)
Field reservationMadeBy is defined as optional.


getReservationFor

SjNetbookReservationFor getReservationFor()
Field reservationFor is defined as mandatory.


lookupReservationFor

SjNetbookReservationFor lookupReservationFor()
Field reservationFor is defined as mandatory.


setReservationFor

void setReservationFor(SjNetbookReservationFor inData)
Field reservationFor is defined as mandatory.


getNetbookGuarantee

SjNetbookGuarantee getNetbookGuarantee()
Field netbookGuarantee is defined as optional.


lookupNetbookGuarantee

SjNetbookGuarantee lookupNetbookGuarantee()
Field netbookGuarantee is defined as optional.


setNetbookGuarantee

void setNetbookGuarantee(SjNetbookGuarantee inData)
Field netbookGuarantee is defined as optional.


getMessageToHotel

TiStringInterface getMessageToHotel()
Field messageToHotel is defined as optional.


lookupMessageToHotel

TiStringInterface lookupMessageToHotel()
Field messageToHotel is defined as optional.


setMessageToHotel

void setMessageToHotel(TiStringInterface inData)
Field messageToHotel is defined as optional.


getMessageToHotelValue

java.lang.String getMessageToHotelValue()
Field messageToHotel is defined as optional.


setMessageToHotelValue

void setMessageToHotelValue(java.lang.String inData)
Field messageToHotel is defined as optional.


setMessageToHotelValue

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


getMessageToGuests

TiStringInterface getMessageToGuests()
Field messageToGuests is defined as optional.


lookupMessageToGuests

TiStringInterface lookupMessageToGuests()
Field messageToGuests is defined as optional.


setMessageToGuests

void setMessageToGuests(TiStringInterface inData)
Field messageToGuests is defined as optional.


getMessageToGuestsValue

java.lang.String getMessageToGuestsValue()
Field messageToGuests is defined as optional.


setMessageToGuestsValue

void setMessageToGuestsValue(java.lang.String inData)
Field messageToGuests is defined as optional.


setMessageToGuestsValue

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


getOrderId

SjIdentity getOrderId()
Field orderId is defined as optional.


lookupOrderId

SjIdentity lookupOrderId()
Field orderId is defined as optional.


setOrderId

void setOrderId(SjIdentity inData)
Field orderId is defined as optional.


getOrderIdValue

java.lang.String getOrderIdValue()
Field orderId is defined as optional.


setOrderIdValue

void setOrderIdValue(java.lang.String inData)
Field orderId is defined as optional.


setOrderIdValue

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



Copyright © 2012. All Rights Reserved.