com.cybelia.sandra.ibu.csv.bean
Class IbuUser

java.lang.Object
  extended by com.cybelia.sandra.ibu.csv.bean.IbuUser

public class IbuUser
extends Object

Object représentant une ligne du CSV

Author:
ruchaud

Field Summary
protected  String email
           
protected  String name
           
protected  String passwd
           
protected  String principal
           
 
Constructor Summary
IbuUser()
           
 
Method Summary
 String getEmail()
           
 String getName()
           
 String getPasswd()
           
 String getPrincipal()
           
 void setEmail(String email)
           
 void setName(String name)
           
 void setPasswd(String passwd)
           
 void setPrincipal(String principal)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name

email

protected String email

passwd

protected String passwd

principal

protected String principal
Constructor Detail

IbuUser

public IbuUser()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getEmail

public String getEmail()

setEmail

public void setEmail(String email)

getPasswd

public String getPasswd()

setPasswd

public void setPasswd(String passwd)

getPrincipal

public String getPrincipal()

setPrincipal

public void setPrincipal(String principal)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 Cybelia. All Rights Reserved.