net.sf.mindoro.model
Class Developer
java.lang.Object
net.sf.mindoro.model.Developer
- public class Developer
- extends java.lang.Object
A Developer (Role)
- Author:
- aisrael
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Developer
public Developer()
getId
public final java.lang.Long getId()
- Returns:
- Returns the id.
setId
public final void setId(java.lang.Long id)
- Parameters:
id
- The id to set.
getPerson
public final Person getPerson()
- Returns:
- Returns the person.
setPerson
public final void setPerson(Person person)
- Parameters:
person
- The person to set.
getTasks
public final java.util.Set getTasks()
- Returns:
- Returns the tasks.
setTasks
public final void setTasks(java.util.Set tasks)
- Parameters:
tasks
- The tasks to set.
Copyright © 2005 Project Mindoro. All Rights Reserved.