public final class

AccountOwner

extends Object
java.lang.Object
   ↳ com.terradue.dsi.model.AccountOwner

Summary

Public Constructors
AccountOwner()
Public Methods
String getEmail()
String getFirstName()
String getId()
String getLastName()
String getLogin()
boolean isLocked()
boolean isPwdSet()
void setEmail(String email)
void setFirstName(String firstName)
void setId(String id)
void setLastName(String lastName)
void setLocked(boolean locked)
void setLogin(String login)
void setPwdSet(boolean pwdSet)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AccountOwner ()

Public Methods

public String getEmail ()

Returns
  • the email

public String getFirstName ()

Returns
  • the firstName

public String getId ()

Returns
  • the id

public String getLastName ()

Returns
  • the lastName

public String getLogin ()

Returns
  • the login

public boolean isLocked ()

Returns
  • the locked

public boolean isPwdSet ()

Returns
  • the pwdSet

public void setEmail (String email)

Parameters
email the email to set

public void setFirstName (String firstName)

Parameters
firstName the firstName to set

public void setId (String id)

Parameters
id the id to set

public void setLastName (String lastName)

Parameters
lastName the lastName to set

public void setLocked (boolean locked)

Parameters
locked the locked to set

public void setLogin (String login)

Parameters
login the login to set

public void setPwdSet (boolean pwdSet)

Parameters
pwdSet the pwdSet to set

public String toString ()