|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjRelationConnectedServiceSpecification
Field Summary | |
---|---|
static java.lang.String |
ARRIVAL_LOCATION
|
static java.lang.String |
DEPARTURE_LOCATION
|
static java.lang.String |
DISCOUNT_CODE
|
static java.lang.String |
NUMBER
|
static java.lang.String |
SERVICE_ID
|
static java.lang.String |
START_DATE
|
Method Summary | |
---|---|
SjLocationQuery |
getArrivalLocation()
Field arrivalLocation is defined as mandatory. |
SjLocationQuery |
getDepartureLocation()
Field departureLocation is defined as mandatory. |
SjCode |
getDiscountCode()
Field discountCode is defined as optional. |
java.lang.String |
getDiscountCodeValue()
Field discountCode is defined as optional. |
SjIntegerString |
getNumber()
Field number is defined as mandatory. |
java.lang.String |
getNumberValue()
Field number is defined as mandatory. |
SjIdentity |
getServiceId()
Field serviceId is defined as mandatory. |
java.lang.String |
getServiceIdValue()
Field serviceId is defined as mandatory. |
TiDate |
getStartDate()
Field startDate is defined as mandatory. |
SjLocationQuery |
lookupArrivalLocation()
Field arrivalLocation is defined as mandatory. |
SjLocationQuery |
lookupDepartureLocation()
Field departureLocation is defined as mandatory. |
SjCode |
lookupDiscountCode()
Field discountCode is defined as optional. |
SjIntegerString |
lookupNumber()
Field number is defined as mandatory. |
SjIdentity |
lookupServiceId()
Field serviceId is defined as mandatory. |
TiDate |
lookupStartDate()
Field startDate is defined as mandatory. |
void |
setArrivalLocation(SjLocationQuery inData)
Field arrivalLocation is defined as mandatory. |
void |
setDepartureLocation(SjLocationQuery inData)
Field departureLocation is defined as mandatory. |
void |
setDiscountCode(SjCode inData)
Field discountCode is defined as optional. |
void |
setDiscountCodeValue(java.lang.String inData)
Field discountCode is defined as optional. |
void |
setDiscountCodeValue(java.lang.String inData,
boolean inNotify)
Field discountCode is defined as optional. |
void |
setNumber(SjIntegerString inData)
Field number is defined as mandatory. |
void |
setNumberValue(java.lang.String inData)
Field number is defined as mandatory. |
void |
setNumberValue(java.lang.String inData,
boolean inNotify)
Field number is defined as mandatory. |
void |
setServiceId(SjIdentity inData)
Field serviceId is defined as mandatory. |
void |
setServiceIdValue(java.lang.String inData)
Field serviceId is defined as mandatory. |
void |
setServiceIdValue(java.lang.String inData,
boolean inNotify)
Field serviceId is defined as mandatory. |
void |
setStartDate(TiDate inData)
Field startDate 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 SERVICE_ID
static final java.lang.String NUMBER
static final java.lang.String START_DATE
static final java.lang.String DEPARTURE_LOCATION
static final java.lang.String ARRIVAL_LOCATION
static final java.lang.String DISCOUNT_CODE
Method Detail |
---|
SjIdentity getServiceId()
SjIdentity lookupServiceId()
void setServiceId(SjIdentity inData)
java.lang.String getServiceIdValue()
void setServiceIdValue(java.lang.String inData)
void setServiceIdValue(java.lang.String inData, boolean inNotify)
SjIntegerString getNumber()
SjIntegerString lookupNumber()
void setNumber(SjIntegerString inData)
java.lang.String getNumberValue()
void setNumberValue(java.lang.String inData)
void setNumberValue(java.lang.String inData, boolean inNotify)
TiDate getStartDate()
TiDate lookupStartDate()
void setStartDate(TiDate inData)
SjLocationQuery getDepartureLocation()
SjLocationQuery lookupDepartureLocation()
void setDepartureLocation(SjLocationQuery inData)
SjLocationQuery getArrivalLocation()
SjLocationQuery lookupArrivalLocation()
void setArrivalLocation(SjLocationQuery inData)
SjCode getDiscountCode()
SjCode lookupDiscountCode()
void setDiscountCode(SjCode inData)
java.lang.String getDiscountCodeValue()
void setDiscountCodeValue(java.lang.String inData)
void setDiscountCodeValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |