org.exoplatform.community.brandadvocacy.portlet.backend.models
Class ManagerDTO

java.lang.Object
  extended by org.exoplatform.community.brandadvocacy.portlet.backend.models.ManagerDTO

public class ManagerDTO
extends Object

Created by exoplatform on 10/20/14.


Constructor Summary
ManagerDTO(String username)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagerDTO

public ManagerDTO(String username)
Method Detail

setNotif

public void setNotif(boolean isNotif)

getFullName

public String getFullName()

setFullName

public void setFullName(String fullName)

getUserName

public String getUserName()

setUserName

public void setUserName(String username)

getRole

public org.exoplatform.brandadvocacy.model.Role getRole()

setRole

public void setRole(org.exoplatform.brandadvocacy.model.Role role)

getNotif

public boolean getNotif()


Copyright © 2003–2015 eXo Platform SAS. All rights reserved.