|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwatch.Commentable
watch.Imputation
class Imputation
Imputation model class.
Constructor Summary | |
---|---|
Imputation(Task W_Task,
User W_User,
Date W_Date,
double D_Imputed)
Constructor. |
Method Summary | |
---|---|
Date |
getDate()
Date of imputation accessor. |
double |
getImputed()
Imputation value accessor. |
Task |
getTask()
Imputed task accessor. |
User |
getUser()
User who has completed the imputation accessor. |
boolean |
matches(User.Map W_Users,
Date W_StartDate,
Date W_EndDate)
Imputation matching predicate. |
java.lang.String |
toString()
String representation of the imputation. |
Methods inherited from class watch.Commentable |
---|
getComments |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Imputation(Task W_Task, User W_User, Date W_Date, double D_Imputed)
W_Task
- Task imputed.W_User
- User who has completed the imputation. If null, the imputation is not attached to any user.W_Date
- Date of the imputation.D_Imputed
- Value of the imputation.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public Task getTask()
public User getUser()
public Date getDate()
public double getImputed()
public boolean matches(User.Map W_Users, Date W_StartDate, Date W_EndDate)
W_Users
- User predicate. If null or empty, the predicate is not taken in account.W_StartDate
- The date the imputation will be checked to be after. Must not be null.W_EndDate
- The date the imputation will be checked to be before. Must not be null.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |