public class Entitlement extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected int |
id |
protected boolean |
internal |
protected String |
name |
| Constructor and Description |
|---|
Entitlement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
int |
getId() |
String |
getName() |
boolean |
isInternal() |
void |
setDescription(String description) |
void |
setId(int id) |
void |
setInternal(boolean internal) |
void |
setName(String name) |
protected String name
protected String description
protected int id
protected boolean internal
public int getId()
public void setId(int id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public boolean isInternal()
public void setInternal(boolean internal)
Apache Fediz