GWTApplication.client
Class FaultEntryDetails

java.lang.Object
  extended by GWTApplication.client.FaultEntryDetails
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class FaultEntryDetails
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable

This class is a entity class which is used to transfer the full details of a fault back to the client

Version:
1.0
Author:
Craige Bevil

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

fault

public Fault fault
This is the details of a fault body


solution

public Solution solution
The details of any solution which may be associated with the fault


workAround

public Workaround workAround
The details of any work around which may be associated with the fault


comments

public java.util.ArrayList comments
The details of any comments which may be associated with the fault


links

public java.util.ArrayList links
The details of any other linked faults which may be associated with the fault

Constructor Detail

FaultEntryDetails

public FaultEntryDetails()