|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGWTApplication.client.Workaround
public class Workaround
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 |
---|
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 Workaround()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |