|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.stina.framework.core.model.TiAbstractData
org.stina.framework.core.model.TiAbstractMapData
se.sj.stina.domain.model.impl.plain.SjNetbookReservationInfoPlain
public class SjNetbookReservationInfoPlain
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
TiAbstractMapData.TiMapDataComparator |
| Fields inherited from interface se.sj.stina.domain.model.SjNetbookReservationInfo |
|---|
MESSAGE_TO_GUESTS, MESSAGE_TO_HOTEL, NETBOOK_GUARANTEE, ORDER_ID, RESERVATION_FOR, RESERVATION_LOCK_DATA |
| Constructor Summary | |
|---|---|
SjNetbookReservationInfoPlain()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getGeneratedTiName()
|
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. |
SjNetbookGuarantee |
getNetbookGuarantee()
Field netbookGuarantee is defined as optional. |
SjIdentity |
getOrderId()
Field orderId is defined as optional. |
java.lang.String |
getOrderIdValue()
Field orderId is defined as optional. |
java.lang.String |
getRealTiName()
|
SjNetbookReservationFor |
getReservationFor()
Field reservationFor is defined as mandatory. |
SjNetbookLockId |
getReservationLockData()
Field reservationLockData is defined as mandatory. |
java.lang.String |
getReservationLockDataValue()
Field reservationLockData is defined as mandatory. |
TiStringInterface |
lookupMessageToGuests()
Field messageToGuests is defined as optional. |
TiStringInterface |
lookupMessageToHotel()
Field messageToHotel is defined as optional. |
SjNetbookGuarantee |
lookupNetbookGuarantee()
Field netbookGuarantee is defined as optional. |
SjIdentity |
lookupOrderId()
Field orderId is defined as optional. |
SjNetbookReservationFor |
lookupReservationFor()
Field reservationFor is defined as mandatory. |
SjNetbookLockId |
lookupReservationLockData()
Field reservationLockData is defined as mandatory. |
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 |
setNetbookGuarantee(SjNetbookGuarantee inData)
Field netbookGuarantee is defined as optional. |
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 |
setReservationFor(SjNetbookReservationFor inData)
Field reservationFor 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. |
| Methods inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
clear, clone, clone, disposeModel, equalsModel, getAssignedFieldNames, getComparator, getField, getFieldNames, getIndexForXorPart, getModel, getModelImpl, getValue, getXorNameForXorPart, getXorPart, getXorPartNames, hasField, importValue, importValue, isEmpty, lookupField, lookupFieldObject, lookupModel, lookupModelImpl, memberModel, setModel, setValue, setValue, specifyXors, toDebugString, toDebugString, updateXorIndex |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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, 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 |
| Methods inherited from interface org.stina.framework.support.util.TiModelComponentInterface |
|---|
property |
| Field Detail |
|---|
public SjNetbookLockIdPlain reservationLockData
public SjNetbookReservationForPlain reservationFor
public SjNetbookGuaranteePlain netbookGuarantee
public TiStringData messageToHotel
public TiStringData messageToGuests
public SjIdentityPlain orderId
| Constructor Detail |
|---|
public SjNetbookReservationInfoPlain()
| Method Detail |
|---|
public SjNetbookLockId getReservationLockData()
getReservationLockData in interface SjNetbookReservationInfopublic SjNetbookLockId lookupReservationLockData()
lookupReservationLockData in interface SjNetbookReservationInfopublic void setReservationLockData(SjNetbookLockId inData)
setReservationLockData in interface SjNetbookReservationInfopublic java.lang.String getReservationLockDataValue()
getReservationLockDataValue in interface SjNetbookReservationInfopublic void setReservationLockDataValue(java.lang.String inData)
setReservationLockDataValue in interface SjNetbookReservationInfo
public void setReservationLockDataValue(java.lang.String inData,
boolean inNotify)
setReservationLockDataValue in interface SjNetbookReservationInfopublic SjNetbookReservationFor getReservationFor()
getReservationFor in interface SjNetbookReservationInfopublic SjNetbookReservationFor lookupReservationFor()
lookupReservationFor in interface SjNetbookReservationInfopublic void setReservationFor(SjNetbookReservationFor inData)
setReservationFor in interface SjNetbookReservationInfopublic SjNetbookGuarantee getNetbookGuarantee()
getNetbookGuarantee in interface SjNetbookReservationInfopublic SjNetbookGuarantee lookupNetbookGuarantee()
lookupNetbookGuarantee in interface SjNetbookReservationInfopublic void setNetbookGuarantee(SjNetbookGuarantee inData)
setNetbookGuarantee in interface SjNetbookReservationInfopublic TiStringInterface getMessageToHotel()
getMessageToHotel in interface SjNetbookReservationInfopublic TiStringInterface lookupMessageToHotel()
lookupMessageToHotel in interface SjNetbookReservationInfopublic void setMessageToHotel(TiStringInterface inData)
setMessageToHotel in interface SjNetbookReservationInfopublic java.lang.String getMessageToHotelValue()
getMessageToHotelValue in interface SjNetbookReservationInfopublic void setMessageToHotelValue(java.lang.String inData)
setMessageToHotelValue in interface SjNetbookReservationInfo
public void setMessageToHotelValue(java.lang.String inData,
boolean inNotify)
setMessageToHotelValue in interface SjNetbookReservationInfopublic TiStringInterface getMessageToGuests()
getMessageToGuests in interface SjNetbookReservationInfopublic TiStringInterface lookupMessageToGuests()
lookupMessageToGuests in interface SjNetbookReservationInfopublic void setMessageToGuests(TiStringInterface inData)
setMessageToGuests in interface SjNetbookReservationInfopublic java.lang.String getMessageToGuestsValue()
getMessageToGuestsValue in interface SjNetbookReservationInfopublic void setMessageToGuestsValue(java.lang.String inData)
setMessageToGuestsValue in interface SjNetbookReservationInfo
public void setMessageToGuestsValue(java.lang.String inData,
boolean inNotify)
setMessageToGuestsValue in interface SjNetbookReservationInfopublic SjIdentity getOrderId()
getOrderId in interface SjNetbookReservationInfopublic SjIdentity lookupOrderId()
lookupOrderId in interface SjNetbookReservationInfopublic void setOrderId(SjIdentity inData)
setOrderId in interface SjNetbookReservationInfopublic java.lang.String getOrderIdValue()
getOrderIdValue in interface SjNetbookReservationInfopublic void setOrderIdValue(java.lang.String inData)
setOrderIdValue in interface SjNetbookReservationInfo
public void setOrderIdValue(java.lang.String inData,
boolean inNotify)
setOrderIdValue in interface SjNetbookReservationInfopublic java.lang.String getRealTiName()
getRealTiName in interface TiCommonModelPartInterfacegetRealTiName in class TiAbstractDatapublic java.lang.String getGeneratedTiName()
getGeneratedTiName in interface TiCommonModelPartInterfacegetGeneratedTiName in class TiAbstractData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||