|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjNetbookPolicy
Field Summary | |
---|---|
static java.lang.String |
MAX_NUMBER_OF_HOTELS
|
static java.lang.String |
MAX_NUMBER_OF_OPTIONS_PER_HOTEL
|
static java.lang.String |
SORT_ORDER
|
Method Summary | |
---|---|
TiIntegerInterface |
getMaxNumberOfHotels()
Field maxNumberOfHotels is defined as mandatory. |
java.lang.Integer |
getMaxNumberOfHotelsValue()
Field maxNumberOfHotels is defined as mandatory. |
TiIntegerInterface |
getMaxNumberOfOptionsPerHotel()
Field maxNumberOfOptionsPerHotel is defined as mandatory. |
java.lang.Integer |
getMaxNumberOfOptionsPerHotelValue()
Field maxNumberOfOptionsPerHotel is defined as mandatory. |
TiStringInterface |
getSortOrder()
Field sortOrder is defined as optional. |
java.lang.String |
getSortOrderValue()
Field sortOrder is defined as optional. |
TiIntegerInterface |
lookupMaxNumberOfHotels()
Field maxNumberOfHotels is defined as mandatory. |
TiIntegerInterface |
lookupMaxNumberOfOptionsPerHotel()
Field maxNumberOfOptionsPerHotel is defined as mandatory. |
TiStringInterface |
lookupSortOrder()
Field sortOrder is defined as optional. |
void |
setMaxNumberOfHotels(TiIntegerInterface inData)
Field maxNumberOfHotels is defined as mandatory. |
void |
setMaxNumberOfHotelsValue(java.lang.Integer inData)
Field maxNumberOfHotels is defined as mandatory. |
void |
setMaxNumberOfHotelsValue(java.lang.Integer inData,
boolean inNotify)
Field maxNumberOfHotels is defined as mandatory. |
void |
setMaxNumberOfOptionsPerHotel(TiIntegerInterface inData)
Field maxNumberOfOptionsPerHotel is defined as mandatory. |
void |
setMaxNumberOfOptionsPerHotelValue(java.lang.Integer inData)
Field maxNumberOfOptionsPerHotel is defined as mandatory. |
void |
setMaxNumberOfOptionsPerHotelValue(java.lang.Integer inData,
boolean inNotify)
Field maxNumberOfOptionsPerHotel is defined as mandatory. |
void |
setSortOrder(TiStringInterface inData)
Field sortOrder is defined as optional. |
void |
setSortOrderValue(java.lang.String inData)
Field sortOrder is defined as optional. |
void |
setSortOrderValue(java.lang.String inData,
boolean inNotify)
Field sortOrder is defined as optional. |
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 MAX_NUMBER_OF_OPTIONS_PER_HOTEL
static final java.lang.String MAX_NUMBER_OF_HOTELS
static final java.lang.String SORT_ORDER
Method Detail |
---|
TiIntegerInterface getMaxNumberOfOptionsPerHotel()
TiIntegerInterface lookupMaxNumberOfOptionsPerHotel()
void setMaxNumberOfOptionsPerHotel(TiIntegerInterface inData)
java.lang.Integer getMaxNumberOfOptionsPerHotelValue()
void setMaxNumberOfOptionsPerHotelValue(java.lang.Integer inData)
void setMaxNumberOfOptionsPerHotelValue(java.lang.Integer inData, boolean inNotify)
TiIntegerInterface getMaxNumberOfHotels()
TiIntegerInterface lookupMaxNumberOfHotels()
void setMaxNumberOfHotels(TiIntegerInterface inData)
java.lang.Integer getMaxNumberOfHotelsValue()
void setMaxNumberOfHotelsValue(java.lang.Integer inData)
void setMaxNumberOfHotelsValue(java.lang.Integer inData, boolean inNotify)
TiStringInterface getSortOrder()
TiStringInterface lookupSortOrder()
void setSortOrder(TiStringInterface inData)
java.lang.String getSortOrderValue()
void setSortOrderValue(java.lang.String inData)
void setSortOrderValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |