se.sj.stina.domain.model
Interface SjSectionDescription

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:
SjSectionDescriptionPlain, SjSectionDescriptionStandard

public interface SjSectionDescription
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface

ServiceBrandInformation F1883


Field Summary
static java.lang.String ARRIVAL_DATE_TIME
           
static java.lang.String ARRIVAL_LOCATION
           
static java.lang.String DEPARTURE_DATE_TIME
           
static java.lang.String DEPARTURE_LOCATION
           
static java.lang.String PLACEMENT_DESCRIPTION_LIST
           
static java.lang.String PRODUCT_CODE
           
static java.lang.String SECTION_PLACEMENT_COMPONENT_PAYMENT_DESCRIPTION
           
static java.lang.String SECTION_PLACEMENT_PRICE_DESCRIPTION
           
static java.lang.String SECTION_REFERENCE
           
static java.lang.String SECTION_TRANSPORT_COMPONENT_PAYMENT_DESCRIPTION
           
static java.lang.String SECTION_TRANSPORT_PRICE_DESCRIPTION
           
static java.lang.String SERVICE_BRAND_INFORMATION
           
static java.lang.String TICKET_TEXT
           
static java.lang.String TRANSPORT_DESCRIPTION
           
static java.lang.String TRANSPORT_ID
           
static java.lang.String TRANSPORT_PRODUCER_CODE
           
static java.lang.String TRANSPORTATION_DURATION
           
 
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
 TiDateTime getArrivalDateTime()
          Field arrivalDateTime is defined as mandatory.
 SjLocation getArrivalLocation()
          Field arrivalLocation is defined as mandatory.
 TiDateTime getDepartureDateTime()
          Field departureDateTime is defined as mandatory.
 SjLocation getDepartureLocation()
          Field departureLocation is defined as mandatory.
 SjPlacementDescriptionList getPlacementDescriptionList()
          Field placementDescriptionList is defined as optional.
 SjCode getProductCode()
          Field productCode is defined as mandatory.
 java.lang.String getProductCodeValue()
          Field productCode is defined as mandatory.
 SjComponentPaymentDescription getSectionPlacementComponentPaymentDescription()
          Field sectionPlacementComponentPaymentDescription is defined as optional.
 SjSectionPlacementPriceDescription getSectionPlacementPriceDescription()
          Field sectionPlacementPriceDescription is defined as optional.
 SjObjectStringRef getSectionReference()
          Field sectionReference is defined as optional.
 java.lang.String getSectionReferenceValue()
          Field sectionReference is defined as optional.
 SjComponentPaymentDescription getSectionTransportComponentPaymentDescription()
          Field sectionTransportComponentPaymentDescription is defined as optional.
 SjSectionTransportPriceDescription getSectionTransportPriceDescription()
          Field sectionTransportPriceDescription is defined as optional.
 SjServiceBrandInformation getServiceBrandInformation()
          Field serviceBrandInformation is defined as optional.
 TiStringInterface getTicketText()
          Field ticketText is defined as optional.
 java.lang.String getTicketTextValue()
          Field ticketText is defined as optional.
 TiTimeSpan getTransportationDuration()
          Field transportationDuration is defined as mandatory.
 SjTransportDescription getTransportDescription()
          Field transportDescription is defined as optional.
 SjIdentity getTransportId()
          Field transportId is defined as mandatory.
 java.lang.String getTransportIdValue()
          Field transportId is defined as mandatory.
 TiStringInterface getTransportProducerCode()
          Field transportProducerCode is defined as optional.
 java.lang.String getTransportProducerCodeValue()
          Field transportProducerCode is defined as optional.
 TiDateTime lookupArrivalDateTime()
          Field arrivalDateTime is defined as mandatory.
 SjLocation lookupArrivalLocation()
          Field arrivalLocation is defined as mandatory.
 TiDateTime lookupDepartureDateTime()
          Field departureDateTime is defined as mandatory.
 SjLocation lookupDepartureLocation()
          Field departureLocation is defined as mandatory.
 SjPlacementDescriptionList lookupPlacementDescriptionList()
          Field placementDescriptionList is defined as optional.
 SjCode lookupProductCode()
          Field productCode is defined as mandatory.
 SjComponentPaymentDescription lookupSectionPlacementComponentPaymentDescription()
          Field sectionPlacementComponentPaymentDescription is defined as optional.
 SjSectionPlacementPriceDescription lookupSectionPlacementPriceDescription()
          Field sectionPlacementPriceDescription is defined as optional.
 SjObjectStringRef lookupSectionReference()
          Field sectionReference is defined as optional.
 SjComponentPaymentDescription lookupSectionTransportComponentPaymentDescription()
          Field sectionTransportComponentPaymentDescription is defined as optional.
 SjSectionTransportPriceDescription lookupSectionTransportPriceDescription()
          Field sectionTransportPriceDescription is defined as optional.
 SjServiceBrandInformation lookupServiceBrandInformation()
          Field serviceBrandInformation is defined as optional.
 TiStringInterface lookupTicketText()
          Field ticketText is defined as optional.
 TiTimeSpan lookupTransportationDuration()
          Field transportationDuration is defined as mandatory.
 SjTransportDescription lookupTransportDescription()
          Field transportDescription is defined as optional.
 SjIdentity lookupTransportId()
          Field transportId is defined as mandatory.
 TiStringInterface lookupTransportProducerCode()
          Field transportProducerCode is defined as optional.
 void setArrivalDateTime(TiDateTime inData)
          Field arrivalDateTime is defined as mandatory.
 void setArrivalLocation(SjLocation inData)
          Field arrivalLocation is defined as mandatory.
 void setDepartureDateTime(TiDateTime inData)
          Field departureDateTime is defined as mandatory.
 void setDepartureLocation(SjLocation inData)
          Field departureLocation is defined as mandatory.
 void setPlacementDescriptionList(SjPlacementDescriptionList inData)
          Field placementDescriptionList is defined as optional.
 void setProductCode(SjCode inData)
          Field productCode is defined as mandatory.
 void setProductCodeValue(java.lang.String inData)
          Field productCode is defined as mandatory.
 void setProductCodeValue(java.lang.String inData, boolean inNotify)
          Field productCode is defined as mandatory.
 void setSectionPlacementComponentPaymentDescription(SjComponentPaymentDescription inData)
          Field sectionPlacementComponentPaymentDescription is defined as optional.
 void setSectionPlacementPriceDescription(SjSectionPlacementPriceDescription inData)
          Field sectionPlacementPriceDescription is defined as optional.
 void setSectionReference(SjObjectStringRef inData)
          Field sectionReference is defined as optional.
 void setSectionReferenceValue(java.lang.String inData)
          Field sectionReference is defined as optional.
 void setSectionReferenceValue(java.lang.String inData, boolean inNotify)
          Field sectionReference is defined as optional.
 void setSectionTransportComponentPaymentDescription(SjComponentPaymentDescription inData)
          Field sectionTransportComponentPaymentDescription is defined as optional.
 void setSectionTransportPriceDescription(SjSectionTransportPriceDescription inData)
          Field sectionTransportPriceDescription is defined as optional.
 void setServiceBrandInformation(SjServiceBrandInformation inData)
          Field serviceBrandInformation is defined as optional.
 void setTicketText(TiStringInterface inData)
          Field ticketText is defined as optional.
 void setTicketTextValue(java.lang.String inData)
          Field ticketText is defined as optional.
 void setTicketTextValue(java.lang.String inData, boolean inNotify)
          Field ticketText is defined as optional.
 void setTransportationDuration(TiTimeSpan inData)
          Field transportationDuration is defined as mandatory.
 void setTransportDescription(SjTransportDescription inData)
          Field transportDescription is defined as optional.
 void setTransportId(SjIdentity inData)
          Field transportId is defined as mandatory.
 void setTransportIdValue(java.lang.String inData)
          Field transportId is defined as mandatory.
 void setTransportIdValue(java.lang.String inData, boolean inNotify)
          Field transportId is defined as mandatory.
 void setTransportProducerCode(TiStringInterface inData)
          Field transportProducerCode is defined as optional.
 void setTransportProducerCodeValue(java.lang.String inData)
          Field transportProducerCode is defined as optional.
 void setTransportProducerCodeValue(java.lang.String inData, boolean inNotify)
          Field transportProducerCode 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

DEPARTURE_LOCATION

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

DEPARTURE_DATE_TIME

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

ARRIVAL_LOCATION

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

ARRIVAL_DATE_TIME

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

TRANSPORTATION_DURATION

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

PRODUCT_CODE

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

TRANSPORT_ID

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

TRANSPORT_PRODUCER_CODE

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

SECTION_TRANSPORT_PRICE_DESCRIPTION

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

SECTION_PLACEMENT_PRICE_DESCRIPTION

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

SECTION_TRANSPORT_COMPONENT_PAYMENT_DESCRIPTION

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

SECTION_PLACEMENT_COMPONENT_PAYMENT_DESCRIPTION

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

SECTION_REFERENCE

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

TRANSPORT_DESCRIPTION

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

PLACEMENT_DESCRIPTION_LIST

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

TICKET_TEXT

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

SERVICE_BRAND_INFORMATION

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

getDepartureLocation

SjLocation getDepartureLocation()
Field departureLocation is defined as mandatory.


lookupDepartureLocation

SjLocation lookupDepartureLocation()
Field departureLocation is defined as mandatory.


setDepartureLocation

void setDepartureLocation(SjLocation inData)
Field departureLocation is defined as mandatory.


getDepartureDateTime

TiDateTime getDepartureDateTime()
Field departureDateTime is defined as mandatory.


lookupDepartureDateTime

TiDateTime lookupDepartureDateTime()
Field departureDateTime is defined as mandatory.


setDepartureDateTime

void setDepartureDateTime(TiDateTime inData)
Field departureDateTime is defined as mandatory.


getArrivalLocation

SjLocation getArrivalLocation()
Field arrivalLocation is defined as mandatory.


lookupArrivalLocation

SjLocation lookupArrivalLocation()
Field arrivalLocation is defined as mandatory.


setArrivalLocation

void setArrivalLocation(SjLocation inData)
Field arrivalLocation is defined as mandatory.


getArrivalDateTime

TiDateTime getArrivalDateTime()
Field arrivalDateTime is defined as mandatory.


lookupArrivalDateTime

TiDateTime lookupArrivalDateTime()
Field arrivalDateTime is defined as mandatory.


setArrivalDateTime

void setArrivalDateTime(TiDateTime inData)
Field arrivalDateTime is defined as mandatory.


getTransportationDuration

TiTimeSpan getTransportationDuration()
Field transportationDuration is defined as mandatory.


lookupTransportationDuration

TiTimeSpan lookupTransportationDuration()
Field transportationDuration is defined as mandatory.


setTransportationDuration

void setTransportationDuration(TiTimeSpan inData)
Field transportationDuration is defined as mandatory.


getProductCode

SjCode getProductCode()
Field productCode is defined as mandatory.


lookupProductCode

SjCode lookupProductCode()
Field productCode is defined as mandatory.


setProductCode

void setProductCode(SjCode inData)
Field productCode is defined as mandatory.


getProductCodeValue

java.lang.String getProductCodeValue()
Field productCode is defined as mandatory.


setProductCodeValue

void setProductCodeValue(java.lang.String inData)
Field productCode is defined as mandatory.


setProductCodeValue

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


getTransportId

SjIdentity getTransportId()
Field transportId is defined as mandatory.


lookupTransportId

SjIdentity lookupTransportId()
Field transportId is defined as mandatory.


setTransportId

void setTransportId(SjIdentity inData)
Field transportId is defined as mandatory.


getTransportIdValue

java.lang.String getTransportIdValue()
Field transportId is defined as mandatory.


setTransportIdValue

void setTransportIdValue(java.lang.String inData)
Field transportId is defined as mandatory.


setTransportIdValue

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


getTransportProducerCode

TiStringInterface getTransportProducerCode()
Field transportProducerCode is defined as optional.


lookupTransportProducerCode

TiStringInterface lookupTransportProducerCode()
Field transportProducerCode is defined as optional.


setTransportProducerCode

void setTransportProducerCode(TiStringInterface inData)
Field transportProducerCode is defined as optional.


getTransportProducerCodeValue

java.lang.String getTransportProducerCodeValue()
Field transportProducerCode is defined as optional.


setTransportProducerCodeValue

void setTransportProducerCodeValue(java.lang.String inData)
Field transportProducerCode is defined as optional.


setTransportProducerCodeValue

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


getSectionTransportPriceDescription

SjSectionTransportPriceDescription getSectionTransportPriceDescription()
Field sectionTransportPriceDescription is defined as optional.


lookupSectionTransportPriceDescription

SjSectionTransportPriceDescription lookupSectionTransportPriceDescription()
Field sectionTransportPriceDescription is defined as optional.


setSectionTransportPriceDescription

void setSectionTransportPriceDescription(SjSectionTransportPriceDescription inData)
Field sectionTransportPriceDescription is defined as optional.


getSectionPlacementPriceDescription

SjSectionPlacementPriceDescription getSectionPlacementPriceDescription()
Field sectionPlacementPriceDescription is defined as optional.


lookupSectionPlacementPriceDescription

SjSectionPlacementPriceDescription lookupSectionPlacementPriceDescription()
Field sectionPlacementPriceDescription is defined as optional.


setSectionPlacementPriceDescription

void setSectionPlacementPriceDescription(SjSectionPlacementPriceDescription inData)
Field sectionPlacementPriceDescription is defined as optional.


getSectionTransportComponentPaymentDescription

SjComponentPaymentDescription getSectionTransportComponentPaymentDescription()
Field sectionTransportComponentPaymentDescription is defined as optional.


lookupSectionTransportComponentPaymentDescription

SjComponentPaymentDescription lookupSectionTransportComponentPaymentDescription()
Field sectionTransportComponentPaymentDescription is defined as optional.


setSectionTransportComponentPaymentDescription

void setSectionTransportComponentPaymentDescription(SjComponentPaymentDescription inData)
Field sectionTransportComponentPaymentDescription is defined as optional.


getSectionPlacementComponentPaymentDescription

SjComponentPaymentDescription getSectionPlacementComponentPaymentDescription()
Field sectionPlacementComponentPaymentDescription is defined as optional.


lookupSectionPlacementComponentPaymentDescription

SjComponentPaymentDescription lookupSectionPlacementComponentPaymentDescription()
Field sectionPlacementComponentPaymentDescription is defined as optional.


setSectionPlacementComponentPaymentDescription

void setSectionPlacementComponentPaymentDescription(SjComponentPaymentDescription inData)
Field sectionPlacementComponentPaymentDescription is defined as optional.


getSectionReference

SjObjectStringRef getSectionReference()
Field sectionReference is defined as optional.


lookupSectionReference

SjObjectStringRef lookupSectionReference()
Field sectionReference is defined as optional.


setSectionReference

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


getSectionReferenceValue

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


setSectionReferenceValue

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


setSectionReferenceValue

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


getTransportDescription

SjTransportDescription getTransportDescription()
Field transportDescription is defined as optional.


lookupTransportDescription

SjTransportDescription lookupTransportDescription()
Field transportDescription is defined as optional.


setTransportDescription

void setTransportDescription(SjTransportDescription inData)
Field transportDescription is defined as optional.


getPlacementDescriptionList

SjPlacementDescriptionList getPlacementDescriptionList()
Field placementDescriptionList is defined as optional.


lookupPlacementDescriptionList

SjPlacementDescriptionList lookupPlacementDescriptionList()
Field placementDescriptionList is defined as optional.


setPlacementDescriptionList

void setPlacementDescriptionList(SjPlacementDescriptionList inData)
Field placementDescriptionList is defined as optional.


getTicketText

TiStringInterface getTicketText()
Field ticketText is defined as optional.


lookupTicketText

TiStringInterface lookupTicketText()
Field ticketText is defined as optional.


setTicketText

void setTicketText(TiStringInterface inData)
Field ticketText is defined as optional.


getTicketTextValue

java.lang.String getTicketTextValue()
Field ticketText is defined as optional.


setTicketTextValue

void setTicketTextValue(java.lang.String inData)
Field ticketText is defined as optional.


setTicketTextValue

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


getServiceBrandInformation

SjServiceBrandInformation getServiceBrandInformation()
Field serviceBrandInformation is defined as optional.


lookupServiceBrandInformation

SjServiceBrandInformation lookupServiceBrandInformation()
Field serviceBrandInformation is defined as optional.


setServiceBrandInformation

void setServiceBrandInformation(SjServiceBrandInformation inData)
Field serviceBrandInformation is defined as optional.



Copyright © 2012. All Rights Reserved.