|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjUserNameItem
Ett användarnamn i klartext
Field Summary | |
---|---|
static java.lang.String |
USER_ID
|
static java.lang.String |
USER_NAME
|
Method Summary | |
---|---|
SjIdentity |
getUserId()
Field userId is defined as mandatory. |
java.lang.String |
getUserIdValue()
Field userId is defined as mandatory. |
TiStringInterface |
getUserName()
Field userName is defined as mandatory. |
java.lang.String |
getUserNameValue()
Field userName is defined as mandatory. |
SjIdentity |
lookupUserId()
Field userId is defined as mandatory. |
TiStringInterface |
lookupUserName()
Field userName is defined as mandatory. |
void |
setUserId(SjIdentity inData)
Field userId is defined as mandatory. |
void |
setUserIdValue(java.lang.String inData)
Field userId is defined as mandatory. |
void |
setUserIdValue(java.lang.String inData,
boolean inNotify)
Field userId is defined as mandatory. |
void |
setUserName(TiStringInterface inData)
Field userName is defined as mandatory. |
void |
setUserNameValue(java.lang.String inData)
Field userName is defined as mandatory. |
void |
setUserNameValue(java.lang.String inData,
boolean inNotify)
Field userName 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_ID
static final java.lang.String USER_NAME
Method Detail |
---|
SjIdentity getUserId()
SjIdentity lookupUserId()
void setUserId(SjIdentity inData)
java.lang.String getUserIdValue()
void setUserIdValue(java.lang.String inData)
void setUserIdValue(java.lang.String inData, boolean inNotify)
TiStringInterface getUserName()
TiStringInterface lookupUserName()
void setUserName(TiStringInterface inData)
java.lang.String getUserNameValue()
void setUserNameValue(java.lang.String inData)
void setUserNameValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |