GWTApplication.client
Class Solution

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

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


Field Summary
 java.lang.String dateEntered
          This is the date that the entry was made in DD/MM/YYYY
 java.lang.String description
          This is the description of the solution which was entered
 java.lang.String enteredByEmail
          This is the email address of the person that entered the details of the solution
 java.lang.String enteredByName
          This is the christian name of the person that entered the solution
 java.lang.String enteredBySurname
          This is the surname of the person that entered the solution
 int id
          This is the fault number which this solution is associated with
 java.lang.String timeEntered
          This is the time at which the solution was entered into the database in HH:MM
 java.util.Date timeOfInitialEntry
          This is the time when the entry was made into the database
 java.lang.String timeSpent
          This is the amount of time which was spent on the solution
 
Constructor Summary
Solution()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enteredByName

public java.lang.String enteredByName
This is the christian name of the person that entered the solution


enteredBySurname

public java.lang.String enteredBySurname
This is the surname of the person that entered the solution


timeSpent

public java.lang.String timeSpent
This is the amount of time which was spent on the solution


enteredByEmail

public java.lang.String enteredByEmail
This is the email address of the person that entered the details of the solution


id

public int id
This is the fault number which this solution is associated with


description

public java.lang.String description
This is the description of the solution which was entered


timeEntered

public java.lang.String timeEntered
This is the time at which the solution was entered into the database in HH:MM


dateEntered

public java.lang.String dateEntered
This is the date that the entry was made in DD/MM/YYYY


timeOfInitialEntry

public java.util.Date timeOfInitialEntry
This is the time when the entry was made into the database

Constructor Detail

Solution

public Solution()