@Portable public class ValidationMessage extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ValidationMessage.Level |
Constructor and Description |
---|
ValidationMessage() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Check whether two Messages are equivalent.
|
int |
getColumn() |
long |
getId() |
ValidationMessage.Level |
getLevel() |
int |
getLine() |
org.uberfire.backend.vfs.Path |
getPath() |
String |
getText() |
int |
hashCode()
HashCode implementation fo Messages.
|
void |
setColumn(int column) |
void |
setId(long id) |
void |
setLevel(ValidationMessage.Level level) |
void |
setLine(int line) |
void |
setPath(org.uberfire.backend.vfs.Path path) |
void |
setText(String text) |
public void setId(long id)
public void setLevel(ValidationMessage.Level level)
public void setPath(org.uberfire.backend.vfs.Path path)
public void setLine(int line)
public void setColumn(int column)
public void setText(String text)
public long getId()
public ValidationMessage.Level getLevel()
public org.uberfire.backend.vfs.Path getPath()
public int getLine()
public int getColumn()
public String getText()
public boolean equals(Object o)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.