|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjAvailablePriceGroup
Denna struktur innehåller prisgrupper (biljettyper) och vilken status dom har. MaximumNumberOfTravellers - Max antal resenärer om biljettypen har några begränsningar.
Field Summary | |
---|---|
static java.lang.String |
AMOUNT
|
static java.lang.String |
CONTRACTUAL_PRICE_GROUP
|
static java.lang.String |
LIMITED_SEATS_CODE
|
static java.lang.String |
MAXIMUM_NUMBER_OF_TRAVELLERS
|
static java.lang.String |
OPTION_LIST
|
static java.lang.String |
PRICE_GROUP_CODE
|
static java.lang.String |
STATUS_CODE
|
Method Summary | |
---|---|
SjIntegerString |
getAmount()
Field amount is defined as optional. |
java.lang.String |
getAmountValue()
Field amount is defined as optional. |
SjCode |
getContractualPriceGroup()
Field contractualPriceGroup is defined as optional. |
java.lang.String |
getContractualPriceGroupValue()
Field contractualPriceGroup is defined as optional. |
TiStringInterface |
getLimitedSeatsCode()
Field limitedSeatsCode is defined as optional. |
java.lang.String |
getLimitedSeatsCodeValue()
Field limitedSeatsCode is defined as optional. |
SjIntegerString |
getMaximumNumberOfTravellers()
Field maximumNumberOfTravellers is defined as optional. |
java.lang.String |
getMaximumNumberOfTravellersValue()
Field maximumNumberOfTravellers is defined as optional. |
SjOptionList |
getOptionList()
Field optionList is defined as optional. |
SjCode |
getPriceGroupCode()
Field priceGroupCode is defined as mandatory. |
java.lang.String |
getPriceGroupCodeValue()
Field priceGroupCode is defined as mandatory. |
SjCode |
getStatusCode()
Field statusCode is defined as mandatory. |
java.lang.String |
getStatusCodeValue()
Field statusCode is defined as mandatory. |
SjIntegerString |
lookupAmount()
Field amount is defined as optional. |
SjCode |
lookupContractualPriceGroup()
Field contractualPriceGroup is defined as optional. |
TiStringInterface |
lookupLimitedSeatsCode()
Field limitedSeatsCode is defined as optional. |
SjIntegerString |
lookupMaximumNumberOfTravellers()
Field maximumNumberOfTravellers is defined as optional. |
SjOptionList |
lookupOptionList()
Field optionList is defined as optional. |
SjCode |
lookupPriceGroupCode()
Field priceGroupCode is defined as mandatory. |
SjCode |
lookupStatusCode()
Field statusCode is defined as mandatory. |
void |
setAmount(SjIntegerString inData)
Field amount is defined as optional. |
void |
setAmountValue(java.lang.String inData)
Field amount is defined as optional. |
void |
setAmountValue(java.lang.String inData,
boolean inNotify)
Field amount is defined as optional. |
void |
setContractualPriceGroup(SjCode inData)
Field contractualPriceGroup is defined as optional. |
void |
setContractualPriceGroupValue(java.lang.String inData)
Field contractualPriceGroup is defined as optional. |
void |
setContractualPriceGroupValue(java.lang.String inData,
boolean inNotify)
Field contractualPriceGroup is defined as optional. |
void |
setLimitedSeatsCode(TiStringInterface inData)
Field limitedSeatsCode is defined as optional. |
void |
setLimitedSeatsCodeValue(java.lang.String inData)
Field limitedSeatsCode is defined as optional. |
void |
setLimitedSeatsCodeValue(java.lang.String inData,
boolean inNotify)
Field limitedSeatsCode is defined as optional. |
void |
setMaximumNumberOfTravellers(SjIntegerString inData)
Field maximumNumberOfTravellers is defined as optional. |
void |
setMaximumNumberOfTravellersValue(java.lang.String inData)
Field maximumNumberOfTravellers is defined as optional. |
void |
setMaximumNumberOfTravellersValue(java.lang.String inData,
boolean inNotify)
Field maximumNumberOfTravellers is defined as optional. |
void |
setOptionList(SjOptionList inData)
Field optionList is defined as optional. |
void |
setPriceGroupCode(SjCode inData)
Field priceGroupCode is defined as mandatory. |
void |
setPriceGroupCodeValue(java.lang.String inData)
Field priceGroupCode is defined as mandatory. |
void |
setPriceGroupCodeValue(java.lang.String inData,
boolean inNotify)
Field priceGroupCode is defined as mandatory. |
void |
setStatusCode(SjCode inData)
Field statusCode is defined as mandatory. |
void |
setStatusCodeValue(java.lang.String inData)
Field statusCode is defined as mandatory. |
void |
setStatusCodeValue(java.lang.String inData,
boolean inNotify)
Field statusCode 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 PRICE_GROUP_CODE
static final java.lang.String CONTRACTUAL_PRICE_GROUP
static final java.lang.String OPTION_LIST
static final java.lang.String STATUS_CODE
static final java.lang.String AMOUNT
static final java.lang.String MAXIMUM_NUMBER_OF_TRAVELLERS
static final java.lang.String LIMITED_SEATS_CODE
Method Detail |
---|
SjCode getPriceGroupCode()
SjCode lookupPriceGroupCode()
void setPriceGroupCode(SjCode inData)
java.lang.String getPriceGroupCodeValue()
void setPriceGroupCodeValue(java.lang.String inData)
void setPriceGroupCodeValue(java.lang.String inData, boolean inNotify)
SjCode getContractualPriceGroup()
SjCode lookupContractualPriceGroup()
void setContractualPriceGroup(SjCode inData)
java.lang.String getContractualPriceGroupValue()
void setContractualPriceGroupValue(java.lang.String inData)
void setContractualPriceGroupValue(java.lang.String inData, boolean inNotify)
SjOptionList getOptionList()
SjOptionList lookupOptionList()
void setOptionList(SjOptionList inData)
SjCode getStatusCode()
SjCode lookupStatusCode()
void setStatusCode(SjCode inData)
java.lang.String getStatusCodeValue()
void setStatusCodeValue(java.lang.String inData)
void setStatusCodeValue(java.lang.String inData, boolean inNotify)
SjIntegerString getAmount()
SjIntegerString lookupAmount()
void setAmount(SjIntegerString inData)
java.lang.String getAmountValue()
void setAmountValue(java.lang.String inData)
void setAmountValue(java.lang.String inData, boolean inNotify)
SjIntegerString getMaximumNumberOfTravellers()
SjIntegerString lookupMaximumNumberOfTravellers()
void setMaximumNumberOfTravellers(SjIntegerString inData)
java.lang.String getMaximumNumberOfTravellersValue()
void setMaximumNumberOfTravellersValue(java.lang.String inData)
void setMaximumNumberOfTravellersValue(java.lang.String inData, boolean inNotify)
TiStringInterface getLimitedSeatsCode()
TiStringInterface lookupLimitedSeatsCode()
void setLimitedSeatsCode(TiStringInterface inData)
java.lang.String getLimitedSeatsCodeValue()
void setLimitedSeatsCodeValue(java.lang.String inData)
void setLimitedSeatsCodeValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |