se.sj.stina.domain.model
Interface SjInternationalSectionSpecification

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:
SjInternationalSectionSpecificationPlain, SjInternationalSectionSpecificationStandard

public interface SjInternationalSectionSpecification
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface

Beställ utlandsfärd med fler landsdelsträckor. Hanteras som 'endast färd'. ProductCode : Produktkod. Defaulthanteras.) PriceGroupCode : Biljetttyp t.ex S2 (DEFGRP) 2 klass ConditionGroup : Defaultgrupp t.ex STS (VTFSJGRP) Sommarbiljett PriceLevelCode : Prisnivå t.ex. AK (PRSNV) 2 kl TravelType : Restyp t.ex E (RSTK) Enkel SerialNumber : Serienr för aktuell delsträcka Prsfrg : Om meningsfulla priser krävs i svaret på prisfråga (F1638)


Field Summary
static java.lang.String ARRIVAL_LOCATION
           
static java.lang.String CONDITION_GROUP
           
static java.lang.String CONTRACTUAL_CARRIER_CODE
           
static java.lang.String DEPARTURE_DATE
           
static java.lang.String DEPARTURE_LOCATION
           
static java.lang.String GROUP
           
static java.lang.String GROUP_REFERENCE
           
static java.lang.String INTERNATIONAL_CONSUMER_SPECIFICATION_LIST
           
static java.lang.String OFFER
           
static java.lang.String PRICE_GROUP_CODE
           
static java.lang.String PRICE_LEVEL_CODE
           
static java.lang.String PRODUCT_CODE
           
static java.lang.String PRSFRG
           
static java.lang.String SECTION_PRODUCER
           
static java.lang.String SERIAL_NUMBER
           
static java.lang.String TRAVEL_TYPE
           
 
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
 SjLocationQuery getArrivalLocation()
          Field arrivalLocation is defined as mandatory.
 TiStringInterface getConditionGroup()
          Field conditionGroup is defined as optional.
 java.lang.String getConditionGroupValue()
          Field conditionGroup is defined as optional.
 TiStringInterface getContractualCarrierCode()
          Field contractualCarrierCode is defined as mandatory.
 java.lang.String getContractualCarrierCodeValue()
          Field contractualCarrierCode is defined as mandatory.
 TiDate getDepartureDate()
          Field departureDate is defined as mandatory.
 SjLocationQuery getDepartureLocation()
          Field departureLocation is defined as mandatory.
 TiBooleanInterface getGroup()
          Field group is defined as mandatory.
 TiStringInterface getGroupReference()
          Field groupReference is defined as optional.
 java.lang.String getGroupReferenceValue()
          Field groupReference is defined as optional.
 java.lang.Boolean getGroupValue()
          Field group is defined as mandatory.
 SjInternationalConsumerSpecificationList getInternationalConsumerSpecificationList()
          Field internationalConsumerSpecificationList is defined as mandatory.
 SjIdentity getOffer()
          Field offer is defined as optional.
 java.lang.String getOfferValue()
          Field offer is defined as optional.
 SjCode getPriceGroupCode()
          Field priceGroupCode is defined as mandatory.
 java.lang.String getPriceGroupCodeValue()
          Field priceGroupCode is defined as mandatory.
 SjCode getPriceLevelCode()
          Field priceLevelCode is defined as optional.
 java.lang.String getPriceLevelCodeValue()
          Field priceLevelCode is defined as optional.
 SjCode getProductCode()
          Field productCode is defined as optional.
 java.lang.String getProductCodeValue()
          Field productCode is defined as optional.
 TiStringInterface getPrsfrg()
          Field prsfrg is defined as optional.
 java.lang.String getPrsfrgValue()
          Field prsfrg is defined as optional.
 SjCode getSectionProducer()
          Field sectionProducer is defined as mandatory.
 java.lang.String getSectionProducerValue()
          Field sectionProducer is defined as mandatory.
 SjIntegerString getSerialNumber()
          Field serialNumber is defined as mandatory.
 java.lang.String getSerialNumberValue()
          Field serialNumber is defined as mandatory.
 TiStringInterface getTravelType()
          Field travelType is defined as mandatory.
 java.lang.String getTravelTypeValue()
          Field travelType is defined as mandatory.
 SjLocationQuery lookupArrivalLocation()
          Field arrivalLocation is defined as mandatory.
 TiStringInterface lookupConditionGroup()
          Field conditionGroup is defined as optional.
 TiStringInterface lookupContractualCarrierCode()
          Field contractualCarrierCode is defined as mandatory.
 TiDate lookupDepartureDate()
          Field departureDate is defined as mandatory.
 SjLocationQuery lookupDepartureLocation()
          Field departureLocation is defined as mandatory.
 TiBooleanInterface lookupGroup()
          Field group is defined as mandatory.
 TiStringInterface lookupGroupReference()
          Field groupReference is defined as optional.
 SjInternationalConsumerSpecificationList lookupInternationalConsumerSpecificationList()
          Field internationalConsumerSpecificationList is defined as mandatory.
 SjIdentity lookupOffer()
          Field offer is defined as optional.
 SjCode lookupPriceGroupCode()
          Field priceGroupCode is defined as mandatory.
 SjCode lookupPriceLevelCode()
          Field priceLevelCode is defined as optional.
 SjCode lookupProductCode()
          Field productCode is defined as optional.
 TiStringInterface lookupPrsfrg()
          Field prsfrg is defined as optional.
 SjCode lookupSectionProducer()
          Field sectionProducer is defined as mandatory.
 SjIntegerString lookupSerialNumber()
          Field serialNumber is defined as mandatory.
 TiStringInterface lookupTravelType()
          Field travelType is defined as mandatory.
 void setArrivalLocation(SjLocationQuery inData)
          Field arrivalLocation is defined as mandatory.
 void setConditionGroup(TiStringInterface inData)
          Field conditionGroup is defined as optional.
 void setConditionGroupValue(java.lang.String inData)
          Field conditionGroup is defined as optional.
 void setConditionGroupValue(java.lang.String inData, boolean inNotify)
          Field conditionGroup is defined as optional.
 void setContractualCarrierCode(TiStringInterface inData)
          Field contractualCarrierCode is defined as mandatory.
 void setContractualCarrierCodeValue(java.lang.String inData)
          Field contractualCarrierCode is defined as mandatory.
 void setContractualCarrierCodeValue(java.lang.String inData, boolean inNotify)
          Field contractualCarrierCode is defined as mandatory.
 void setDepartureDate(TiDate inData)
          Field departureDate is defined as mandatory.
 void setDepartureLocation(SjLocationQuery inData)
          Field departureLocation is defined as mandatory.
 void setGroup(TiBooleanInterface inData)
          Field group is defined as mandatory.
 void setGroupReference(TiStringInterface inData)
          Field groupReference is defined as optional.
 void setGroupReferenceValue(java.lang.String inData)
          Field groupReference is defined as optional.
 void setGroupReferenceValue(java.lang.String inData, boolean inNotify)
          Field groupReference is defined as optional.
 void setGroupValue(java.lang.Boolean inData)
          Field group is defined as mandatory.
 void setGroupValue(java.lang.Boolean inData, boolean inNotify)
          Field group is defined as mandatory.
 void setInternationalConsumerSpecificationList(SjInternationalConsumerSpecificationList inData)
          Field internationalConsumerSpecificationList is defined as mandatory.
 void setOffer(SjIdentity inData)
          Field offer is defined as optional.
 void setOfferValue(java.lang.String inData)
          Field offer is defined as optional.
 void setOfferValue(java.lang.String inData, boolean inNotify)
          Field offer 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 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 setProductCode(SjCode inData)
          Field productCode is defined as optional.
 void setProductCodeValue(java.lang.String inData)
          Field productCode is defined as optional.
 void setProductCodeValue(java.lang.String inData, boolean inNotify)
          Field productCode is defined as optional.
 void setPrsfrg(TiStringInterface inData)
          Field prsfrg is defined as optional.
 void setPrsfrgValue(java.lang.String inData)
          Field prsfrg is defined as optional.
 void setPrsfrgValue(java.lang.String inData, boolean inNotify)
          Field prsfrg is defined as optional.
 void setSectionProducer(SjCode inData)
          Field sectionProducer is defined as mandatory.
 void setSectionProducerValue(java.lang.String inData)
          Field sectionProducer is defined as mandatory.
 void setSectionProducerValue(java.lang.String inData, boolean inNotify)
          Field sectionProducer is defined as mandatory.
 void setSerialNumber(SjIntegerString inData)
          Field serialNumber is defined as mandatory.
 void setSerialNumberValue(java.lang.String inData)
          Field serialNumber is defined as mandatory.
 void setSerialNumberValue(java.lang.String inData, boolean inNotify)
          Field serialNumber is defined as mandatory.
 void setTravelType(TiStringInterface inData)
          Field travelType is defined as mandatory.
 void setTravelTypeValue(java.lang.String inData)
          Field travelType is defined as mandatory.
 void setTravelTypeValue(java.lang.String inData, boolean inNotify)
          Field travelType 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.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

ARRIVAL_LOCATION

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

DEPARTURE_DATE

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

PRICE_GROUP_CODE

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

CONDITION_GROUP

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

PRICE_LEVEL_CODE

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

PRODUCT_CODE

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

TRAVEL_TYPE

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

SERIAL_NUMBER

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

SECTION_PRODUCER

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

CONTRACTUAL_CARRIER_CODE

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

GROUP

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

GROUP_REFERENCE

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

OFFER

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

INTERNATIONAL_CONSUMER_SPECIFICATION_LIST

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

PRSFRG

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

getDepartureLocation

SjLocationQuery getDepartureLocation()
Field departureLocation is defined as mandatory.


lookupDepartureLocation

SjLocationQuery lookupDepartureLocation()
Field departureLocation is defined as mandatory.


setDepartureLocation

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


getArrivalLocation

SjLocationQuery getArrivalLocation()
Field arrivalLocation is defined as mandatory.


lookupArrivalLocation

SjLocationQuery lookupArrivalLocation()
Field arrivalLocation is defined as mandatory.


setArrivalLocation

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


getDepartureDate

TiDate getDepartureDate()
Field departureDate is defined as mandatory.


lookupDepartureDate

TiDate lookupDepartureDate()
Field departureDate is defined as mandatory.


setDepartureDate

void setDepartureDate(TiDate inData)
Field departureDate is defined as mandatory.


getPriceGroupCode

SjCode getPriceGroupCode()
Field priceGroupCode is defined as mandatory.


lookupPriceGroupCode

SjCode lookupPriceGroupCode()
Field priceGroupCode is defined as mandatory.


setPriceGroupCode

void setPriceGroupCode(SjCode inData)
Field priceGroupCode is defined as mandatory.


getPriceGroupCodeValue

java.lang.String getPriceGroupCodeValue()
Field priceGroupCode is defined as mandatory.


setPriceGroupCodeValue

void setPriceGroupCodeValue(java.lang.String inData)
Field priceGroupCode is defined as mandatory.


setPriceGroupCodeValue

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


getConditionGroup

TiStringInterface getConditionGroup()
Field conditionGroup is defined as optional.


lookupConditionGroup

TiStringInterface lookupConditionGroup()
Field conditionGroup is defined as optional.


setConditionGroup

void setConditionGroup(TiStringInterface inData)
Field conditionGroup is defined as optional.


getConditionGroupValue

java.lang.String getConditionGroupValue()
Field conditionGroup is defined as optional.


setConditionGroupValue

void setConditionGroupValue(java.lang.String inData)
Field conditionGroup is defined as optional.


setConditionGroupValue

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


getPriceLevelCode

SjCode getPriceLevelCode()
Field priceLevelCode is defined as optional.


lookupPriceLevelCode

SjCode lookupPriceLevelCode()
Field priceLevelCode is defined as optional.


setPriceLevelCode

void setPriceLevelCode(SjCode inData)
Field priceLevelCode is defined as optional.


getPriceLevelCodeValue

java.lang.String getPriceLevelCodeValue()
Field priceLevelCode is defined as optional.


setPriceLevelCodeValue

void setPriceLevelCodeValue(java.lang.String inData)
Field priceLevelCode is defined as optional.


setPriceLevelCodeValue

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


getProductCode

SjCode getProductCode()
Field productCode is defined as optional.


lookupProductCode

SjCode lookupProductCode()
Field productCode is defined as optional.


setProductCode

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


getProductCodeValue

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


setProductCodeValue

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


setProductCodeValue

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


getTravelType

TiStringInterface getTravelType()
Field travelType is defined as mandatory.


lookupTravelType

TiStringInterface lookupTravelType()
Field travelType is defined as mandatory.


setTravelType

void setTravelType(TiStringInterface inData)
Field travelType is defined as mandatory.


getTravelTypeValue

java.lang.String getTravelTypeValue()
Field travelType is defined as mandatory.


setTravelTypeValue

void setTravelTypeValue(java.lang.String inData)
Field travelType is defined as mandatory.


setTravelTypeValue

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


getSerialNumber

SjIntegerString getSerialNumber()
Field serialNumber is defined as mandatory.


lookupSerialNumber

SjIntegerString lookupSerialNumber()
Field serialNumber is defined as mandatory.


setSerialNumber

void setSerialNumber(SjIntegerString inData)
Field serialNumber is defined as mandatory.


getSerialNumberValue

java.lang.String getSerialNumberValue()
Field serialNumber is defined as mandatory.


setSerialNumberValue

void setSerialNumberValue(java.lang.String inData)
Field serialNumber is defined as mandatory.


setSerialNumberValue

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


getSectionProducer

SjCode getSectionProducer()
Field sectionProducer is defined as mandatory.


lookupSectionProducer

SjCode lookupSectionProducer()
Field sectionProducer is defined as mandatory.


setSectionProducer

void setSectionProducer(SjCode inData)
Field sectionProducer is defined as mandatory.


getSectionProducerValue

java.lang.String getSectionProducerValue()
Field sectionProducer is defined as mandatory.


setSectionProducerValue

void setSectionProducerValue(java.lang.String inData)
Field sectionProducer is defined as mandatory.


setSectionProducerValue

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


getContractualCarrierCode

TiStringInterface getContractualCarrierCode()
Field contractualCarrierCode is defined as mandatory.


lookupContractualCarrierCode

TiStringInterface lookupContractualCarrierCode()
Field contractualCarrierCode is defined as mandatory.


setContractualCarrierCode

void setContractualCarrierCode(TiStringInterface inData)
Field contractualCarrierCode is defined as mandatory.


getContractualCarrierCodeValue

java.lang.String getContractualCarrierCodeValue()
Field contractualCarrierCode is defined as mandatory.


setContractualCarrierCodeValue

void setContractualCarrierCodeValue(java.lang.String inData)
Field contractualCarrierCode is defined as mandatory.


setContractualCarrierCodeValue

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


getGroup

TiBooleanInterface getGroup()
Field group is defined as mandatory.


lookupGroup

TiBooleanInterface lookupGroup()
Field group is defined as mandatory.


setGroup

void setGroup(TiBooleanInterface inData)
Field group is defined as mandatory.


getGroupValue

java.lang.Boolean getGroupValue()
Field group is defined as mandatory.


setGroupValue

void setGroupValue(java.lang.Boolean inData)
Field group is defined as mandatory.


setGroupValue

void setGroupValue(java.lang.Boolean inData,
                   boolean inNotify)
Field group is defined as mandatory.


getGroupReference

TiStringInterface getGroupReference()
Field groupReference is defined as optional.


lookupGroupReference

TiStringInterface lookupGroupReference()
Field groupReference is defined as optional.


setGroupReference

void setGroupReference(TiStringInterface inData)
Field groupReference is defined as optional.


getGroupReferenceValue

java.lang.String getGroupReferenceValue()
Field groupReference is defined as optional.


setGroupReferenceValue

void setGroupReferenceValue(java.lang.String inData)
Field groupReference is defined as optional.


setGroupReferenceValue

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


getOffer

SjIdentity getOffer()
Field offer is defined as optional.


lookupOffer

SjIdentity lookupOffer()
Field offer is defined as optional.


setOffer

void setOffer(SjIdentity inData)
Field offer is defined as optional.


getOfferValue

java.lang.String getOfferValue()
Field offer is defined as optional.


setOfferValue

void setOfferValue(java.lang.String inData)
Field offer is defined as optional.


setOfferValue

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


getInternationalConsumerSpecificationList

SjInternationalConsumerSpecificationList getInternationalConsumerSpecificationList()
Field internationalConsumerSpecificationList is defined as mandatory.


lookupInternationalConsumerSpecificationList

SjInternationalConsumerSpecificationList lookupInternationalConsumerSpecificationList()
Field internationalConsumerSpecificationList is defined as mandatory.


setInternationalConsumerSpecificationList

void setInternationalConsumerSpecificationList(SjInternationalConsumerSpecificationList inData)
Field internationalConsumerSpecificationList is defined as mandatory.


getPrsfrg

TiStringInterface getPrsfrg()
Field prsfrg is defined as optional.


lookupPrsfrg

TiStringInterface lookupPrsfrg()
Field prsfrg is defined as optional.


setPrsfrg

void setPrsfrg(TiStringInterface inData)
Field prsfrg is defined as optional.


getPrsfrgValue

java.lang.String getPrsfrgValue()
Field prsfrg is defined as optional.


setPrsfrgValue

void setPrsfrgValue(java.lang.String inData)
Field prsfrg is defined as optional.


setPrsfrgValue

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



Copyright © 2012. All Rights Reserved.