za.org.coefficient.authentication
Class CoefficientUser

java.lang.Object
  extended by za.org.coefficient.authentication.CoefficientUser
All Implemented Interfaces:
java.io.Serializable

public class CoefficientUser
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  boolean active
           
private  java.lang.String aliasEmail
           
private  long confId
           
private  java.util.Date createDate
           
private  java.lang.String email
           
private  java.lang.String fullName
           
private  boolean hideInformation
           
private  java.lang.Long id
           
private  java.util.Locale language
           
private  java.lang.String password
           
private  Role systemRole
           
private  java.util.TimeZone timeZone
           
private  java.lang.String userName
           
private  long version
           
 
Constructor Summary
CoefficientUser()
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 boolean getActive()
          Gets the value of active
 java.lang.String getAliasEmail()
           
 long getConfirmationId()
          Gets the value of confirmationId
 java.util.Date getCreateDate()
          Gets the value of create date
 java.lang.String getEmail()
          Gets the value of email
 java.lang.String getFullName()
          Gets the value of fullName
 boolean getHideInformation()
          Gets the value of hideInformation
 java.lang.Long getId()
           
 java.util.Locale getLanguage()
          Gets the value of language
 java.lang.String getPassword()
          Gets the value of password
 Role getSystemRole()
          Gets the value of role
 java.util.TimeZone getTimeZone()
          Gets the value of timeZone
 java.lang.String getUserName()
          Gets the value of userName
 long getVersion()
          Gets the value of version
 void setActive(boolean active)
          Sets the value of active
 void setAliasEmail(java.lang.String aliasEmail)
           
 void setConfirmationId(long confirmationId)
          Sets the value of active
 void setCreateDate(java.util.Date createDate)
          Sets the value of create date
 void setEmail(java.lang.String argEmail)
          Sets the value of email
 void setFullName(java.lang.String argFullName)
          Sets the value of fullName
 void setHideInformation(boolean hideInformation)
          Sets the value of hideInformation
 void setId(java.lang.Long id)
           
 void setLanguage(java.util.Locale argLanguage)
          Sets the value of language
 void setPassword(java.lang.String argPassword)
          Sets the value of password
 void setSystemRole(Role systemRole)
          Sets the value of systemRole
 void setTimeZone(java.util.TimeZone argTimeZone)
          Sets the value of timeZone
 void setUserName(java.lang.String argUserName)
          Sets the value of userName
 void setVersion(long version)
          Sets the value of version
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

createDate

private java.util.Date createDate

language

private java.util.Locale language

id

private java.lang.Long id

systemRole

private Role systemRole

email

private java.lang.String email

fullName

private java.lang.String fullName

password

private java.lang.String password

userName

private java.lang.String userName

timeZone

private java.util.TimeZone timeZone

active

private boolean active

hideInformation

private boolean hideInformation

confId

private long confId

version

private long version

aliasEmail

private java.lang.String aliasEmail
Constructor Detail

CoefficientUser

public CoefficientUser()
Method Detail

setActive

public void setActive(boolean active)
Sets the value of active

Parameters:
active - Value to assign to this.active

getActive

public boolean getActive()
Gets the value of active

Returns:
the value of active

setConfirmationId

public void setConfirmationId(long confirmationId)
Sets the value of active

Parameters:
argEmail - Value to assign to this.email

getConfirmationId

public long getConfirmationId()
Gets the value of confirmationId

Returns:
the value of confirmationId

setCreateDate

public void setCreateDate(java.util.Date createDate)
Sets the value of create date

Parameters:
createDate - Value to assign to this.createDate

getCreateDate

public java.util.Date getCreateDate()
Gets the value of create date

Returns:
the value of create date

setEmail

public void setEmail(java.lang.String argEmail)
Sets the value of email

Parameters:
argEmail - Value to assign to this.email

getEmail

public java.lang.String getEmail()
Gets the value of email

Returns:
the value of email

setFullName

public void setFullName(java.lang.String argFullName)
Sets the value of fullName

Parameters:
argFullName - Value to assign to this.fullName

getFullName

public java.lang.String getFullName()
Gets the value of fullName

Returns:
the value of fullName

setHideInformation

public void setHideInformation(boolean hideInformation)
Sets the value of hideInformation

Parameters:
hideInformation - Value to assign to this.hideInformation

getHideInformation

public boolean getHideInformation()
Gets the value of hideInformation

Returns:
the value of hideInformation

setId

public void setId(java.lang.Long id)

getId

public java.lang.Long getId()

setLanguage

public void setLanguage(java.util.Locale argLanguage)
Sets the value of language

Parameters:
argLanguage - Value to assign to this.language

getLanguage

public java.util.Locale getLanguage()
Gets the value of language

Returns:
the value of language

setPassword

public void setPassword(java.lang.String argPassword)
Sets the value of password

Parameters:
argPassword - Value to assign to this.password

getPassword

public java.lang.String getPassword()
Gets the value of password

Returns:
the value of password

setSystemRole

public void setSystemRole(Role systemRole)
Sets the value of systemRole

Parameters:
systemRole - Value to assign to this.systemRole

getSystemRole

public Role getSystemRole()
Gets the value of role

Returns:
the value of role

setTimeZone

public void setTimeZone(java.util.TimeZone argTimeZone)
Sets the value of timeZone

Parameters:
argTimeZone - Value to assign to this.timeZone

getTimeZone

public java.util.TimeZone getTimeZone()
Gets the value of timeZone

Returns:
the value of timeZone

setUserName

public void setUserName(java.lang.String argUserName)
Sets the value of userName

Parameters:
argUserName - Value to assign to this.userName

getUserName

public java.lang.String getUserName()
Gets the value of userName

Returns:
the value of userName

setVersion

public void setVersion(long version)
Sets the value of version

Parameters:
version - Value to assign to this.version

getVersion

public long getVersion()
Gets the value of version

Returns:
the value of version

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getAliasEmail

public java.lang.String getAliasEmail()
Returns:
Returns the aliasEmail. May 16, 2005 pieter20

setAliasEmail

public void setAliasEmail(java.lang.String aliasEmail)
Parameters:
aliasEmail - The aliasEmail to set. May 16, 2005 pieter20


Copyright CSIR. All Rights Reserved.