org.opencrx.application.shop1.jmi1
Interface CredentialsT

All Superinterfaces:
CredentialsT, RefStruct, RefStruct_1_0, Serializable

public interface CredentialsT
extends RefStruct_1_0, CredentialsT


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.application.shop1.cci2.CredentialsT
CredentialsT.Member
 
Method Summary
 String getPasswordMd5()
          Retrieves the value for the structure field passwordMd5.
 String getResetPasswordChallenge()
          Retrieves the value for the structure field resetPasswordChallenge.
 String getResetPasswordResponse()
          Retrieves the value for the structure field resetPasswordResponse.
 String getUserName()
          Retrieves the value for the structure field userName.
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefStruct_1_0
refDelegate
 
Methods inherited from interface javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 

Method Detail

getPasswordMd5

String getPasswordMd5()
Retrieves the value for the structure field passwordMd5.

--> Account::userString1

Specified by:
getPasswordMd5 in interface CredentialsT
Returns:
The non-null value for structure field passwordMd5.

getResetPasswordChallenge

String getResetPasswordChallenge()
Retrieves the value for the structure field resetPasswordChallenge.

--> Account::userString2

Specified by:
getResetPasswordChallenge in interface CredentialsT
Returns:
The non-null value for structure field resetPasswordChallenge.

getResetPasswordResponse

String getResetPasswordResponse()
Retrieves the value for the structure field resetPasswordResponse.

--> Account::userString3

Specified by:
getResetPasswordResponse in interface CredentialsT
Returns:
The non-null value for structure field resetPasswordResponse.

getUserName

String getUserName()
Retrieves the value for the structure field userName.

--> Account::userString0

Specified by:
getUserName in interface CredentialsT
Returns:
The non-null value for structure field userName.


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.