Java Doc for Project.java in  » Workflow-Engines » wilos » wilos » model » misc » project » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Workflow Engines » wilos » wilos.model.misc.project 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


wilos.model.misc.concreteactivity.ConcreteActivity
   wilos.model.misc.project.Project

All known Subclasses:   wilos.business.webservices.transfertobject.ProjectTO,
Project
public class Project extends ConcreteActivity implements Cloneable(Code)
This class represents a project.



Constructor Summary
public  Project()
    

Method Summary
public  voidaddParticipant(Participant participant)
    
public  voidaddProcess(Process _process)
    
public  voidaddProjectDirector(ProjectDirector _projectDirector)
    
public  voidaddProjectManager(Participant projectManager)
     Adds a relation between the current instance of Project and a specified Participant (project manager).
public  Projectclone()
    
protected  voidcopy(Project _project)
     Copy the values of the specified Project into the current instance of the class.
public  booleanequals(Object _obj)
     Defines if the specified Object is the same or has the same values as the current instance of the class.
public  booleangetConsiderWorkProductAndTaskLinks()
    
public  DategetCreationDate()
    
public  StringgetDescription()
    
public  BooleangetIsFinished()
     Getter of isFinished.
public  DategetLaunchingDate()
    
public  Set<Participant>getParticipants()
     Getter of participants.
public  ProcessgetProcess()
     Getter of process.
public  ProjectDirectorgetProjectDirector()
     Getter of projectDirector.
public  ParticipantgetProjectManager()
     Getter of the project manager.
public  inthashCode()
     Returns a hash code value for the object.
public  voidremoveAllParticipants()
    
public  voidremoveParticipant(Participant participant)
    
public  voidremoveProcess(Process _process)
    
public  voidremoveProjectDirector(ProjectDirector _projectDirector)
    
public  voidremoveProjectManager(Participant projectManager)
     Removes the relation between the current instance of Project and a specified Participant (project manager).
public  voidsetConsiderWorkProductAndTaskLinks(boolean _considerWorkProductAndTaskLinks)
    
public  voidsetCreationDate(Date creationDate)
    
public  voidsetDescription(String description)
    
public  voidsetIsFinished(Boolean _isFinished)
     Setter of isFinished.
public  voidsetLaunchingDate(Date launchingDate)
    
public  voidsetParticipants(Set<Participant> _participants)
     Setter of participants.
public  voidsetProcess(Process _process)
     Setter of process.
public  voidsetProjectDirector(ProjectDirector _projectDirector)
     Setter of projectDirector.
public  voidsetProjectManager(Participant projectManager)
     Setter of the project manager.


Constructor Detail
Project
public Project()(Code)
Class constructor




Method Detail
addParticipant
public void addParticipant(Participant participant)(Code)
add participant to this project
Parameters:
  participant - the participant to add



addProcess
public void addProcess(Process _process)(Code)
Adds a relation between the Project and the Process
Parameters:
  _process - the process to be linked to



addProjectDirector
public void addProjectDirector(ProjectDirector _projectDirector)(Code)
Add a project director
Parameters:
  project -



addProjectManager
public void addProjectManager(Participant projectManager)(Code)
Adds a relation between the current instance of Project and a specified Participant (project manager).
Parameters:
  projectManager -



clone
public Project clone() throws CloneNotSupportedException(Code)
Returns a copy of the current instance of Project a copy of the Project
throws:
  CloneNotSupportedException -



copy
protected void copy(Project _project)(Code)
Copy the values of the specified Project into the current instance of the class.
Parameters:
  _project - the Project to copy



equals
public boolean equals(Object _obj)(Code)
Defines if the specified Object is the same or has the same values as the current instance of the class.
Parameters:
  obj - the Object to be compare to the Project true if the specified Object is the same, false otherwise



getConsiderWorkProductAndTaskLinks
public boolean getConsiderWorkProductAndTaskLinks()(Code)
the considerWorkProductAndTaskLinks



getCreationDate
public Date getCreationDate()(Code)
Returns the Date of the Project creation the creationDate



getDescription
public String getDescription()(Code)
Returns the description for the Project the description



getIsFinished
public Boolean getIsFinished()(Code)
Getter of isFinished. the isFinished.



getLaunchingDate
public Date getLaunchingDate()(Code)
Returns the launching Date for the Project the launchingDate



getParticipants
public Set<Participant> getParticipants()(Code)
Getter of participants. the participants.



getProcess
public Process getProcess()(Code)
Getter of process. the process.



getProjectDirector
public ProjectDirector getProjectDirector()(Code)
Getter of projectDirector. the projectDirector.



getProjectManager
public Participant getProjectManager()(Code)
Getter of the project manager. the project manager.



hashCode
public int hashCode()(Code)
Returns a hash code value for the object. This method is supported for the benefit of hash tables. the hash code of the current instance of Project



removeAllParticipants
public void removeAllParticipants()(Code)
remove the project from all the participants



removeParticipant
public void removeParticipant(Participant participant)(Code)
remove a project from a participant
Parameters:
  participant - the participant to remove from



removeProcess
public void removeProcess(Process _process)(Code)
Removes the relation between the Project and the Process
Parameters:
  _process - the process to be unlinked to



removeProjectDirector
public void removeProjectDirector(ProjectDirector _projectDirector)(Code)
Remove a project director
Parameters:
  project -



removeProjectManager
public void removeProjectManager(Participant projectManager)(Code)
Removes the relation between the current instance of Project and a specified Participant (project manager).
Parameters:
  projectManager -



setConsiderWorkProductAndTaskLinks
public void setConsiderWorkProductAndTaskLinks(boolean _considerWorkProductAndTaskLinks)(Code)

Parameters:
  _considerWorkProductAndTaskLinks - the considerWorkProductAndTaskLinks to set



setCreationDate
public void setCreationDate(Date creationDate)(Code)
Sets the Project creation Date
Parameters:
  creationDate - the creationDate to set



setDescription
public void setDescription(String description)(Code)
Sets the description for the Project
Parameters:
  description - the description to set



setIsFinished
public void setIsFinished(Boolean _isFinished)(Code)
Setter of isFinished.
Parameters:
  _isFinished - The isFinished to set.



setLaunchingDate
public void setLaunchingDate(Date launchingDate)(Code)
Sets the launching Date for the Project
Parameters:
  launchingDate - the launchingDate to set



setParticipants
public void setParticipants(Set<Participant> _participants)(Code)
Setter of participants.
Parameters:
  _participants - The participants to set.



setProcess
public void setProcess(Process _process)(Code)
Setter of process.
Parameters:
  _process - The process to set.



setProjectDirector
public void setProjectDirector(ProjectDirector _projectDirector)(Code)
Setter of projectDirector.
Parameters:
  _projectDirector - The projectDirector to set.



setProjectManager
public void setProjectManager(Participant projectManager)(Code)
Setter of the project manager.
Parameters:
  projectManager - The project manager to set.



Methods inherited from wilos.model.misc.concreteactivity.ConcreteActivity
public void addActivity(Activity _activity)(Code)(Java Doc)
public void addAllConcreteBreakdownElements(Set<ConcreteBreakdownElement> _concreteBreakdownElements)(Code)(Java Doc)
public void addConcreteBreakdownElement(ConcreteBreakdownElement _concreteBeakdownElement)(Code)(Java Doc)
public ConcreteActivity clone() throws CloneNotSupportedException(Code)(Java Doc)
protected void copy(ConcreteActivity _concreteActivity)(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
public Activity getActivity()(Code)(Java Doc)
public SortedSet<ConcreteBreakdownElement> getConcreteBreakdownElements()(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
public void removeActivity(Activity _activity)(Code)(Java Doc)
public void removeAllConcreteBreakdownElements()(Code)(Java Doc)
public void removeConcreteBreakdownElement(ConcreteBreakdownElement _concreteBreakdownElement)(Code)(Java Doc)
public void setActivity(Activity activity)(Code)(Java Doc)
public void setConcreteBreakdownElements(SortedSet<ConcreteBreakdownElement> concreteBreakdownElements)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.