|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjNetbookSPOPRequestRemote
Field Summary | |
---|---|
static java.lang.String |
SESSION
|
static java.lang.String |
TRANSACTION
|
static java.lang.String |
USER_AGENT
|
Method Summary | |
---|---|
TiStringInterface |
getSession()
Field session is defined as mandatory. |
java.lang.String |
getSessionValue()
Field session is defined as mandatory. |
TiStringInterface |
getTransaction()
Field transaction is defined as mandatory. |
java.lang.String |
getTransactionValue()
Field transaction is defined as mandatory. |
TiStringInterface |
getUserAgent()
Field userAgent is defined as mandatory. |
java.lang.String |
getUserAgentValue()
Field userAgent is defined as mandatory. |
TiStringInterface |
lookupSession()
Field session is defined as mandatory. |
TiStringInterface |
lookupTransaction()
Field transaction is defined as mandatory. |
TiStringInterface |
lookupUserAgent()
Field userAgent is defined as mandatory. |
void |
setSession(TiStringInterface inData)
Field session is defined as mandatory. |
void |
setSessionValue(java.lang.String inData)
Field session is defined as mandatory. |
void |
setSessionValue(java.lang.String inData,
boolean inNotify)
Field session is defined as mandatory. |
void |
setTransaction(TiStringInterface inData)
Field transaction is defined as mandatory. |
void |
setTransactionValue(java.lang.String inData)
Field transaction is defined as mandatory. |
void |
setTransactionValue(java.lang.String inData,
boolean inNotify)
Field transaction is defined as mandatory. |
void |
setUserAgent(TiStringInterface inData)
Field userAgent is defined as mandatory. |
void |
setUserAgentValue(java.lang.String inData)
Field userAgent is defined as mandatory. |
void |
setUserAgentValue(java.lang.String inData,
boolean inNotify)
Field userAgent 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 USER_AGENT
static final java.lang.String SESSION
static final java.lang.String TRANSACTION
Method Detail |
---|
TiStringInterface getUserAgent()
TiStringInterface lookupUserAgent()
void setUserAgent(TiStringInterface inData)
java.lang.String getUserAgentValue()
void setUserAgentValue(java.lang.String inData)
void setUserAgentValue(java.lang.String inData, boolean inNotify)
TiStringInterface getSession()
TiStringInterface lookupSession()
void setSession(TiStringInterface inData)
java.lang.String getSessionValue()
void setSessionValue(java.lang.String inData)
void setSessionValue(java.lang.String inData, boolean inNotify)
TiStringInterface getTransaction()
TiStringInterface lookupTransaction()
void setTransaction(TiStringInterface inData)
java.lang.String getTransactionValue()
void setTransactionValue(java.lang.String inData)
void setTransactionValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |