GWTApplication.client
Class Comment

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

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

This is a entity class which contains no methods and is used for transferring the details of fault comments around the system.


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


enteredBySurname

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


timeSpent

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


enteredByEmail

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


id

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


description

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


timeEntered

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

Comment

public Comment()