|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjLimitedSeats
innehåller information om antalsräknade platser med prisomräkningsfaktor
Field Summary | |
---|---|
static java.lang.String |
AMOUNT
|
static java.lang.String |
DESCRIPTION
|
static java.lang.String |
DESCRIPTION_CODE
|
static java.lang.String |
PRICE_COEFFICIENT
|
Method Summary | |
---|---|
TiStringInterface |
getAmount()
Field amount is defined as mandatory. |
java.lang.String |
getAmountValue()
Field amount is defined as mandatory. |
TiStringInterface |
getDescription()
Field description is defined as optional. |
TiStringInterface |
getDescriptionCode()
Field descriptionCode is defined as optional. |
java.lang.String |
getDescriptionCodeValue()
Field descriptionCode is defined as optional. |
java.lang.String |
getDescriptionValue()
Field description is defined as optional. |
TiStringInterface |
getPriceCoefficient()
Field priceCoefficient is defined as optional. |
java.lang.String |
getPriceCoefficientValue()
Field priceCoefficient is defined as optional. |
TiStringInterface |
lookupAmount()
Field amount is defined as mandatory. |
TiStringInterface |
lookupDescription()
Field description is defined as optional. |
TiStringInterface |
lookupDescriptionCode()
Field descriptionCode is defined as optional. |
TiStringInterface |
lookupPriceCoefficient()
Field priceCoefficient is defined as optional. |
void |
setAmount(TiStringInterface inData)
Field amount is defined as mandatory. |
void |
setAmountValue(java.lang.String inData)
Field amount is defined as mandatory. |
void |
setAmountValue(java.lang.String inData,
boolean inNotify)
Field amount is defined as mandatory. |
void |
setDescription(TiStringInterface inData)
Field description is defined as optional. |
void |
setDescriptionCode(TiStringInterface inData)
Field descriptionCode is defined as optional. |
void |
setDescriptionCodeValue(java.lang.String inData)
Field descriptionCode is defined as optional. |
void |
setDescriptionCodeValue(java.lang.String inData,
boolean inNotify)
Field descriptionCode is defined as optional. |
void |
setDescriptionValue(java.lang.String inData)
Field description is defined as optional. |
void |
setDescriptionValue(java.lang.String inData,
boolean inNotify)
Field description is defined as optional. |
void |
setPriceCoefficient(TiStringInterface inData)
Field priceCoefficient is defined as optional. |
void |
setPriceCoefficientValue(java.lang.String inData)
Field priceCoefficient is defined as optional. |
void |
setPriceCoefficientValue(java.lang.String inData,
boolean inNotify)
Field priceCoefficient 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 DESCRIPTION_CODE
static final java.lang.String DESCRIPTION
static final java.lang.String AMOUNT
static final java.lang.String PRICE_COEFFICIENT
Method Detail |
---|
TiStringInterface getDescriptionCode()
TiStringInterface lookupDescriptionCode()
void setDescriptionCode(TiStringInterface inData)
java.lang.String getDescriptionCodeValue()
void setDescriptionCodeValue(java.lang.String inData)
void setDescriptionCodeValue(java.lang.String inData, boolean inNotify)
TiStringInterface getDescription()
TiStringInterface lookupDescription()
void setDescription(TiStringInterface inData)
java.lang.String getDescriptionValue()
void setDescriptionValue(java.lang.String inData)
void setDescriptionValue(java.lang.String inData, boolean inNotify)
TiStringInterface getAmount()
TiStringInterface lookupAmount()
void setAmount(TiStringInterface inData)
java.lang.String getAmountValue()
void setAmountValue(java.lang.String inData)
void setAmountValue(java.lang.String inData, boolean inNotify)
TiStringInterface getPriceCoefficient()
TiStringInterface lookupPriceCoefficient()
void setPriceCoefficient(TiStringInterface inData)
java.lang.String getPriceCoefficientValue()
void setPriceCoefficientValue(java.lang.String inData)
void setPriceCoefficientValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |