net.sf.mindoro.model
Class Project
java.lang.Object
net.sf.mindoro.model.Project
- public class Project
- extends java.lang.Object
A Project.
- Author:
- aisrael
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Project
public Project()
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.
getName
public final java.lang.String getName()
- Returns:
- Returns the name.
setName
public final void setName(java.lang.String name)
- Parameters:
name
- The name to set.
getDescription
public final java.lang.String getDescription()
- Returns:
- Returns the description.
setDescription
public final void setDescription(java.lang.String description)
- Parameters:
description
- The description to set.
getDeliverables
public final java.util.Set getDeliverables()
- Returns:
- Returns the deliverables.
setDeliverables
public final void setDeliverables(java.util.Set deliverables)
- Parameters:
deliverables
- The deliverables to set.
Copyright © 2005 Project Mindoro. All Rights Reserved.