|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjRegisterCustomerRoleResult
Field Summary | |
---|---|
static java.lang.String |
CLIENT_INFORMATION
|
static java.lang.String |
CUSTOMER_ID_CARD
|
static java.lang.String |
PASSWORD
|
Method Summary | |
---|---|
SjClientInformation |
getClientInformation()
Field clientInformation is defined as optional. |
TiStringInterface |
getCustomerIdCard()
Field customerIdCard is defined as optional. |
java.lang.String |
getCustomerIdCardValue()
Field customerIdCard is defined as optional. |
TiStringInterface |
getPassword()
Field password is defined as optional. |
java.lang.String |
getPasswordValue()
Field password is defined as optional. |
SjClientInformation |
lookupClientInformation()
Field clientInformation is defined as optional. |
TiStringInterface |
lookupCustomerIdCard()
Field customerIdCard is defined as optional. |
TiStringInterface |
lookupPassword()
Field password is defined as optional. |
void |
setClientInformation(SjClientInformation inData)
Field clientInformation is defined as optional. |
void |
setCustomerIdCard(TiStringInterface inData)
Field customerIdCard is defined as optional. |
void |
setCustomerIdCardValue(java.lang.String inData)
Field customerIdCard is defined as optional. |
void |
setCustomerIdCardValue(java.lang.String inData,
boolean inNotify)
Field customerIdCard is defined as optional. |
void |
setPassword(TiStringInterface inData)
Field password is defined as optional. |
void |
setPasswordValue(java.lang.String inData)
Field password is defined as optional. |
void |
setPasswordValue(java.lang.String inData,
boolean inNotify)
Field password 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 CUSTOMER_ID_CARD
static final java.lang.String PASSWORD
static final java.lang.String CLIENT_INFORMATION
Method Detail |
---|
TiStringInterface getCustomerIdCard()
TiStringInterface lookupCustomerIdCard()
void setCustomerIdCard(TiStringInterface inData)
java.lang.String getCustomerIdCardValue()
void setCustomerIdCardValue(java.lang.String inData)
void setCustomerIdCardValue(java.lang.String inData, boolean inNotify)
TiStringInterface getPassword()
TiStringInterface lookupPassword()
void setPassword(TiStringInterface inData)
java.lang.String getPasswordValue()
void setPasswordValue(java.lang.String inData)
void setPasswordValue(java.lang.String inData, boolean inNotify)
SjClientInformation getClientInformation()
SjClientInformation lookupClientInformation()
void setClientInformation(SjClientInformation inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |