org.exoplatform.brandadvocacy.model
Class Manager

java.lang.Object
  extended by org.exoplatform.brandadvocacy.model.User
      extended by org.exoplatform.brandadvocacy.model.Manager

public class Manager
extends User

Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Sep 9, 2014


Constructor Summary
Manager()
           
Manager(String username)
           
 
Method Summary
 void checkValid()
           
 Boolean getNotif()
           
 String getParentId()
           
 Role getRole()
           
 String getRoleLabel()
           
 void setNotif(Boolean notif)
           
 void setParentId(String parentId)
           
 void setRole(Role role)
           
 String toString()
           
 
Methods inherited from class org.exoplatform.brandadvocacy.model.User
getUserName, setUserName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Manager

public Manager()

Manager

public Manager(String username)
Method Detail

setParentId

public void setParentId(String parentId)

getParentId

public String getParentId()

getRole

public Role getRole()

setRole

public void setRole(Role role)

getNotif

public Boolean getNotif()

setNotif

public void setNotif(Boolean notif)

getRoleLabel

public String getRoleLabel()

checkValid

public void checkValid()
                throws BrandAdvocacyServiceException
Throws:
BrandAdvocacyServiceException

toString

public String toString()
Overrides:
toString in class Object


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