|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjReservationPeriod
Innehåller information om aktuell bokningsperiod (D.v.s inom vilka datum som bokning får ske) och annan intressant information
Field Summary | |
---|---|
static java.lang.String |
INFORMATION
|
static java.lang.String |
LAST_VALID_DATE
|
Method Summary | |
---|---|
TiStringInterface |
getInformation()
Field information is defined as mandatory. |
java.lang.String |
getInformationValue()
Field information is defined as mandatory. |
TiDate |
getLastValidDate()
Field lastValidDate is defined as mandatory. |
TiStringInterface |
lookupInformation()
Field information is defined as mandatory. |
TiDate |
lookupLastValidDate()
Field lastValidDate is defined as mandatory. |
void |
setInformation(TiStringInterface inData)
Field information is defined as mandatory. |
void |
setInformationValue(java.lang.String inData)
Field information is defined as mandatory. |
void |
setInformationValue(java.lang.String inData,
boolean inNotify)
Field information is defined as mandatory. |
void |
setLastValidDate(TiDate inData)
Field lastValidDate 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 LAST_VALID_DATE
static final java.lang.String INFORMATION
Method Detail |
---|
TiDate getLastValidDate()
TiDate lookupLastValidDate()
void setLastValidDate(TiDate inData)
TiStringInterface getInformation()
TiStringInterface lookupInformation()
void setInformation(TiStringInterface inData)
java.lang.String getInformationValue()
void setInformationValue(java.lang.String inData)
void setInformationValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |