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

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

public class IbuTransporteur
extends Object

Objet représentant une ligne du CSV

Author:
julien

Field Summary
protected  String code
           
protected  String name
           
protected  String societe
           
 
Constructor Summary
IbuTransporteur()
           
 
Method Summary
 String getCode()
           
 String getName()
           
 String getSociete()
           
 void setCode(String code)
           
 void setName(String name)
           
 void setSociete(String societe)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

societe

protected String societe

code

protected String code

name

protected String name
Constructor Detail

IbuTransporteur

public IbuTransporteur()
Method Detail

getSociete

public String getSociete()

setSociete

public void setSociete(String societe)

getCode

public String getCode()

setCode

public void setCode(String code)

getName

public String getName()

setName

public void setName(String name)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 Cybelia. All Rights Reserved.