Class WebParamsEntity
- java.lang.Object
-
- org.exoplatform.commons.notification.impl.jpa.web.entity.WebParamsEntity
-
@Entity(name="NotificationsWebParamsEntity") public class WebParamsEntity extends Object
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Mar 07, 2017
-
-
Constructor Summary
Constructors Constructor Description WebParamsEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetId()StringgetName()WebNotifEntitygetNotification()StringgetValue()WebParamsEntitysetName(String name)WebParamsEntitysetNotification(WebNotifEntity webNotification)WebParamsEntitysetValue(String value)
-
-
-
Method Detail
-
getId
public long getId()
-
getName
public String getName()
-
setName
public WebParamsEntity setName(String name)
-
getValue
public String getValue()
-
setValue
public WebParamsEntity setValue(String value)
-
getNotification
public WebNotifEntity getNotification()
-
setNotification
public WebParamsEntity setNotification(WebNotifEntity webNotification)
-
-