public class UserRoleEntityDto extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
campaign |
protected String |
identifier |
protected String |
label |
| Constructor and Description |
|---|
UserRoleEntityDto() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCampaign() |
String |
getIdentifier() |
String |
getLabel() |
void |
setCampaign(Integer campaign) |
void |
setIdentifier(String identifier) |
void |
setLabel(String label) |
String |
toString() |
protected String identifier
protected String label
protected Integer campaign
Copyright © 2013–2015 Inra. All rights reserved.