|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.stina.framework.core.model.TiAbstractData
org.stina.framework.core.model.TiAbstractMapData
se.sj.stina.domain.model.impl.plain.SjAvailableLocationConnectedServiceDataPlain
public class SjAvailableLocationConnectedServiceDataPlain
Beläggning för en typ av lokal. VariantNumber = Variantnummer. Ett id för just denna variant/typ av lokal. Description = Variantnamnet. Amount = Antal lediga av denna typ. Comfort = Komfort. Om lokalvarianten har en specifik komfort kommer denna här. CompartmentSize = Utrymmesstorlek. Om lokalvarianten har en specifik utrymmesstorlek kommer denna här. PriceLevelCode = Prisnivå. Om lokalvarianten har en specifik prisnivå kommer denna här.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
TiAbstractMapData.TiMapDataComparator |
| Field Summary | |
|---|---|
TiStringData |
amount
|
TiStringData |
comfort
|
SjCodePlain |
compartmentSize
|
TiStringData |
description
|
SjCodePlain |
priceLevelCode
|
TiStringData |
variantNumber
|
| Fields inherited from interface se.sj.stina.domain.model.SjAvailableLocationConnectedServiceData |
|---|
AMOUNT, COMFORT, COMPARTMENT_SIZE, DESCRIPTION, PRICE_LEVEL_CODE, VARIANT_NUMBER |
| Constructor Summary | |
|---|---|
SjAvailableLocationConnectedServiceDataPlain()
|
|
| Method Summary | |
|---|---|
TiStringInterface |
getAmount()
Field amount is defined as mandatory. |
java.lang.String |
getAmountValue()
Field amount is defined as mandatory. |
TiStringInterface |
getComfort()
Field comfort is defined as optional. |
java.lang.String |
getComfortValue()
Field comfort is defined as optional. |
SjCode |
getCompartmentSize()
Field compartmentSize is defined as optional. |
java.lang.String |
getCompartmentSizeValue()
Field compartmentSize is defined as optional. |
TiStringInterface |
getDescription()
Field description is defined as mandatory. |
java.lang.String |
getDescriptionValue()
Field description is defined as mandatory. |
java.lang.String |
getGeneratedTiName()
|
SjCode |
getPriceLevelCode()
Field priceLevelCode is defined as optional. |
java.lang.String |
getPriceLevelCodeValue()
Field priceLevelCode is defined as optional. |
java.lang.String |
getRealTiName()
|
TiStringInterface |
getVariantNumber()
Field variantNumber is defined as mandatory. |
java.lang.String |
getVariantNumberValue()
Field variantNumber is defined as mandatory. |
TiStringInterface |
lookupAmount()
Field amount is defined as mandatory. |
TiStringInterface |
lookupComfort()
Field comfort is defined as optional. |
SjCode |
lookupCompartmentSize()
Field compartmentSize is defined as optional. |
TiStringInterface |
lookupDescription()
Field description is defined as mandatory. |
SjCode |
lookupPriceLevelCode()
Field priceLevelCode is defined as optional. |
TiStringInterface |
lookupVariantNumber()
Field variantNumber is defined as mandatory. |
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 |
setComfort(TiStringInterface inData)
Field comfort is defined as optional. |
void |
setComfortValue(java.lang.String inData)
Field comfort is defined as optional. |
void |
setComfortValue(java.lang.String inData,
boolean inNotify)
Field comfort is defined as optional. |
void |
setCompartmentSize(SjCode inData)
Field compartmentSize is defined as optional. |
void |
setCompartmentSizeValue(java.lang.String inData)
Field compartmentSize is defined as optional. |
void |
setCompartmentSizeValue(java.lang.String inData,
boolean inNotify)
Field compartmentSize is defined as optional. |
void |
setDescription(TiStringInterface inData)
Field description is defined as mandatory. |
void |
setDescriptionValue(java.lang.String inData)
Field description is defined as mandatory. |
void |
setDescriptionValue(java.lang.String inData,
boolean inNotify)
Field description is defined as mandatory. |
void |
setPriceLevelCode(SjCode inData)
Field priceLevelCode is defined as optional. |
void |
setPriceLevelCodeValue(java.lang.String inData)
Field priceLevelCode is defined as optional. |
void |
setPriceLevelCodeValue(java.lang.String inData,
boolean inNotify)
Field priceLevelCode is defined as optional. |
void |
setVariantNumber(TiStringInterface inData)
Field variantNumber is defined as mandatory. |
void |
setVariantNumberValue(java.lang.String inData)
Field variantNumber is defined as mandatory. |
void |
setVariantNumberValue(java.lang.String inData,
boolean inNotify)
Field variantNumber is defined as mandatory. |
| Methods inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
clear, clone, clone, disposeModel, equalsModel, getAssignedFieldNames, getComparator, getField, getFieldNames, getIndexForXorPart, getModel, getModelImpl, getValue, getXorNameForXorPart, getXorPart, getXorPartNames, hasField, importValue, importValue, isEmpty, lookupField, lookupFieldObject, lookupModel, lookupModelImpl, memberModel, setModel, setValue, setValue, specifyXors, toDebugString, toDebugString, updateXorIndex |
| 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 |
| Field Detail |
|---|
public TiStringData variantNumber
public TiStringData description
public TiStringData amount
public TiStringData comfort
public SjCodePlain compartmentSize
public SjCodePlain priceLevelCode
| Constructor Detail |
|---|
public SjAvailableLocationConnectedServiceDataPlain()
| Method Detail |
|---|
public TiStringInterface getVariantNumber()
getVariantNumber in interface SjAvailableLocationConnectedServiceDatapublic TiStringInterface lookupVariantNumber()
lookupVariantNumber in interface SjAvailableLocationConnectedServiceDatapublic void setVariantNumber(TiStringInterface inData)
setVariantNumber in interface SjAvailableLocationConnectedServiceDatapublic java.lang.String getVariantNumberValue()
getVariantNumberValue in interface SjAvailableLocationConnectedServiceDatapublic void setVariantNumberValue(java.lang.String inData)
setVariantNumberValue in interface SjAvailableLocationConnectedServiceData
public void setVariantNumberValue(java.lang.String inData,
boolean inNotify)
setVariantNumberValue in interface SjAvailableLocationConnectedServiceDatapublic TiStringInterface getDescription()
getDescription in interface SjAvailableLocationConnectedServiceDatapublic TiStringInterface lookupDescription()
lookupDescription in interface SjAvailableLocationConnectedServiceDatapublic void setDescription(TiStringInterface inData)
setDescription in interface SjAvailableLocationConnectedServiceDatapublic java.lang.String getDescriptionValue()
getDescriptionValue in interface SjAvailableLocationConnectedServiceDatapublic void setDescriptionValue(java.lang.String inData)
setDescriptionValue in interface SjAvailableLocationConnectedServiceData
public void setDescriptionValue(java.lang.String inData,
boolean inNotify)
setDescriptionValue in interface SjAvailableLocationConnectedServiceDatapublic TiStringInterface getAmount()
getAmount in interface SjAvailableLocationConnectedServiceDatapublic TiStringInterface lookupAmount()
lookupAmount in interface SjAvailableLocationConnectedServiceDatapublic void setAmount(TiStringInterface inData)
setAmount in interface SjAvailableLocationConnectedServiceDatapublic java.lang.String getAmountValue()
getAmountValue in interface SjAvailableLocationConnectedServiceDatapublic void setAmountValue(java.lang.String inData)
setAmountValue in interface SjAvailableLocationConnectedServiceData
public void setAmountValue(java.lang.String inData,
boolean inNotify)
setAmountValue in interface SjAvailableLocationConnectedServiceDatapublic TiStringInterface getComfort()
getComfort in interface SjAvailableLocationConnectedServiceDatapublic TiStringInterface lookupComfort()
lookupComfort in interface SjAvailableLocationConnectedServiceDatapublic void setComfort(TiStringInterface inData)
setComfort in interface SjAvailableLocationConnectedServiceDatapublic java.lang.String getComfortValue()
getComfortValue in interface SjAvailableLocationConnectedServiceDatapublic void setComfortValue(java.lang.String inData)
setComfortValue in interface SjAvailableLocationConnectedServiceData
public void setComfortValue(java.lang.String inData,
boolean inNotify)
setComfortValue in interface SjAvailableLocationConnectedServiceDatapublic SjCode getCompartmentSize()
getCompartmentSize in interface SjAvailableLocationConnectedServiceDatapublic SjCode lookupCompartmentSize()
lookupCompartmentSize in interface SjAvailableLocationConnectedServiceDatapublic void setCompartmentSize(SjCode inData)
setCompartmentSize in interface SjAvailableLocationConnectedServiceDatapublic java.lang.String getCompartmentSizeValue()
getCompartmentSizeValue in interface SjAvailableLocationConnectedServiceDatapublic void setCompartmentSizeValue(java.lang.String inData)
setCompartmentSizeValue in interface SjAvailableLocationConnectedServiceData
public void setCompartmentSizeValue(java.lang.String inData,
boolean inNotify)
setCompartmentSizeValue in interface SjAvailableLocationConnectedServiceDatapublic SjCode getPriceLevelCode()
getPriceLevelCode in interface SjAvailableLocationConnectedServiceDatapublic SjCode lookupPriceLevelCode()
lookupPriceLevelCode in interface SjAvailableLocationConnectedServiceDatapublic void setPriceLevelCode(SjCode inData)
setPriceLevelCode in interface SjAvailableLocationConnectedServiceDatapublic java.lang.String getPriceLevelCodeValue()
getPriceLevelCodeValue in interface SjAvailableLocationConnectedServiceDatapublic void setPriceLevelCodeValue(java.lang.String inData)
setPriceLevelCodeValue in interface SjAvailableLocationConnectedServiceData
public void setPriceLevelCodeValue(java.lang.String inData,
boolean inNotify)
setPriceLevelCodeValue in interface SjAvailableLocationConnectedServiceDatapublic java.lang.String getRealTiName()
getRealTiName in interface TiCommonModelPartInterfacegetRealTiName in class TiAbstractDatapublic java.lang.String getGeneratedTiName()
getGeneratedTiName in interface TiCommonModelPartInterfacegetGeneratedTiName in class TiAbstractData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||