public class ProblemImpl extends Object implements Problem
Problem.Level| Constructor and Description |
|---|
ProblemImpl(Problem.Level level,
Long resourceId,
String resource,
String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
Problem.Level |
getLevel() |
String |
getResource() |
Long |
getResourceId() |
int |
hashCode() |
String |
toString() |
public ProblemImpl(Problem.Level level, Long resourceId, String resource, String description)
public Problem.Level getLevel()
public Long getResourceId()
getResourceId in interface Problempublic String getResource()
getResource in interface Problempublic String getDescription()
getDescription in interface ProblemCopyright © 2013 BonitaSoft. All Rights Reserved.