|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.stina.framework.core.model.TiAbstractData
org.stina.framework.core.model.TiAbstractMapData
se.sj.stina.domain.model.impl.plain.SjAuthenticationInfoPlain
public class SjAuthenticationInfoPlain
Innehåller ett användarnamn samt tillhörande lösenord.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
TiAbstractMapData.TiMapDataComparator |
| Field Summary | |
|---|---|
TiStringData |
password
|
TiStringData |
user
|
| Fields inherited from interface se.sj.stina.domain.model.SjAuthenticationInfo |
|---|
PASSWORD, USER |
| Constructor Summary | |
|---|---|
SjAuthenticationInfoPlain()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getGeneratedTiName()
|
TiStringInterface |
getPassword()
Field password is defined as mandatory. |
java.lang.String |
getPasswordValue()
Field password is defined as mandatory. |
java.lang.String |
getRealTiName()
|
TiStringInterface |
getUser()
Field user is defined as mandatory. |
java.lang.String |
getUserValue()
Field user is defined as mandatory. |
TiStringInterface |
lookupPassword()
Field password is defined as mandatory. |
TiStringInterface |
lookupUser()
Field user is defined as mandatory. |
void |
setPassword(TiStringInterface inData)
Field password is defined as mandatory. |
void |
setPasswordValue(java.lang.String inData)
Field password is defined as mandatory. |
void |
setPasswordValue(java.lang.String inData,
boolean inNotify)
Field password is defined as mandatory. |
void |
setUser(TiStringInterface inData)
Field user is defined as mandatory. |
void |
setUserValue(java.lang.String inData)
Field user is defined as mandatory. |
void |
setUserValue(java.lang.String inData,
boolean inNotify)
Field user is defined as mandatory. |
| Methods inherited from class org.stina.framework.core.model.TiAbstractMapData |
|---|
clear, clone, clone, disposeModel, equalsModel, getAssignedFieldNames, getComparator, getField, getFieldNames, getIndexForXorPart, getModel, getModelImpl, getValue, getXorNameForXorPart, getXorPart, getXorPartNames, hasField, importValue, importValue, isEmpty, lookupField, lookupFieldObject, lookupModel, lookupModelImpl, memberModel, setModel, setValue, setValue, specifyXors, toDebugString, toDebugString, updateXorIndex |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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, 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 |
| Methods inherited from interface org.stina.framework.support.util.TiModelComponentInterface |
|---|
property |
| Field Detail |
|---|
public TiStringData user
public TiStringData password
| Constructor Detail |
|---|
public SjAuthenticationInfoPlain()
| Method Detail |
|---|
public TiStringInterface getUser()
getUser in interface SjAuthenticationInfopublic TiStringInterface lookupUser()
lookupUser in interface SjAuthenticationInfopublic void setUser(TiStringInterface inData)
setUser in interface SjAuthenticationInfopublic java.lang.String getUserValue()
getUserValue in interface SjAuthenticationInfopublic void setUserValue(java.lang.String inData)
setUserValue in interface SjAuthenticationInfo
public void setUserValue(java.lang.String inData,
boolean inNotify)
setUserValue in interface SjAuthenticationInfopublic TiStringInterface getPassword()
getPassword in interface SjAuthenticationInfopublic TiStringInterface lookupPassword()
lookupPassword in interface SjAuthenticationInfopublic void setPassword(TiStringInterface inData)
setPassword in interface SjAuthenticationInfopublic java.lang.String getPasswordValue()
getPasswordValue in interface SjAuthenticationInfopublic void setPasswordValue(java.lang.String inData)
setPasswordValue in interface SjAuthenticationInfo
public void setPasswordValue(java.lang.String inData,
boolean inNotify)
setPasswordValue in interface SjAuthenticationInfopublic java.lang.String getRealTiName()
getRealTiName in interface TiCommonModelPartInterfacegetRealTiName in class TiAbstractDatapublic java.lang.String getGeneratedTiName()
getGeneratedTiName in interface TiCommonModelPartInterfacegetGeneratedTiName in class TiAbstractData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||