|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGWTApplication.client.Comment
public class Comment
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 |
---|
public java.lang.String enteredByName
public java.lang.String enteredBySurname
public java.lang.String timeSpent
public java.lang.String enteredByEmail
public int id
public java.lang.String description
public java.lang.String timeEntered
public java.lang.String dateEntered
public java.util.Date timeOfInitialEntry
Constructor Detail |
---|
public Comment()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |