org.benjp.model
Class NotificationBean

java.lang.Object
  extended by org.benjp.model.NotificationBean

public class NotificationBean
extends Object


Constructor Summary
NotificationBean()
           
 
Method Summary
 String getInfo()
           
 Long getTimestamp()
           
 String getType()
           
 String getUser()
           
 void setInfo(String info)
           
 void setTimestamp(Long timestamp)
           
 void setType(String type)
           
 void setUser(String user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationBean

public NotificationBean()
Method Detail

getUser

public String getUser()

setUser

public void setUser(String user)

getType

public String getType()

setType

public void setType(String type)

getInfo

public String getInfo()

setInfo

public void setInfo(String info)

getTimestamp

public Long getTimestamp()

setTimestamp

public void setTimestamp(Long timestamp)


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.