|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--GanttPeople
Class Person
Constructor Summary | |
GanttPeople()
Default constructor |
|
GanttPeople(java.lang.String name,
java.lang.String mail,
int function)
A util constructor |
Method Summary | |
int |
getFunction()
Return the function of the person |
java.lang.String |
getMail()
Return the mail of ther person |
java.lang.String |
getName()
Return the name of ther person |
void |
setFunction(int f)
Change the function of the person |
void |
setMail(java.lang.String m)
Change the name of the person |
void |
setName(java.lang.String n)
Change the name of the person |
java.lang.String |
toString()
Method to String |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GanttPeople()
public GanttPeople(java.lang.String name, java.lang.String mail, int function)
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String n)
public java.lang.String getMail()
public void setMail(java.lang.String m)
public int getFunction()
public void setFunction(int f)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |