|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jfb.tools.activitymgr.core.beans.Contribution
public class Contribution
Contribution d'un collaborateur à une tache.
Constructor Summary | |
---|---|
Contribution()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
long |
getContributorId()
|
java.util.Calendar |
getDate()
|
int |
getDay()
|
long |
getDurationId()
|
int |
getMonth()
|
long |
getTaskId()
|
int |
getYear()
|
void |
setContributorId(long contributorId)
Définit l'identifiant du collaborateur. |
void |
setDate(java.util.Calendar date)
Définit la date associée à la contribution. |
void |
setDay(int day)
Définit le jour de la contribution. |
void |
setDurationId(long duration)
Définit la durée. |
void |
setMonth(int month)
Définit le mois de la contribution. |
void |
setTaskId(long taskId)
Définit l'identifiant de la tache. |
void |
setYear(int year)
Définit l'année de la contribution. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Contribution()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public long getContributorId()
public java.util.Calendar getDate()
public int getDay()
public long getDurationId()
public int getMonth()
public long getTaskId()
public int getYear()
public void setContributorId(long contributorId)
contributorId
- le nouvel identifiant.public void setDate(java.util.Calendar date)
date
- la nouvelle date.public void setDay(int day)
day
- le nouveau jour.public void setDurationId(long duration)
duration
- la nouvelle durée.public void setMonth(int month)
month
- le nouveau mois.public void setTaskId(long taskId)
taskId
- le nouvel identifiant.public void setYear(int year)
year
- la nouvelle année.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |