Guvnor - Message Console API 6.2.0.Final

org.guvnor.messageconsole.events
Class SystemMessage

java.lang.Object
  extended by org.guvnor.messageconsole.events.SystemMessage

@Portable
public class SystemMessage
extends Object


Nested Class Summary
static class SystemMessage.Level
           
 
Constructor Summary
SystemMessage()
           
 
Method Summary
 boolean equals(Object o)
          Check whether two Messages are equivalent.
 int getColumn()
           
 long getId()
           
 SystemMessage.Level getLevel()
           
 int getLine()
           
 String getMessageType()
           
 org.uberfire.backend.vfs.Path getPath()
           
 String getText()
           
 String getUserId()
           
 int hashCode()
          HashCode implementation fo Messages.
 void setColumn(int column)
           
 void setId(long id)
           
 void setLevel(SystemMessage.Level level)
           
 void setLine(int line)
           
 void setMessageType(String messageType)
           
 void setPath(org.uberfire.backend.vfs.Path path)
           
 void setText(String text)
           
 void setUserId(String userId)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemMessage

public SystemMessage()
Method Detail

getMessageType

public String getMessageType()

setMessageType

public void setMessageType(String messageType)

getUserId

public String getUserId()

setUserId

public void setUserId(String userId)

getId

public long getId()

setId

public void setId(long id)

getLevel

public SystemMessage.Level getLevel()

setLevel

public void setLevel(SystemMessage.Level level)

getPath

public org.uberfire.backend.vfs.Path getPath()

setPath

public void setPath(org.uberfire.backend.vfs.Path path)

getLine

public int getLine()

setLine

public void setLine(int line)

getColumn

public int getColumn()

setColumn

public void setColumn(int column)

getText

public String getText()

setText

public void setText(String text)

equals

public boolean equals(Object o)
Check whether two Messages are equivalent. Properties "id", and userId are not used in the comparison as it is inconsistent for identical error messages generated in a different sequence during validation by the underlying KieBuilder.

Overrides:
equals in class Object

hashCode

public int hashCode()
HashCode implementation fo Messages. Properties "id" and userId are not used in the generation as it is inconsistent for identical error messages generated in a different sequence during validation by the underlying KieBuilder.

Overrides:
hashCode in class Object

Guvnor - Message Console API 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.