|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjBatchParameters
Field Summary | |
---|---|
static java.lang.String |
DISEMBARKING_LOCATION_LIST
|
static java.lang.String |
EMAIL_MESSAGE_SPECIFICATION
|
static java.lang.String |
EMBARKING_LOCATION_LIST
|
static java.lang.String |
RUN_JOB_DATE
|
static java.lang.String |
SMS_MESSAGE_SPECIFICATION
|
Method Summary | |
---|---|
SjLocationList |
getDisembarkingLocationList()
Field disembarkingLocationList is defined as optional. |
SjEmailMessageSpecification |
getEmailMessageSpecification()
Field emailMessageSpecification is defined as optional. |
SjLocationList |
getEmbarkingLocationList()
Field embarkingLocationList is defined as optional. |
TiDate |
getRunJobDate()
Field runJobDate is defined as mandatory. |
SjSmsMessageSpecification |
getSmsMessageSpecification()
Field smsMessageSpecification is defined as optional. |
SjLocationList |
lookupDisembarkingLocationList()
Field disembarkingLocationList is defined as optional. |
SjEmailMessageSpecification |
lookupEmailMessageSpecification()
Field emailMessageSpecification is defined as optional. |
SjLocationList |
lookupEmbarkingLocationList()
Field embarkingLocationList is defined as optional. |
TiDate |
lookupRunJobDate()
Field runJobDate is defined as mandatory. |
SjSmsMessageSpecification |
lookupSmsMessageSpecification()
Field smsMessageSpecification is defined as optional. |
void |
setDisembarkingLocationList(SjLocationList inData)
Field disembarkingLocationList is defined as optional. |
void |
setEmailMessageSpecification(SjEmailMessageSpecification inData)
Field emailMessageSpecification is defined as optional. |
void |
setEmbarkingLocationList(SjLocationList inData)
Field embarkingLocationList is defined as optional. |
void |
setRunJobDate(TiDate inData)
Field runJobDate is defined as mandatory. |
void |
setSmsMessageSpecification(SjSmsMessageSpecification inData)
Field smsMessageSpecification 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 RUN_JOB_DATE
static final java.lang.String EMBARKING_LOCATION_LIST
static final java.lang.String DISEMBARKING_LOCATION_LIST
static final java.lang.String EMAIL_MESSAGE_SPECIFICATION
static final java.lang.String SMS_MESSAGE_SPECIFICATION
Method Detail |
---|
TiDate getRunJobDate()
TiDate lookupRunJobDate()
void setRunJobDate(TiDate inData)
SjLocationList getEmbarkingLocationList()
SjLocationList lookupEmbarkingLocationList()
void setEmbarkingLocationList(SjLocationList inData)
SjLocationList getDisembarkingLocationList()
SjLocationList lookupDisembarkingLocationList()
void setDisembarkingLocationList(SjLocationList inData)
SjEmailMessageSpecification getEmailMessageSpecification()
SjEmailMessageSpecification lookupEmailMessageSpecification()
void setEmailMessageSpecification(SjEmailMessageSpecification inData)
SjSmsMessageSpecification getSmsMessageSpecification()
SjSmsMessageSpecification lookupSmsMessageSpecification()
void setSmsMessageSpecification(SjSmsMessageSpecification inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |