|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjNetbookBookableOption
Field Summary | |
---|---|
static java.lang.String |
BOOKABLE_ROOM_LIST
|
static java.lang.String |
TOTAL_PRICE
|
static java.lang.String |
VAT_INCLUDED
|
Method Summary | |
---|---|
SjNetbookBookableRoomList |
getBookableRoomList()
Field bookableRoomList is defined as mandatory. |
SjMoney |
getTotalPrice()
Field totalPrice is defined as mandatory. |
TiBooleanInterface |
getVatIncluded()
Field vatIncluded is defined as mandatory. |
java.lang.Boolean |
getVatIncludedValue()
Field vatIncluded is defined as mandatory. |
SjNetbookBookableRoomList |
lookupBookableRoomList()
Field bookableRoomList is defined as mandatory. |
SjMoney |
lookupTotalPrice()
Field totalPrice is defined as mandatory. |
TiBooleanInterface |
lookupVatIncluded()
Field vatIncluded is defined as mandatory. |
void |
setBookableRoomList(SjNetbookBookableRoomList inData)
Field bookableRoomList is defined as mandatory. |
void |
setTotalPrice(SjMoney inData)
Field totalPrice 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 TOTAL_PRICE
static final java.lang.String VAT_INCLUDED
static final java.lang.String BOOKABLE_ROOM_LIST
Method Detail |
---|
SjMoney getTotalPrice()
SjMoney lookupTotalPrice()
void setTotalPrice(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)
SjNetbookBookableRoomList getBookableRoomList()
SjNetbookBookableRoomList lookupBookableRoomList()
void setBookableRoomList(SjNetbookBookableRoomList inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |