|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stina.framework.support.observer.TiSubject
org.stina.framework.core.model.TiAbstractModel
org.stina.framework.core.model.TiAbstractMapModel
se.sj.stina.domain.model.impl.standard.SjNetbookReservationStandard
public class SjNetbookReservationStandard
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapModel |
---|
TiAbstractMapModel.TiMapModelComparator |
Field Summary |
---|
Fields inherited from class org.stina.framework.core.model.TiAbstractModel |
---|
disposed |
Fields inherited from interface se.sj.stina.domain.model.SjNetbookReservation |
---|
CANCELLATION_POSSIBLE, CHANGE_POSSIBLE, FIRST_EDIT, HOTEL, MULTIPLE_ROOM_RESERVATION_NUMBER, RESERVATION_NUMBER, SUB_RESERVATION_LIST |
Constructor Summary | |
---|---|
SjNetbookReservationStandard()
|
Method Summary | |
---|---|
TiBooleanInterface |
getCancellationPossible()
Field cancellationPossible is defined as mandatory. |
java.lang.Boolean |
getCancellationPossibleValue()
Field cancellationPossible is defined as mandatory. |
TiBooleanInterface |
getChangePossible()
Field changePossible is defined as mandatory. |
java.lang.Boolean |
getChangePossibleValue()
Field changePossible is defined as mandatory. |
TiDateTime |
getFirstEdit()
Field firstEdit is defined as mandatory. |
java.lang.String |
getGeneratedTiName()
|
SjNetbookHotel |
getHotel()
Field hotel is defined as mandatory. |
SjNetbookReservationId |
getMultipleRoomReservationNumber()
Field multipleRoomReservationNumber is defined as mandatory. |
java.lang.String |
getMultipleRoomReservationNumberValue()
Field multipleRoomReservationNumber is defined as mandatory. |
java.lang.String |
getRealTiName()
|
SjNetbookReservationId |
getReservationNumber()
Field reservationNumber is defined as mandatory. |
java.lang.String |
getReservationNumberValue()
Field reservationNumber is defined as mandatory. |
SjNetbookSubReservationList |
getSubReservationList()
Field subReservationList is defined as mandatory. |
TiBooleanInterface |
lookupCancellationPossible()
Field cancellationPossible is defined as mandatory. |
TiBooleanInterface |
lookupChangePossible()
Field changePossible is defined as mandatory. |
TiDateTime |
lookupFirstEdit()
Field firstEdit is defined as mandatory. |
SjNetbookHotel |
lookupHotel()
Field hotel is defined as mandatory. |
SjNetbookReservationId |
lookupMultipleRoomReservationNumber()
Field multipleRoomReservationNumber is defined as mandatory. |
SjNetbookReservationId |
lookupReservationNumber()
Field reservationNumber is defined as mandatory. |
SjNetbookSubReservationList |
lookupSubReservationList()
Field subReservationList is defined as mandatory. |
void |
setCancellationPossible(TiBooleanInterface inData)
Field cancellationPossible is defined as mandatory. |
void |
setCancellationPossibleValue(java.lang.Boolean inData)
Field cancellationPossible is defined as mandatory. |
void |
setCancellationPossibleValue(java.lang.Boolean inData,
boolean inNotify)
Field cancellationPossible is defined as mandatory. |
void |
setChangePossible(TiBooleanInterface inData)
Field changePossible is defined as mandatory. |
void |
setChangePossibleValue(java.lang.Boolean inData)
Field changePossible is defined as mandatory. |
void |
setChangePossibleValue(java.lang.Boolean inData,
boolean inNotify)
Field changePossible is defined as mandatory. |
void |
setFirstEdit(TiDateTime inData)
Field firstEdit is defined as mandatory. |
void |
setHotel(SjNetbookHotel inData)
Field hotel is defined as mandatory. |
void |
setMultipleRoomReservationNumber(SjNetbookReservationId inData)
Field multipleRoomReservationNumber is defined as mandatory. |
void |
setMultipleRoomReservationNumberValue(java.lang.String inData)
Field multipleRoomReservationNumber is defined as mandatory. |
void |
setMultipleRoomReservationNumberValue(java.lang.String inData,
boolean inNotify)
Field multipleRoomReservationNumber 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 |
setSubReservationList(SjNetbookSubReservationList inData)
Field subReservationList is defined as mandatory. |
protected TiFieldSpecificationEnumeration |
specifyFields()
|
Methods inherited from class org.stina.framework.core.model.TiAbstractMapModel |
---|
attachObserver, clear, clone, detachObserver, disposeModel, equalsModel, getAssignedFieldNames, getComparator, getField, getField, getFieldNames, getIncludeIfOptional, getIndexForXorPart, getModel, getModelImpl, getRealField, getRealField, getValue, getXorNameForXorPart, getXorPartNames, getXorSpecificationByName, hasField, importValue, importValue, isEmpty, lookupField, lookupFieldObject, lookupModel, lookupModelImpl, memberModel, setIncludeIfOptional, setModel, setUpdateXorFieldEnabled, setValue, setValue, specifyXors, toDebugString, toDebugString |
Methods inherited from class org.stina.framework.support.observer.TiSubject |
---|
getIndexOf, getIndexOf, getObserverCount, getObserverCount, isObserverAttached, logObservers, lookupObservers, lookupObserversLock, notifyAnyAspectObservers, notifyObservers |
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 |
Constructor Detail |
---|
public SjNetbookReservationStandard()
Method Detail |
---|
public SjNetbookReservationId getMultipleRoomReservationNumber()
getMultipleRoomReservationNumber
in interface SjNetbookReservation
public SjNetbookReservationId lookupMultipleRoomReservationNumber()
lookupMultipleRoomReservationNumber
in interface SjNetbookReservation
public void setMultipleRoomReservationNumber(SjNetbookReservationId inData)
setMultipleRoomReservationNumber
in interface SjNetbookReservation
public java.lang.String getMultipleRoomReservationNumberValue()
getMultipleRoomReservationNumberValue
in interface SjNetbookReservation
public void setMultipleRoomReservationNumberValue(java.lang.String inData)
setMultipleRoomReservationNumberValue
in interface SjNetbookReservation
public void setMultipleRoomReservationNumberValue(java.lang.String inData, boolean inNotify)
setMultipleRoomReservationNumberValue
in interface SjNetbookReservation
public SjNetbookReservationId getReservationNumber()
getReservationNumber
in interface SjNetbookReservation
public SjNetbookReservationId lookupReservationNumber()
lookupReservationNumber
in interface SjNetbookReservation
public void setReservationNumber(SjNetbookReservationId inData)
setReservationNumber
in interface SjNetbookReservation
public java.lang.String getReservationNumberValue()
getReservationNumberValue
in interface SjNetbookReservation
public void setReservationNumberValue(java.lang.String inData)
setReservationNumberValue
in interface SjNetbookReservation
public void setReservationNumberValue(java.lang.String inData, boolean inNotify)
setReservationNumberValue
in interface SjNetbookReservation
public TiDateTime getFirstEdit()
getFirstEdit
in interface SjNetbookReservation
public TiDateTime lookupFirstEdit()
lookupFirstEdit
in interface SjNetbookReservation
public void setFirstEdit(TiDateTime inData)
setFirstEdit
in interface SjNetbookReservation
public TiBooleanInterface getChangePossible()
getChangePossible
in interface SjNetbookReservation
public TiBooleanInterface lookupChangePossible()
lookupChangePossible
in interface SjNetbookReservation
public void setChangePossible(TiBooleanInterface inData)
setChangePossible
in interface SjNetbookReservation
public java.lang.Boolean getChangePossibleValue()
getChangePossibleValue
in interface SjNetbookReservation
public void setChangePossibleValue(java.lang.Boolean inData)
setChangePossibleValue
in interface SjNetbookReservation
public void setChangePossibleValue(java.lang.Boolean inData, boolean inNotify)
setChangePossibleValue
in interface SjNetbookReservation
public TiBooleanInterface getCancellationPossible()
getCancellationPossible
in interface SjNetbookReservation
public TiBooleanInterface lookupCancellationPossible()
lookupCancellationPossible
in interface SjNetbookReservation
public void setCancellationPossible(TiBooleanInterface inData)
setCancellationPossible
in interface SjNetbookReservation
public java.lang.Boolean getCancellationPossibleValue()
getCancellationPossibleValue
in interface SjNetbookReservation
public void setCancellationPossibleValue(java.lang.Boolean inData)
setCancellationPossibleValue
in interface SjNetbookReservation
public void setCancellationPossibleValue(java.lang.Boolean inData, boolean inNotify)
setCancellationPossibleValue
in interface SjNetbookReservation
public SjNetbookHotel getHotel()
getHotel
in interface SjNetbookReservation
public SjNetbookHotel lookupHotel()
lookupHotel
in interface SjNetbookReservation
public void setHotel(SjNetbookHotel inData)
setHotel
in interface SjNetbookReservation
public SjNetbookSubReservationList getSubReservationList()
getSubReservationList
in interface SjNetbookReservation
public SjNetbookSubReservationList lookupSubReservationList()
lookupSubReservationList
in interface SjNetbookReservation
public void setSubReservationList(SjNetbookSubReservationList inData)
setSubReservationList
in interface SjNetbookReservation
protected TiFieldSpecificationEnumeration specifyFields()
specifyFields
in class TiAbstractMapModel
public java.lang.String getRealTiName()
getRealTiName
in interface TiCommonModelPartInterface
getRealTiName
in class TiAbstractModel
public java.lang.String getGeneratedTiName()
getGeneratedTiName
in interface TiCommonModelPartInterface
getGeneratedTiName
in class TiAbstractModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |