public class IbuAutorisation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
create |
protected int |
delete |
protected String |
expression |
protected int |
load |
protected String |
principal |
protected int |
update |
| Constructor and Description |
|---|
IbuAutorisation() |
| Modifier and Type | Method and Description |
|---|---|
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() |
protected String principal
protected String expression
protected int create
protected int load
protected int update
protected int delete
public int getCreate()
public void setCreate(int create)
public int getDelete()
public void setDelete(int delete)
public String getExpression()
public void setExpression(String expression)
public int getLoad()
public void setLoad(int load)
public String getPrincipal()
public void setPrincipal(String principal)
public int getUpdate()
public void setUpdate(int update)
Copyright © 2008-2013 Cybelia. All Rights Reserved.