|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjNetbookBookableRoom
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
|
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.support.observer.TiSubjectInterface |
---|
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString |
Field Detail |
---|
static final java.lang.String NUMBER_OF_ROOMS
static final java.lang.String NUMBER_OF_ADULTS
static final java.lang.String CHILD_AGE_LIST
static final java.lang.String PRICE
static final java.lang.String VAT_INCLUDED
static final java.lang.String LAST_POSSIBLE_TIME_FOR_CANCELLATION
static final java.lang.String GUARANTEE_REQUIRED
static final java.lang.String BREAKFAST_INCLUDED
static final java.lang.String ROOM_TYPE_LOCK_DATA
static final java.lang.String HOTEL_ROOM_TYPE
static final java.lang.String NETBOOK_AGREEMENT
Method Detail |
---|
TiIntegerInterface getNumberOfRooms()
TiIntegerInterface lookupNumberOfRooms()
void setNumberOfRooms(TiIntegerInterface inData)
java.lang.Integer getNumberOfRoomsValue()
void setNumberOfRoomsValue(java.lang.Integer inData)
void setNumberOfRoomsValue(java.lang.Integer inData, boolean inNotify)
TiIntegerInterface getNumberOfAdults()
TiIntegerInterface lookupNumberOfAdults()
void setNumberOfAdults(TiIntegerInterface inData)
java.lang.Integer getNumberOfAdultsValue()
void setNumberOfAdultsValue(java.lang.Integer inData)
void setNumberOfAdultsValue(java.lang.Integer inData, boolean inNotify)
SjIntegerList getChildAgeList()
SjIntegerList lookupChildAgeList()
void setChildAgeList(SjIntegerList inData)
SjMoney getPrice()
SjMoney lookupPrice()
void setPrice(SjMoney inData)
TiBooleanInterface getVatIncluded()
TiBooleanInterface lookupVatIncluded()
void setVatIncluded(TiBooleanInterface inData)
java.lang.Boolean getVatIncludedValue()
void setVatIncludedValue(java.lang.Boolean inData)
void setVatIncludedValue(java.lang.Boolean inData, boolean inNotify)
TiDateTime getLastPossibleTimeForCancellation()
TiDateTime lookupLastPossibleTimeForCancellation()
void setLastPossibleTimeForCancellation(TiDateTime inData)
TiBooleanInterface getGuaranteeRequired()
TiBooleanInterface lookupGuaranteeRequired()
void setGuaranteeRequired(TiBooleanInterface inData)
java.lang.Boolean getGuaranteeRequiredValue()
void setGuaranteeRequiredValue(java.lang.Boolean inData)
void setGuaranteeRequiredValue(java.lang.Boolean inData, boolean inNotify)
TiBooleanInterface getBreakfastIncluded()
TiBooleanInterface lookupBreakfastIncluded()
void setBreakfastIncluded(TiBooleanInterface inData)
java.lang.Boolean getBreakfastIncludedValue()
void setBreakfastIncludedValue(java.lang.Boolean inData)
void setBreakfastIncludedValue(java.lang.Boolean inData, boolean inNotify)
SjNetbookLockId getRoomTypeLockData()
SjNetbookLockId lookupRoomTypeLockData()
void setRoomTypeLockData(SjNetbookLockId inData)
java.lang.String getRoomTypeLockDataValue()
void setRoomTypeLockDataValue(java.lang.String inData)
void setRoomTypeLockDataValue(java.lang.String inData, boolean inNotify)
SjNetbookHotelRoomType getHotelRoomType()
SjNetbookHotelRoomType lookupHotelRoomType()
void setHotelRoomType(SjNetbookHotelRoomType inData)
SjNetbookAgreement getNetbookAgreement()
SjNetbookAgreement lookupNetbookAgreement()
void setNetbookAgreement(SjNetbookAgreement inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |