Class CustomNotification

Object
CustomNotification
All Implemented Interfaces:
Serializable

public class CustomNotification extends Object implements Serializable
See Also:
  • Constructor Details

    • CustomNotification

      public CustomNotification()
  • Method Details

    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • getCaption

      public String getCaption()
    • setCaption

      public void setCaption(String caption)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getPosition

      public Position getPosition()
    • setPosition

      public void setPosition(Position position)
    • getDelayMsec

      public int getDelayMsec()
    • setDelayMsec

      public void setDelayMsec(int delayMsec)
    • getStyleName

      public String getStyleName()
    • setStyleName

      public void setStyleName(String styleName)
    • isHtmlContentAllowed

      public boolean isHtmlContentAllowed()
    • setHtmlContentAllowed

      public void setHtmlContentAllowed(boolean htmlContentAllowed)