net.sourceforge.ganttproject.resource
Class HumanResource

java.lang.Object
  |
  +--net.sourceforge.ganttproject.resource.ProjectResource
        |
        +--net.sourceforge.ganttproject.resource.HumanResource

public class HumanResource
extends ProjectResource

Author:
barmeier

Field Summary
 
Fields inherited from class net.sourceforge.ganttproject.resource.ProjectResource
id, name
 
Constructor Summary
HumanResource()
           
HumanResource(java.lang.String name, int id)
          Creates a new instance of HumanResource
 
Method Summary
 int getFunction()
           
 java.lang.String getMail()
           
 java.lang.String getPhone()
           
 void setFunction(int function)
           
 void setMail(java.lang.String email)
           
 void setPhone(java.lang.String phone)
           
 
Methods inherited from class net.sourceforge.ganttproject.resource.ProjectResource
getCostsPerUnit, getDescription, getId, getMaximumUnitsPerDay, getName, getUnitMeasure, setCostsPerUnit, setDescription, setId, setMaximumUnitsPerDay, setName, setUnitMeasure, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HumanResource

public HumanResource()

HumanResource

public HumanResource(java.lang.String name,
                     int id)
Creates a new instance of HumanResource

Method Detail

setMail

public void setMail(java.lang.String email)

getMail

public java.lang.String getMail()

setPhone

public void setPhone(java.lang.String phone)

getPhone

public java.lang.String getPhone()

setFunction

public void setFunction(int function)

getFunction

public int getFunction()


${copyright}