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

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

public class IbuAutorisation
extends Object

Object représentant une ligne du CSV

Author:
ruchaud

Field Summary
protected  int create
           
protected  int delete
           
protected  String expression
           
protected  int load
           
protected  String principal
           
protected  int update
           
 
Constructor Summary
IbuAutorisation()
           
 
Method Summary
 int getCreate()
           
 int getDelete()
           
 String getExpression()
           
 int getLoad()
           
 String getPrincipal()
           
 int getUpdate()
           
 void setCreate(int create)
           
 void setDelete(int delete)
           
 void setExpression(String expression)
           
 void setLoad(int load)
           
 void setPrincipal(String principal)
           
 void setUpdate(int update)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

principal

protected String principal

expression

protected String expression

create

protected int create

load

protected int load

update

protected int update

delete

protected int delete
Constructor Detail

IbuAutorisation

public IbuAutorisation()
Method Detail

getCreate

public int getCreate()

setCreate

public void setCreate(int create)

getDelete

public int getDelete()

setDelete

public void setDelete(int delete)

getExpression

public String getExpression()

setExpression

public void setExpression(String expression)

getLoad

public int getLoad()

setLoad

public void setLoad(int load)

getPrincipal

public String getPrincipal()

setPrincipal

public void setPrincipal(String principal)

getUpdate

public int getUpdate()

setUpdate

public void setUpdate(int update)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 Cybelia. All Rights Reserved.