se.sj.stina.domain.model
Interface SjNetbookBookableRoom

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:
SjNetbookBookableRoomPlain, SjNetbookBookableRoomStandard

public interface SjNetbookBookableRoom
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface


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_ROOM_TYPE
           
static java.lang.String LAST_POSSIBLE_TIME_FOR_CANCELLATION
           
static java.lang.String NETBOOK_AGREEMENT
           
static java.lang.String NUMBER_OF_ADULTS
           
static java.lang.String NUMBER_OF_ROOMS
           
static java.lang.String PRICE
           
static java.lang.String ROOM_TYPE_LOCK_DATA
           
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.
 SjNetbookHotelRoomType getHotelRoomType()
          Field hotelRoomType is defined as mandatory.
 TiDateTime getLastPossibleTimeForCancellation()
          Field lastPossibleTimeForCancellation 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.
 TiIntegerInterface getNumberOfRooms()
          Field numberOfRooms is defined as mandatory.
 java.lang.Integer getNumberOfRoomsValue()
          Field numberOfRooms is defined as mandatory.
 SjMoney getPrice()
          Field price is defined as mandatory.
 SjNetbookLockId getRoomTypeLockData()
          Field roomTypeLockData is defined as mandatory.
 java.lang.String getRoomTypeLockDataValue()
          Field roomTypeLockData 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.
 SjNetbookHotelRoomType lookupHotelRoomType()
          Field hotelRoomType is defined as mandatory.
 TiDateTime lookupLastPossibleTimeForCancellation()
          Field lastPossibleTimeForCancellation is defined as optional.
 SjNetbookAgreement lookupNetbookAgreement()
          Field netbookAgreement is defined as mandatory.
 TiIntegerInterface lookupNumberOfAdults()
          Field numberOfAdults is defined as mandatory.
 TiIntegerInterface lookupNumberOfRooms()
          Field numberOfRooms is defined as mandatory.
 SjMoney lookupPrice()
          Field price is defined as mandatory.
 SjNetbookLockId lookupRoomTypeLockData()
          Field roomTypeLockData 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 setHotelRoomType(SjNetbookHotelRoomType inData)
          Field hotelRoomType is defined as mandatory.
 void setLastPossibleTimeForCancellation(TiDateTime inData)
          Field lastPossibleTimeForCancellation 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 setNumberOfRooms(TiIntegerInterface inData)
          Field numberOfRooms is defined as mandatory.
 void setNumberOfRoomsValue(java.lang.Integer inData)
          Field numberOfRooms is defined as mandatory.
 void setNumberOfRoomsValue(java.lang.Integer inData, boolean inNotify)
          Field numberOfRooms is defined as mandatory.
 void setPrice(SjMoney inData)
          Field price is defined as mandatory.
 void setRoomTypeLockData(SjNetbookLockId inData)
          Field roomTypeLockData is defined as mandatory.
 void setRoomTypeLockDataValue(java.lang.String inData)
          Field roomTypeLockData is defined as mandatory.
 void setRoomTypeLockDataValue(java.lang.String inData, boolean inNotify)
          Field roomTypeLockData 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_OF_ROOMS

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

GUARANTEE_REQUIRED

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

BREAKFAST_INCLUDED

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

ROOM_TYPE_LOCK_DATA

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

getNumberOfRooms

TiIntegerInterface getNumberOfRooms()
Field numberOfRooms is defined as mandatory.


lookupNumberOfRooms

TiIntegerInterface lookupNumberOfRooms()
Field numberOfRooms is defined as mandatory.


setNumberOfRooms

void setNumberOfRooms(TiIntegerInterface inData)
Field numberOfRooms is defined as mandatory.


getNumberOfRoomsValue

java.lang.Integer getNumberOfRoomsValue()
Field numberOfRooms is defined as mandatory.


setNumberOfRoomsValue

void setNumberOfRoomsValue(java.lang.Integer inData)
Field numberOfRooms is defined as mandatory.


setNumberOfRoomsValue

void setNumberOfRoomsValue(java.lang.Integer inData,
                           boolean inNotify)
Field numberOfRooms 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.


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.


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.


getRoomTypeLockData

SjNetbookLockId getRoomTypeLockData()
Field roomTypeLockData is defined as mandatory.


lookupRoomTypeLockData

SjNetbookLockId lookupRoomTypeLockData()
Field roomTypeLockData is defined as mandatory.


setRoomTypeLockData

void setRoomTypeLockData(SjNetbookLockId inData)
Field roomTypeLockData is defined as mandatory.


getRoomTypeLockDataValue

java.lang.String getRoomTypeLockDataValue()
Field roomTypeLockData is defined as mandatory.


setRoomTypeLockDataValue

void setRoomTypeLockDataValue(java.lang.String inData)
Field roomTypeLockData is defined as mandatory.


setRoomTypeLockDataValue

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



Copyright © 2012. All Rights Reserved.