se.sj.stina.domain.model
Interface SjBookingCharacteristicsResultData

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, TiCommonModelPartInterface, TiContainerModelPartInterface, TiGeneratedModelInterface, TiListModelPartInterface, TiMapModelInterface, TiMapModelPartInterface, TiMapPlainInterface, TiMapPropInterface, TiModelConstantsInterface, TiModelInterface, TiObserverInterface, TiPrimitiveModelPartInterface, TiPropertyPartInterface, TiSubjectInterface
All Known Implementing Classes:
SjBookingCharacteristicsResultDataPlain, SjBookingCharacteristicsResultDataStandard

public interface SjBookingCharacteristicsResultData
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface

Svarsstruktur för giltiga bokningsegenskaper för en delsträcka


Field Summary
static java.lang.String COMPARTMENT_CODE_LIST
           
static java.lang.String COMPARTMENT_SIZE_DEFAULT
           
static java.lang.String COMPARTMENT_SIZE_LIST
           
static java.lang.String COMPARTMENT_TYPE_CODE_DEFAULT
           
static java.lang.String KIND_OF_PLACEMENT_CODE
           
static java.lang.String PLACEMENT_CHARACTERISTICS_DEFAULT
           
static java.lang.String PLACEMENT_CHARACTERISTICS_LIST
           
static java.lang.String PLACEMENT_ORIENTATION_DEFAULT
           
static java.lang.String PLACEMENT_ORIENTATION_LIST
           
static java.lang.String PRICE_LEVEL_CODE_DEFAULT
           
static java.lang.String SECTION_REFERENCE
           
static java.lang.String SMOKING_DEPARTMENT_DEFAULT
           
static java.lang.String SMOKING_DEPARTMENT_LIST
           
static java.lang.String TRAVEL_TYPE_DEFAULT
           
static java.lang.String TRAVEL_TYPE_LIST
           
 
Fields inherited from interface org.stina.framework.core.model.TiModelConstantsInterface
ACTIVATED_ELEMENT_PROPERTY, BACKGROUND_COLOR, BOOLEAN_LIST, BYTE_ARRAY_LIST, COLUMN_WIDTH, DEFAULT_VALUE, DISALLOWED_VALUES, DISPLAY_MODE_PROPERTY, EDITABLE, ENABLED, FALSE_MNEMONIC_KEY, FALSE_TEXT, FONT, FORCE_UPDATE, FOREGROUND_COLOR, HORIZONTAL_ALIGNMENT, INTEGER_LIST, LONG_LIST, LONG_LONG_LIST, MAX_VALUE, MIN_VALUE, MNEMONIC_KEY, NO_RESTORE_OF_FIELD, OBJECT_LIST, OBJECT_REFERENCE_LIST, PLAIN_TEXT, PLAIN_VALUES, POSSIBLE_VALUES, PROHIBIT_HTML_FILTER, ROW_HEIGHT, SELECTABLE, SELECTED_ELEMENT_PROPERTY, SELECTED_ELEMENTS, SELECTED_PROPERTY, STRING_LIST, TIBOOLEAN_FALSE, TIBOOLEAN_TRUE, TIINTEGER_0, TISTRING_EMPTY, TOOLTIP_TEXT, TRUE_MNEMONIC_KEY, TRUE_TEXT, VERTICAL_ALIGNMENT
 
Method Summary
 SjCodeList getCompartmentCodeList()
          Field compartmentCodeList is defined as optional.
 TiStringInterface getCompartmentSizeDefault()
          Field compartmentSizeDefault is defined as optional.
 java.lang.String getCompartmentSizeDefaultValue()
          Field compartmentSizeDefault is defined as optional.
 SjStringList getCompartmentSizeList()
          Field compartmentSizeList is defined as optional.
 SjCode getCompartmentTypeCodeDefault()
          Field compartmentTypeCodeDefault is defined as optional.
 java.lang.String getCompartmentTypeCodeDefaultValue()
          Field compartmentTypeCodeDefault is defined as optional.
 TiStringInterface getKindOfPlacementCode()
          Field kindOfPlacementCode is defined as optional.
 java.lang.String getKindOfPlacementCodeValue()
          Field kindOfPlacementCode is defined as optional.
 TiStringInterface getPlacementCharacteristicsDefault()
          Field placementCharacteristicsDefault is defined as optional.
 java.lang.String getPlacementCharacteristicsDefaultValue()
          Field placementCharacteristicsDefault is defined as optional.
 SjStringList getPlacementCharacteristicsList()
          Field placementCharacteristicsList is defined as optional.
 TiStringInterface getPlacementOrientationDefault()
          Field placementOrientationDefault is defined as optional.
 java.lang.String getPlacementOrientationDefaultValue()
          Field placementOrientationDefault is defined as optional.
 SjStringList getPlacementOrientationList()
          Field placementOrientationList is defined as optional.
 SjCode getPriceLevelCodeDefault()
          Field priceLevelCodeDefault is defined as optional.
 java.lang.String getPriceLevelCodeDefaultValue()
          Field priceLevelCodeDefault is defined as optional.
 SjObjectStringRef getSectionReference()
          Field sectionReference is defined as mandatory.
 java.lang.String getSectionReferenceValue()
          Field sectionReference is defined as mandatory.
 TiStringInterface getSmokingDepartmentDefault()
          Field smokingDepartmentDefault is defined as optional.
 java.lang.String getSmokingDepartmentDefaultValue()
          Field smokingDepartmentDefault is defined as optional.
 SjStringList getSmokingDepartmentList()
          Field smokingDepartmentList is defined as optional.
 TiStringInterface getTravelTypeDefault()
          Field travelTypeDefault is defined as optional.
 java.lang.String getTravelTypeDefaultValue()
          Field travelTypeDefault is defined as optional.
 SjStringList getTravelTypeList()
          Field travelTypeList is defined as optional.
 SjCodeList lookupCompartmentCodeList()
          Field compartmentCodeList is defined as optional.
 TiStringInterface lookupCompartmentSizeDefault()
          Field compartmentSizeDefault is defined as optional.
 SjStringList lookupCompartmentSizeList()
          Field compartmentSizeList is defined as optional.
 SjCode lookupCompartmentTypeCodeDefault()
          Field compartmentTypeCodeDefault is defined as optional.
 TiStringInterface lookupKindOfPlacementCode()
          Field kindOfPlacementCode is defined as optional.
 TiStringInterface lookupPlacementCharacteristicsDefault()
          Field placementCharacteristicsDefault is defined as optional.
 SjStringList lookupPlacementCharacteristicsList()
          Field placementCharacteristicsList is defined as optional.
 TiStringInterface lookupPlacementOrientationDefault()
          Field placementOrientationDefault is defined as optional.
 SjStringList lookupPlacementOrientationList()
          Field placementOrientationList is defined as optional.
 SjCode lookupPriceLevelCodeDefault()
          Field priceLevelCodeDefault is defined as optional.
 SjObjectStringRef lookupSectionReference()
          Field sectionReference is defined as mandatory.
 TiStringInterface lookupSmokingDepartmentDefault()
          Field smokingDepartmentDefault is defined as optional.
 SjStringList lookupSmokingDepartmentList()
          Field smokingDepartmentList is defined as optional.
 TiStringInterface lookupTravelTypeDefault()
          Field travelTypeDefault is defined as optional.
 SjStringList lookupTravelTypeList()
          Field travelTypeList is defined as optional.
 void setCompartmentCodeList(SjCodeList inData)
          Field compartmentCodeList is defined as optional.
 void setCompartmentSizeDefault(TiStringInterface inData)
          Field compartmentSizeDefault is defined as optional.
 void setCompartmentSizeDefaultValue(java.lang.String inData)
          Field compartmentSizeDefault is defined as optional.
 void setCompartmentSizeDefaultValue(java.lang.String inData, boolean inNotify)
          Field compartmentSizeDefault is defined as optional.
 void setCompartmentSizeList(SjStringList inData)
          Field compartmentSizeList is defined as optional.
 void setCompartmentTypeCodeDefault(SjCode inData)
          Field compartmentTypeCodeDefault is defined as optional.
 void setCompartmentTypeCodeDefaultValue(java.lang.String inData)
          Field compartmentTypeCodeDefault is defined as optional.
 void setCompartmentTypeCodeDefaultValue(java.lang.String inData, boolean inNotify)
          Field compartmentTypeCodeDefault is defined as optional.
 void setKindOfPlacementCode(TiStringInterface inData)
          Field kindOfPlacementCode is defined as optional.
 void setKindOfPlacementCodeValue(java.lang.String inData)
          Field kindOfPlacementCode is defined as optional.
 void setKindOfPlacementCodeValue(java.lang.String inData, boolean inNotify)
          Field kindOfPlacementCode is defined as optional.
 void setPlacementCharacteristicsDefault(TiStringInterface inData)
          Field placementCharacteristicsDefault is defined as optional.
 void setPlacementCharacteristicsDefaultValue(java.lang.String inData)
          Field placementCharacteristicsDefault is defined as optional.
 void setPlacementCharacteristicsDefaultValue(java.lang.String inData, boolean inNotify)
          Field placementCharacteristicsDefault is defined as optional.
 void setPlacementCharacteristicsList(SjStringList inData)
          Field placementCharacteristicsList is defined as optional.
 void setPlacementOrientationDefault(TiStringInterface inData)
          Field placementOrientationDefault is defined as optional.
 void setPlacementOrientationDefaultValue(java.lang.String inData)
          Field placementOrientationDefault is defined as optional.
 void setPlacementOrientationDefaultValue(java.lang.String inData, boolean inNotify)
          Field placementOrientationDefault is defined as optional.
 void setPlacementOrientationList(SjStringList inData)
          Field placementOrientationList is defined as optional.
 void setPriceLevelCodeDefault(SjCode inData)
          Field priceLevelCodeDefault is defined as optional.
 void setPriceLevelCodeDefaultValue(java.lang.String inData)
          Field priceLevelCodeDefault is defined as optional.
 void setPriceLevelCodeDefaultValue(java.lang.String inData, boolean inNotify)
          Field priceLevelCodeDefault is defined as optional.
 void setSectionReference(SjObjectStringRef inData)
          Field sectionReference is defined as mandatory.
 void setSectionReferenceValue(java.lang.String inData)
          Field sectionReference is defined as mandatory.
 void setSectionReferenceValue(java.lang.String inData, boolean inNotify)
          Field sectionReference is defined as mandatory.
 void setSmokingDepartmentDefault(TiStringInterface inData)
          Field smokingDepartmentDefault is defined as optional.
 void setSmokingDepartmentDefaultValue(java.lang.String inData)
          Field smokingDepartmentDefault is defined as optional.
 void setSmokingDepartmentDefaultValue(java.lang.String inData, boolean inNotify)
          Field smokingDepartmentDefault is defined as optional.
 void setSmokingDepartmentList(SjStringList inData)
          Field smokingDepartmentList is defined as optional.
 void setTravelTypeDefault(TiStringInterface inData)
          Field travelTypeDefault is defined as optional.
 void setTravelTypeDefaultValue(java.lang.String inData)
          Field travelTypeDefault is defined as optional.
 void setTravelTypeDefaultValue(java.lang.String inData, boolean inNotify)
          Field travelTypeDefault is defined as optional.
 void setTravelTypeList(SjStringList inData)
          Field travelTypeList 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.core.model.TiListModelPartInterface
addModelElement, addModelElement, addModelElements, addModelElements, containsModelElement, getIndexOf, getIndexOfEqualsModel, getIndexOfInstance, getLastIndexOf, getListSize, getModelElementAt, getModelElements, insertModelElementAt, insertModelElementAt, moveModelElementOfInstance, moveModelElementOfInstance, removeAllModelElements, removeAllModelElements, removeModelElement, removeModelElement, removeModelElementAt, removeModelElementAt, setModelElementAt, setModelElementAt, setModelElements, setModelElements
 
Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString
 

Field Detail

SECTION_REFERENCE

static final java.lang.String SECTION_REFERENCE
See Also:
Constant Field Values

SMOKING_DEPARTMENT_LIST

static final java.lang.String SMOKING_DEPARTMENT_LIST
See Also:
Constant Field Values

SMOKING_DEPARTMENT_DEFAULT

static final java.lang.String SMOKING_DEPARTMENT_DEFAULT
See Also:
Constant Field Values

PLACEMENT_CHARACTERISTICS_LIST

static final java.lang.String PLACEMENT_CHARACTERISTICS_LIST
See Also:
Constant Field Values

PLACEMENT_CHARACTERISTICS_DEFAULT

static final java.lang.String PLACEMENT_CHARACTERISTICS_DEFAULT
See Also:
Constant Field Values

PLACEMENT_ORIENTATION_LIST

static final java.lang.String PLACEMENT_ORIENTATION_LIST
See Also:
Constant Field Values

PLACEMENT_ORIENTATION_DEFAULT

static final java.lang.String PLACEMENT_ORIENTATION_DEFAULT
See Also:
Constant Field Values

COMPARTMENT_CODE_LIST

static final java.lang.String COMPARTMENT_CODE_LIST
See Also:
Constant Field Values

COMPARTMENT_TYPE_CODE_DEFAULT

static final java.lang.String COMPARTMENT_TYPE_CODE_DEFAULT
See Also:
Constant Field Values

TRAVEL_TYPE_LIST

static final java.lang.String TRAVEL_TYPE_LIST
See Also:
Constant Field Values

TRAVEL_TYPE_DEFAULT

static final java.lang.String TRAVEL_TYPE_DEFAULT
See Also:
Constant Field Values

PRICE_LEVEL_CODE_DEFAULT

static final java.lang.String PRICE_LEVEL_CODE_DEFAULT
See Also:
Constant Field Values

COMPARTMENT_SIZE_LIST

static final java.lang.String COMPARTMENT_SIZE_LIST
See Also:
Constant Field Values

COMPARTMENT_SIZE_DEFAULT

static final java.lang.String COMPARTMENT_SIZE_DEFAULT
See Also:
Constant Field Values

KIND_OF_PLACEMENT_CODE

static final java.lang.String KIND_OF_PLACEMENT_CODE
See Also:
Constant Field Values
Method Detail

getSectionReference

SjObjectStringRef getSectionReference()
Field sectionReference is defined as mandatory.


lookupSectionReference

SjObjectStringRef lookupSectionReference()
Field sectionReference is defined as mandatory.


setSectionReference

void setSectionReference(SjObjectStringRef inData)
Field sectionReference is defined as mandatory.


getSectionReferenceValue

java.lang.String getSectionReferenceValue()
Field sectionReference is defined as mandatory.


setSectionReferenceValue

void setSectionReferenceValue(java.lang.String inData)
Field sectionReference is defined as mandatory.


setSectionReferenceValue

void setSectionReferenceValue(java.lang.String inData,
                              boolean inNotify)
Field sectionReference is defined as mandatory.


getSmokingDepartmentList

SjStringList getSmokingDepartmentList()
Field smokingDepartmentList is defined as optional.


lookupSmokingDepartmentList

SjStringList lookupSmokingDepartmentList()
Field smokingDepartmentList is defined as optional.


setSmokingDepartmentList

void setSmokingDepartmentList(SjStringList inData)
Field smokingDepartmentList is defined as optional.


getSmokingDepartmentDefault

TiStringInterface getSmokingDepartmentDefault()
Field smokingDepartmentDefault is defined as optional.


lookupSmokingDepartmentDefault

TiStringInterface lookupSmokingDepartmentDefault()
Field smokingDepartmentDefault is defined as optional.


setSmokingDepartmentDefault

void setSmokingDepartmentDefault(TiStringInterface inData)
Field smokingDepartmentDefault is defined as optional.


getSmokingDepartmentDefaultValue

java.lang.String getSmokingDepartmentDefaultValue()
Field smokingDepartmentDefault is defined as optional.


setSmokingDepartmentDefaultValue

void setSmokingDepartmentDefaultValue(java.lang.String inData)
Field smokingDepartmentDefault is defined as optional.


setSmokingDepartmentDefaultValue

void setSmokingDepartmentDefaultValue(java.lang.String inData,
                                      boolean inNotify)
Field smokingDepartmentDefault is defined as optional.


getPlacementCharacteristicsList

SjStringList getPlacementCharacteristicsList()
Field placementCharacteristicsList is defined as optional.


lookupPlacementCharacteristicsList

SjStringList lookupPlacementCharacteristicsList()
Field placementCharacteristicsList is defined as optional.


setPlacementCharacteristicsList

void setPlacementCharacteristicsList(SjStringList inData)
Field placementCharacteristicsList is defined as optional.


getPlacementCharacteristicsDefault

TiStringInterface getPlacementCharacteristicsDefault()
Field placementCharacteristicsDefault is defined as optional.


lookupPlacementCharacteristicsDefault

TiStringInterface lookupPlacementCharacteristicsDefault()
Field placementCharacteristicsDefault is defined as optional.


setPlacementCharacteristicsDefault

void setPlacementCharacteristicsDefault(TiStringInterface inData)
Field placementCharacteristicsDefault is defined as optional.


getPlacementCharacteristicsDefaultValue

java.lang.String getPlacementCharacteristicsDefaultValue()
Field placementCharacteristicsDefault is defined as optional.


setPlacementCharacteristicsDefaultValue

void setPlacementCharacteristicsDefaultValue(java.lang.String inData)
Field placementCharacteristicsDefault is defined as optional.


setPlacementCharacteristicsDefaultValue

void setPlacementCharacteristicsDefaultValue(java.lang.String inData,
                                             boolean inNotify)
Field placementCharacteristicsDefault is defined as optional.


getPlacementOrientationList

SjStringList getPlacementOrientationList()
Field placementOrientationList is defined as optional.


lookupPlacementOrientationList

SjStringList lookupPlacementOrientationList()
Field placementOrientationList is defined as optional.


setPlacementOrientationList

void setPlacementOrientationList(SjStringList inData)
Field placementOrientationList is defined as optional.


getPlacementOrientationDefault

TiStringInterface getPlacementOrientationDefault()
Field placementOrientationDefault is defined as optional.


lookupPlacementOrientationDefault

TiStringInterface lookupPlacementOrientationDefault()
Field placementOrientationDefault is defined as optional.


setPlacementOrientationDefault

void setPlacementOrientationDefault(TiStringInterface inData)
Field placementOrientationDefault is defined as optional.


getPlacementOrientationDefaultValue

java.lang.String getPlacementOrientationDefaultValue()
Field placementOrientationDefault is defined as optional.


setPlacementOrientationDefaultValue

void setPlacementOrientationDefaultValue(java.lang.String inData)
Field placementOrientationDefault is defined as optional.


setPlacementOrientationDefaultValue

void setPlacementOrientationDefaultValue(java.lang.String inData,
                                         boolean inNotify)
Field placementOrientationDefault is defined as optional.


getCompartmentCodeList

SjCodeList getCompartmentCodeList()
Field compartmentCodeList is defined as optional.


lookupCompartmentCodeList

SjCodeList lookupCompartmentCodeList()
Field compartmentCodeList is defined as optional.


setCompartmentCodeList

void setCompartmentCodeList(SjCodeList inData)
Field compartmentCodeList is defined as optional.


getCompartmentTypeCodeDefault

SjCode getCompartmentTypeCodeDefault()
Field compartmentTypeCodeDefault is defined as optional.


lookupCompartmentTypeCodeDefault

SjCode lookupCompartmentTypeCodeDefault()
Field compartmentTypeCodeDefault is defined as optional.


setCompartmentTypeCodeDefault

void setCompartmentTypeCodeDefault(SjCode inData)
Field compartmentTypeCodeDefault is defined as optional.


getCompartmentTypeCodeDefaultValue

java.lang.String getCompartmentTypeCodeDefaultValue()
Field compartmentTypeCodeDefault is defined as optional.


setCompartmentTypeCodeDefaultValue

void setCompartmentTypeCodeDefaultValue(java.lang.String inData)
Field compartmentTypeCodeDefault is defined as optional.


setCompartmentTypeCodeDefaultValue

void setCompartmentTypeCodeDefaultValue(java.lang.String inData,
                                        boolean inNotify)
Field compartmentTypeCodeDefault is defined as optional.


getTravelTypeList

SjStringList getTravelTypeList()
Field travelTypeList is defined as optional.


lookupTravelTypeList

SjStringList lookupTravelTypeList()
Field travelTypeList is defined as optional.


setTravelTypeList

void setTravelTypeList(SjStringList inData)
Field travelTypeList is defined as optional.


getTravelTypeDefault

TiStringInterface getTravelTypeDefault()
Field travelTypeDefault is defined as optional.


lookupTravelTypeDefault

TiStringInterface lookupTravelTypeDefault()
Field travelTypeDefault is defined as optional.


setTravelTypeDefault

void setTravelTypeDefault(TiStringInterface inData)
Field travelTypeDefault is defined as optional.


getTravelTypeDefaultValue

java.lang.String getTravelTypeDefaultValue()
Field travelTypeDefault is defined as optional.


setTravelTypeDefaultValue

void setTravelTypeDefaultValue(java.lang.String inData)
Field travelTypeDefault is defined as optional.


setTravelTypeDefaultValue

void setTravelTypeDefaultValue(java.lang.String inData,
                               boolean inNotify)
Field travelTypeDefault is defined as optional.


getPriceLevelCodeDefault

SjCode getPriceLevelCodeDefault()
Field priceLevelCodeDefault is defined as optional.


lookupPriceLevelCodeDefault

SjCode lookupPriceLevelCodeDefault()
Field priceLevelCodeDefault is defined as optional.


setPriceLevelCodeDefault

void setPriceLevelCodeDefault(SjCode inData)
Field priceLevelCodeDefault is defined as optional.


getPriceLevelCodeDefaultValue

java.lang.String getPriceLevelCodeDefaultValue()
Field priceLevelCodeDefault is defined as optional.


setPriceLevelCodeDefaultValue

void setPriceLevelCodeDefaultValue(java.lang.String inData)
Field priceLevelCodeDefault is defined as optional.


setPriceLevelCodeDefaultValue

void setPriceLevelCodeDefaultValue(java.lang.String inData,
                                   boolean inNotify)
Field priceLevelCodeDefault is defined as optional.


getCompartmentSizeList

SjStringList getCompartmentSizeList()
Field compartmentSizeList is defined as optional.


lookupCompartmentSizeList

SjStringList lookupCompartmentSizeList()
Field compartmentSizeList is defined as optional.


setCompartmentSizeList

void setCompartmentSizeList(SjStringList inData)
Field compartmentSizeList is defined as optional.


getCompartmentSizeDefault

TiStringInterface getCompartmentSizeDefault()
Field compartmentSizeDefault is defined as optional.


lookupCompartmentSizeDefault

TiStringInterface lookupCompartmentSizeDefault()
Field compartmentSizeDefault is defined as optional.


setCompartmentSizeDefault

void setCompartmentSizeDefault(TiStringInterface inData)
Field compartmentSizeDefault is defined as optional.


getCompartmentSizeDefaultValue

java.lang.String getCompartmentSizeDefaultValue()
Field compartmentSizeDefault is defined as optional.


setCompartmentSizeDefaultValue

void setCompartmentSizeDefaultValue(java.lang.String inData)
Field compartmentSizeDefault is defined as optional.


setCompartmentSizeDefaultValue

void setCompartmentSizeDefaultValue(java.lang.String inData,
                                    boolean inNotify)
Field compartmentSizeDefault is defined as optional.


getKindOfPlacementCode

TiStringInterface getKindOfPlacementCode()
Field kindOfPlacementCode is defined as optional.


lookupKindOfPlacementCode

TiStringInterface lookupKindOfPlacementCode()
Field kindOfPlacementCode is defined as optional.


setKindOfPlacementCode

void setKindOfPlacementCode(TiStringInterface inData)
Field kindOfPlacementCode is defined as optional.


getKindOfPlacementCodeValue

java.lang.String getKindOfPlacementCodeValue()
Field kindOfPlacementCode is defined as optional.


setKindOfPlacementCodeValue

void setKindOfPlacementCodeValue(java.lang.String inData)
Field kindOfPlacementCode is defined as optional.


setKindOfPlacementCodeValue

void setKindOfPlacementCodeValue(java.lang.String inData,
                                 boolean inNotify)
Field kindOfPlacementCode is defined as optional.



Copyright © 2012. All Rights Reserved.