|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGWTApplication.client.FaultEntryDetails
public class FaultEntryDetails
This class is a entity class which is used to transfer the full details of a fault back to the client
Field Summary | |
---|---|
java.util.ArrayList |
comments
The details of any comments which may be associated with the fault |
Fault |
fault
This is the details of a fault body |
java.util.ArrayList |
links
The details of any other linked faults which may be associated with the fault |
Solution |
solution
The details of any solution which may be associated with the fault |
Workaround |
workAround
The details of any work around which may be associated with the fault |
Constructor Summary | |
---|---|
FaultEntryDetails()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Fault fault
public Solution solution
public Workaround workAround
public java.util.ArrayList comments
public java.util.ArrayList links
Constructor Detail |
---|
public FaultEntryDetails()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |