public class ManagerDTO extends Object
| Constructor and Description |
|---|
ManagerDTO(String username) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullName() |
boolean |
getNotif() |
org.exoplatform.brandadvocacy.model.Role |
getRole() |
String |
getUserName() |
void |
setFullName(String fullName) |
void |
setNotif(boolean isNotif) |
void |
setRole(org.exoplatform.brandadvocacy.model.Role role) |
void |
setUserName(String username) |
public ManagerDTO(String username)
public void setNotif(boolean isNotif)
public String getFullName()
public void setFullName(String fullName)
public String getUserName()
public void setUserName(String username)
public org.exoplatform.brandadvocacy.model.Role getRole()
public void setRole(org.exoplatform.brandadvocacy.model.Role role)
public boolean getNotif()
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.