GWTApplication.client
Class Workaround

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

public class Workaround
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 workaround which was entered
 java.lang.String enteredByEmail
          This is the email address of the person that entered the details of the workaround
 java.lang.String enteredByName
          This is the christian name of the person that entered the workaround
 java.lang.String enteredBySurname
          This is the surname of the person that entered the workaround
 int id
          This is the fault number which this workaround is associated with
 java.lang.String timeEntered
          This is the time at which the workaround 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 workaround
 
Constructor Summary
Workaround()
           
 
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 workaround


enteredBySurname

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


timeSpent

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


enteredByEmail

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


id

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


description

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


timeEntered

public java.lang.String timeEntered
This is the time at which the workaround 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

Workaround

public Workaround()