org.equanda.client
Interface EquandaUserInfo


public interface EquandaUserInfo

Interface which matches the getters for the EquandaUser table.

Author:
Joachim Van der Auwera

Method Summary
 String getAuthAndConfig()
           
 Timestamp getEquandaCreationDate()
           
 String getEquandaStatus()
           
 String getFirstName()
           
 String getLanguage()
           
 String getName()
           
 String getPassword()
           
 String getUserName()
           
 boolean isModified(boolean typeFieldsOnly)
           
 

Method Detail

isModified

boolean isModified(boolean typeFieldsOnly)

getEquandaStatus

String getEquandaStatus()

getEquandaCreationDate

Timestamp getEquandaCreationDate()

getUserName

String getUserName()
                   throws EquandaException
Throws:
EquandaException

getFirstName

String getFirstName()
                    throws EquandaException
Throws:
EquandaException

getName

String getName()
               throws EquandaException
Throws:
EquandaException

getPassword

String getPassword()
                   throws EquandaException
Throws:
EquandaException

getLanguage

String getLanguage()
                   throws EquandaException
Throws:
EquandaException

getAuthAndConfig

String getAuthAndConfig()
                        throws EquandaException
Throws:
EquandaException


Copyright © 2007-2009. All Rights Reserved.