|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjServiceCharacteristicsQuery
Field Summary | |
---|---|
static java.lang.String |
IDENTIFIED_LOCATION
|
static java.lang.String |
KPS_BURN_CODE
|
static java.lang.String |
SERVICE_ID
|
static java.lang.String |
TRAVEL_DATE
|
Method Summary | |
---|---|
SjIdentifiedLocation |
getIdentifiedLocation()
Field identifiedLocation is defined as optional. |
SjCode |
getKpsBurnCode()
Field kpsBurnCode is defined as optional. |
java.lang.String |
getKpsBurnCodeValue()
Field kpsBurnCode is defined as optional. |
SjIdentity |
getServiceId()
Field serviceId is defined as mandatory. |
java.lang.String |
getServiceIdValue()
Field serviceId is defined as mandatory. |
TiDate |
getTravelDate()
Field travelDate is defined as optional. |
SjIdentifiedLocation |
lookupIdentifiedLocation()
Field identifiedLocation is defined as optional. |
SjCode |
lookupKpsBurnCode()
Field kpsBurnCode is defined as optional. |
SjIdentity |
lookupServiceId()
Field serviceId is defined as mandatory. |
TiDate |
lookupTravelDate()
Field travelDate is defined as optional. |
void |
setIdentifiedLocation(SjIdentifiedLocation inData)
Field identifiedLocation is defined as optional. |
void |
setKpsBurnCode(SjCode inData)
Field kpsBurnCode is defined as optional. |
void |
setKpsBurnCodeValue(java.lang.String inData)
Field kpsBurnCode is defined as optional. |
void |
setKpsBurnCodeValue(java.lang.String inData,
boolean inNotify)
Field kpsBurnCode is defined as optional. |
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 |
setTravelDate(TiDate inData)
Field travelDate 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.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 IDENTIFIED_LOCATION
static final java.lang.String TRAVEL_DATE
static final java.lang.String KPS_BURN_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)
SjIdentifiedLocation getIdentifiedLocation()
SjIdentifiedLocation lookupIdentifiedLocation()
void setIdentifiedLocation(SjIdentifiedLocation inData)
TiDate getTravelDate()
TiDate lookupTravelDate()
void setTravelDate(TiDate inData)
SjCode getKpsBurnCode()
SjCode lookupKpsBurnCode()
void setKpsBurnCode(SjCode inData)
java.lang.String getKpsBurnCodeValue()
void setKpsBurnCodeValue(java.lang.String inData)
void setKpsBurnCodeValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |