se.sj.stina.domain.model
Interface SjNetbookOneRoomLockData

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:
SjNetbookOneRoomLockDataPlain, SjNetbookOneRoomLockDataStandard

public interface SjNetbookOneRoomLockData
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 GUARANTEE_REQUIRED
           
static java.lang.String HOTEL
           
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 NETBOOK_AGREEMENT
           
static java.lang.String NUMBER_OF_ADULTS
           
static java.lang.String PER_NIGHT_INFO
           
static java.lang.String PRICE
           
static java.lang.String RESERVATION_LOCK_DATA
           
static java.lang.String RESERVATION_NUMBER
           
static java.lang.String ROOM_LOCK_TIME_OUT
           
static java.lang.String ROOM_LOCK_TIME_OUT_UTC
           
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.
 TiBooleanInterface getGuaranteeRequired()
          Field guaranteeRequired is defined as mandatory.
 java.lang.Boolean getGuaranteeRequiredValue()
          Field guaranteeRequired is defined as mandatory.
 SjNetbookHotel getHotel()
          Field hotel is defined as mandatory.
 SjNetbookHotelRoomType getHotelRoomType()
          Field hotelRoomType is defined as mandatory.
 TiDate getLastPossibleTimeForCancellation()
          Field lastPossibleTimeForCancellation is defined as optional.
 TiTimeSpan getLatestTimeForArrival()
          Field latestTimeForArrival is defined as optional.
 SjNetbookAgreement getNetbookAgreement()
          Field netbookAgreement is defined as mandatory.
 TiIntegerInterface getNumberOfAdults()
          Field numberOfAdults is defined as mandatory.
 java.lang.Integer getNumberOfAdultsValue()
          Field numberOfAdults is defined as mandatory.
 SjNetbookPerNightInfo getPerNightInfo()
          Field perNightInfo is defined as mandatory.
 SjMoney getPrice()
          Field price is defined as mandatory.
 SjNetbookLockId getReservationLockData()
          Field reservationLockData is defined as mandatory.
 java.lang.String getReservationLockDataValue()
          Field reservationLockData is defined as mandatory.
 SjNetbookReservationId getReservationNumber()
          Field reservationNumber is defined as mandatory.
 java.lang.String getReservationNumberValue()
          Field reservationNumber is defined as mandatory.
 TiIntegerInterface getRoomLockTimeOut()
          Field roomLockTimeOut is defined as mandatory.
 TiDateTime getRoomLockTimeOutUTC()
          Field roomLockTimeOutUTC is defined as mandatory.
 java.lang.Integer getRoomLockTimeOutValue()
          Field roomLockTimeOut 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.
 TiBooleanInterface lookupGuaranteeRequired()
          Field guaranteeRequired is defined as mandatory.
 SjNetbookHotel lookupHotel()
          Field hotel is defined as mandatory.
 SjNetbookHotelRoomType lookupHotelRoomType()
          Field hotelRoomType is defined as mandatory.
 TiDate lookupLastPossibleTimeForCancellation()
          Field lastPossibleTimeForCancellation is defined as optional.
 TiTimeSpan lookupLatestTimeForArrival()
          Field latestTimeForArrival is defined as optional.
 SjNetbookAgreement lookupNetbookAgreement()
          Field netbookAgreement is defined as mandatory.
 TiIntegerInterface lookupNumberOfAdults()
          Field numberOfAdults is defined as mandatory.
 SjNetbookPerNightInfo lookupPerNightInfo()
          Field perNightInfo is defined as mandatory.
 SjMoney lookupPrice()
          Field price is defined as mandatory.
 SjNetbookLockId lookupReservationLockData()
          Field reservationLockData is defined as mandatory.
 SjNetbookReservationId lookupReservationNumber()
          Field reservationNumber is defined as mandatory.
 TiIntegerInterface lookupRoomLockTimeOut()
          Field roomLockTimeOut is defined as mandatory.
 TiDateTime lookupRoomLockTimeOutUTC()
          Field roomLockTimeOutUTC 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 setGuaranteeRequired(TiBooleanInterface inData)
          Field guaranteeRequired is defined as mandatory.
 void setGuaranteeRequiredValue(java.lang.Boolean inData)
          Field guaranteeRequired is defined as mandatory.
 void setGuaranteeRequiredValue(java.lang.Boolean inData, boolean inNotify)
          Field guaranteeRequired is defined as mandatory.
 void setHotel(SjNetbookHotel inData)
          Field hotel is defined as mandatory.
 void setHotelRoomType(SjNetbookHotelRoomType inData)
          Field hotelRoomType is defined as mandatory.
 void setLastPossibleTimeForCancellation(TiDate inData)
          Field lastPossibleTimeForCancellation is defined as optional.
 void setLatestTimeForArrival(TiTimeSpan inData)
          Field latestTimeForArrival is defined as optional.
 void setNetbookAgreement(SjNetbookAgreement inData)
          Field netbookAgreement 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 setPerNightInfo(SjNetbookPerNightInfo inData)
          Field perNightInfo is defined as mandatory.
 void setPrice(SjMoney inData)
          Field price is defined as mandatory.
 void setReservationLockData(SjNetbookLockId inData)
          Field reservationLockData is defined as mandatory.
 void setReservationLockDataValue(java.lang.String inData)
          Field reservationLockData is defined as mandatory.
 void setReservationLockDataValue(java.lang.String inData, boolean inNotify)
          Field reservationLockData is defined as mandatory.
 void setReservationNumber(SjNetbookReservationId inData)
          Field reservationNumber is defined as mandatory.
 void setReservationNumberValue(java.lang.String inData)
          Field reservationNumber is defined as mandatory.
 void setReservationNumberValue(java.lang.String inData, boolean inNotify)
          Field reservationNumber is defined as mandatory.
 void setRoomLockTimeOut(TiIntegerInterface inData)
          Field roomLockTimeOut is defined as mandatory.
 void setRoomLockTimeOutUTC(TiDateTime inData)
          Field roomLockTimeOutUTC is defined as mandatory.
 void setRoomLockTimeOutValue(java.lang.Integer inData)
          Field roomLockTimeOut is defined as mandatory.
 void setRoomLockTimeOutValue(java.lang.Integer inData, boolean inNotify)
          Field roomLockTimeOut 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

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

RESERVATION_NUMBER

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

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

GUARANTEE_REQUIRED

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

ROOM_LOCK_TIME_OUT

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

ROOM_LOCK_TIME_OUT_UTC

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

HOTEL

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

RESERVATION_LOCK_DATA

static final java.lang.String RESERVATION_LOCK_DATA
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
Method Detail

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.


getReservationNumber

SjNetbookReservationId getReservationNumber()
Field reservationNumber is defined as mandatory.


lookupReservationNumber

SjNetbookReservationId lookupReservationNumber()
Field reservationNumber is defined as mandatory.


setReservationNumber

void setReservationNumber(SjNetbookReservationId inData)
Field reservationNumber is defined as mandatory.


getReservationNumberValue

java.lang.String getReservationNumberValue()
Field reservationNumber is defined as mandatory.


setReservationNumberValue

void setReservationNumberValue(java.lang.String inData)
Field reservationNumber is defined as mandatory.


setReservationNumberValue

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


getLastPossibleTimeForCancellation

TiDate getLastPossibleTimeForCancellation()
Field lastPossibleTimeForCancellation is defined as optional.


lookupLastPossibleTimeForCancellation

TiDate lookupLastPossibleTimeForCancellation()
Field lastPossibleTimeForCancellation is defined as optional.


setLastPossibleTimeForCancellation

void setLastPossibleTimeForCancellation(TiDate 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.


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.


getGuaranteeRequired

TiBooleanInterface getGuaranteeRequired()
Field guaranteeRequired is defined as mandatory.


lookupGuaranteeRequired

TiBooleanInterface lookupGuaranteeRequired()
Field guaranteeRequired is defined as mandatory.


setGuaranteeRequired

void setGuaranteeRequired(TiBooleanInterface inData)
Field guaranteeRequired is defined as mandatory.


getGuaranteeRequiredValue

java.lang.Boolean getGuaranteeRequiredValue()
Field guaranteeRequired is defined as mandatory.


setGuaranteeRequiredValue

void setGuaranteeRequiredValue(java.lang.Boolean inData)
Field guaranteeRequired is defined as mandatory.


setGuaranteeRequiredValue

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


getRoomLockTimeOut

TiIntegerInterface getRoomLockTimeOut()
Field roomLockTimeOut is defined as mandatory.


lookupRoomLockTimeOut

TiIntegerInterface lookupRoomLockTimeOut()
Field roomLockTimeOut is defined as mandatory.


setRoomLockTimeOut

void setRoomLockTimeOut(TiIntegerInterface inData)
Field roomLockTimeOut is defined as mandatory.


getRoomLockTimeOutValue

java.lang.Integer getRoomLockTimeOutValue()
Field roomLockTimeOut is defined as mandatory.


setRoomLockTimeOutValue

void setRoomLockTimeOutValue(java.lang.Integer inData)
Field roomLockTimeOut is defined as mandatory.


setRoomLockTimeOutValue

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


getRoomLockTimeOutUTC

TiDateTime getRoomLockTimeOutUTC()
Field roomLockTimeOutUTC is defined as mandatory.


lookupRoomLockTimeOutUTC

TiDateTime lookupRoomLockTimeOutUTC()
Field roomLockTimeOutUTC is defined as mandatory.


setRoomLockTimeOutUTC

void setRoomLockTimeOutUTC(TiDateTime inData)
Field roomLockTimeOutUTC is defined as mandatory.


getHotel

SjNetbookHotel getHotel()
Field hotel is defined as mandatory.


lookupHotel

SjNetbookHotel lookupHotel()
Field hotel is defined as mandatory.


setHotel

void setHotel(SjNetbookHotel inData)
Field hotel is defined as mandatory.


getReservationLockData

SjNetbookLockId getReservationLockData()
Field reservationLockData is defined as mandatory.


lookupReservationLockData

SjNetbookLockId lookupReservationLockData()
Field reservationLockData is defined as mandatory.


setReservationLockData

void setReservationLockData(SjNetbookLockId inData)
Field reservationLockData is defined as mandatory.


getReservationLockDataValue

java.lang.String getReservationLockDataValue()
Field reservationLockData is defined as mandatory.


setReservationLockDataValue

void setReservationLockDataValue(java.lang.String inData)
Field reservationLockData is defined as mandatory.


setReservationLockDataValue

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


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.



Copyright © 2012. All Rights Reserved.