Richfaces UI Components API 4.3.0.CR2

org.richfaces.javascript
Class Message

java.lang.Object
  extended by org.richfaces.javascript.Message

public final class Message
extends Object

Author:
asmirnov

Constructor Summary
Message(javax.faces.application.FacesMessage msg)
           
Message(int severity, String detail, String summary)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDetail()
           
 int getSeverity()
           
 String getSummary()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Message

public Message(int severity,
               String detail,
               String summary)

Message

public Message(javax.faces.application.FacesMessage msg)
Method Detail

getSeverity

public int getSeverity()
Returns:
the severity

getDetail

public String getDetail()
Returns:
the detail

getSummary

public String getSummary()
Returns:
the summary

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Richfaces UI Components API 4.3.0.CR2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.