net.sf.mindoro.model
Class Developer

java.lang.Object
  extended bynet.sf.mindoro.model.Developer

public class Developer
extends java.lang.Object

A Developer (Role)

Author:
aisrael

Constructor Summary
Developer()
           
 
Method Summary
 java.lang.Long getId()
           
 Person getPerson()
           
 java.util.Set getTasks()
           
 void setId(java.lang.Long id)
           
 void setPerson(Person person)
           
 void setTasks(java.util.Set tasks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Developer

public Developer()
Method Detail

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.