org.zeroexchange.model.user
Class User

java.lang.Object
  extended by org.zeroexchange.model.Persistent
      extended by org.zeroexchange.model.IntegerPKPersistent
          extended by org.zeroexchange.model.user.User
All Implemented Interfaces:
Serializable, Identifiable<Integer>

@Entity
public class User
extends IntegerPKPersistent

See Also:
Serialized Form

Field Summary
static String FIELD_DISPLAY_NAME
           
 
Fields inherited from interface org.zeroexchange.model.Identifiable
FIELD_ID
 
Constructor Summary
User()
           
 
Method Summary
 Set<Credential> getCredentials()
           
 String getDisplayName()
           
 String getEmail()
           
 Location getLocation()
           
 Set<Role> getRoles()
           
 Boolean getSendEmails()
           
 String getSign()
           
 void setCredentials(Set<Credential> credentials)
           
 void setDisplayName(String displayName)
           
 void setEmail(String email)
           
 void setLocation(Location location)
           
 void setRoles(Set<Role> roles)
           
 void setSendEmails(Boolean sendEmails)
           
 void setSign(String sign)
           
 
Methods inherited from class org.zeroexchange.model.IntegerPKPersistent
equals, getId, hashCode, setId
 
Methods inherited from class org.zeroexchange.model.Persistent
getTransientValues
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_DISPLAY_NAME

public static final String FIELD_DISPLAY_NAME
See Also:
Constant Field Values
Constructor Detail

User

public User()
Method Detail

getDisplayName

public String getDisplayName()

setDisplayName

public void setDisplayName(String displayName)

getLocation

public Location getLocation()

setLocation

public void setLocation(Location location)

getCredentials

public Set<Credential> getCredentials()

setCredentials

public void setCredentials(Set<Credential> credentials)

getEmail

public String getEmail()

setEmail

public void setEmail(String email)

getRoles

public Set<Role> getRoles()

setRoles

public void setRoles(Set<Role> roles)

getSign

public String getSign()
Returns:
the sign

setSign

public void setSign(String sign)
Parameters:
sign - the sign to set

getSendEmails

public Boolean getSendEmails()
Returns:
the sendEmails

setSendEmails

public void setSendEmails(Boolean sendEmails)
Parameters:
sendEmails - the sendEmails to set


Copyright © 2013. All Rights Reserved.