Class GUIMessage
java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIMessage
- All Implemented Interfaces:
Serializable
Genaeric message to the user
- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
getId()
int
getUrl()
boolean
boolean
boolean
void
setConfirmation
(boolean confirmation) void
setId
(long id) void
setMessage
(String message) void
setPriority
(int priority) void
setRecipient
(String recipient) void
setShowInGUI
(boolean showInGUI) void
setShowInLogin
(boolean showInLogin) void
setSubject
(String subject) void
void
setValidity
(Integer validity)
-
Field Details
-
PRIO_WARN
public static final int PRIO_WARN- See Also:
-
PRIO_INFO
public static final int PRIO_INFO- See Also:
-
-
Constructor Details
-
GUIMessage
public GUIMessage() -
GUIMessage
-
-
Method Details
-
isShowInGUI
public boolean isShowInGUI() -
setShowInGUI
public void setShowInGUI(boolean showInGUI) -
isShowInLogin
public boolean isShowInLogin() -
setShowInLogin
public void setShowInLogin(boolean showInLogin) -
getMessage
-
setMessage
-
getUrl
-
setUrl
-
getPriority
public int getPriority() -
setPriority
public void setPriority(int priority) -
getRecipient
-
setRecipient
-
getSubject
-
setSubject
-
isConfirmation
public boolean isConfirmation() -
setConfirmation
public void setConfirmation(boolean confirmation) -
getValidity
-
setValidity
-
getId
public long getId() -
setId
public void setId(long id)
-