Java Doc for Project.java in  » Groupware » coefficient » za » org » coefficient » core » 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 » Groupware » coefficient » za.org.coefficient.core 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   za.org.coefficient.core.Project

Project
public class Project implements Serializable(Code)



Constructor Summary
public  Project()
    

Method Summary
public  voidaddAttribute(ProjectAttribute attribute)
    
public  voidaddAttributeData(ProjectAttributeData pad)
    
public  voidaddCategory(Category cat)
    
public  voidaddComponent(ProjectComponent component)
    
public  voidaddMember(ProjectMember member)
    
public  voidaddModule(String moduleName)
    
public  voidaddVersion(ProjectVersion version)
    
public  booleancontainsMember(ProjectMember member)
    
public  booleancontainsUser(CoefficientUser user)
    
public  voiddeleteAttribute(ProjectAttribute attribute)
    
public  voiddeleteAttributeData(ProjectAttributeData pad)
    
public  voiddeleteCategory(Category cat)
    
public  voiddeleteComponent(ProjectComponent component)
    
public  voiddeleteMember(ProjectMember member)
    
public  voiddeleteModule(String moduleName)
    
public  voiddeleteVersion(ProjectVersion version)
    
public  booleangetActive()
    
public  ListgetAttributeData()
    
public  ListgetAttributes()
    
public  ListgetCategories()
    
public  ListgetChampionsAsMembers()
    
public  ListgetChampionsAsUsers()
    
public  ListgetComponents()
    
public  ProjectVersiongetCurrentVersion()
    
public  StringgetDescription()
    
public  StringgetHomePage()
    
public  LonggetId()
    
public  booleangetIsPublic()
    
public  booleangetIsWorkflow()
    
public  ListgetMembers()
    
public  ListgetMembersPending()
    
public  ListgetModules()
    
public  StringgetName()
    
public  ListgetNonChampionsAsMembers()
    
public  ListgetNonChampionsAsUsers()
    
public  DategetRegistrationDate()
    
public  StringgetShortName()
    
public  ProjectStatisticsgetStatistics()
    
public  StringgetThemeName()
    
public  longgetVersion()
    
public  ListgetVersions()
    
public  voidsetActive(boolean active)
    
public  voidsetAttributeData(List argAttributeData)
    
public  voidsetAttributes(List argAttributes)
    
public  voidsetCategories(List argCategories)
    
public  voidsetComponents(List components)
    
public  voidsetCurrentVersion(ProjectVersion currentVersion)
    
public  voidsetDescription(String description)
    
public  voidsetHomePage(String homePage)
    
public  voidsetId(Long argId)
    
public  voidsetIsPublic(boolean isPublic)
    
public  voidsetIsWorkflow(boolean isWorkflow)
    
public  voidsetMembers(List argMembers)
    
public  voidsetMembersPending(List argMembers)
    
public  voidsetModules(List modules)
    
public  voidsetName(String name)
    
public  voidsetRegistrationDate(Date registrationDate)
    
public  voidsetShortName(String string)
    
public  voidsetStatistics(ProjectStatistics statistics)
    
public  voidsetThemeName(String themeName)
    
public  voidsetVersion(long version)
    
public  voidsetVersions(List versions)
    
public  voidupdateComponent(ProjectComponent component)
    
public  voidupdateVersion(ProjectVersion version)
    


Constructor Detail
Project
public Project()(Code)




Method Detail
addAttribute
public void addAttribute(ProjectAttribute attribute)(Code)
Sets the value of attributes
Parameters:
  attribute - Value to add to the projects attributes



addAttributeData
public void addAttributeData(ProjectAttributeData pad)(Code)
Sets the value of attributeData
Parameters:
  attribute - Value to add to the projects attributeData



addCategory
public void addCategory(Category cat)(Code)
Sets the value of categories
Parameters:
  cat - Value to assign add to the projects categories



addComponent
public void addComponent(ProjectComponent component)(Code)



addMember
public void addMember(ProjectMember member)(Code)
Adds the provided user to the projects members
Parameters:
  user - Value to assign to the projects members



addModule
public void addModule(String moduleName)(Code)



addVersion
public void addVersion(ProjectVersion version)(Code)



containsMember
public boolean containsMember(ProjectMember member)(Code)



containsUser
public boolean containsUser(CoefficientUser user)(Code)



deleteAttribute
public void deleteAttribute(ProjectAttribute attribute)(Code)
delete one attribute
Parameters:
  attribute - Value to remove from the projects attributes



deleteAttributeData
public void deleteAttributeData(ProjectAttributeData pad)(Code)
delete one attributeData
Parameters:
  attribute - Value to remove from the projects attributeData



deleteCategory
public void deleteCategory(Category cat)(Code)
Deletes the provided category from the projects categories
Parameters:
  user - Value to remove from the projects categories



deleteComponent
public void deleteComponent(ProjectComponent component)(Code)



deleteMember
public void deleteMember(ProjectMember member)(Code)
Deletes the provided user from the projects members
Parameters:
  user - Value to remove from the projects members



deleteModule
public void deleteModule(String moduleName)(Code)



deleteVersion
public void deleteVersion(ProjectVersion version)(Code)



getActive
public boolean getActive()(Code)
Gets the value of active the value of active



getAttributeData
public List getAttributeData()(Code)
Gets the value of attributeData the value of attributeData



getAttributes
public List getAttributes()(Code)
Gets the value of attributes the value of attributes



getCategories
public List getCategories()(Code)
Gets the value of categories the value of categories



getChampionsAsMembers
public List getChampionsAsMembers()(Code)
returns a list of project champions only



getChampionsAsUsers
public List getChampionsAsUsers()(Code)



getComponents
public List getComponents()(Code)
Gets the value of components the value of components



getCurrentVersion
public ProjectVersion getCurrentVersion()(Code)
Gets the value of currentVersion the value of currentVersion



getDescription
public String getDescription()(Code)
Gets the value of description the value of description



getHomePage
public String getHomePage()(Code)
Gets the value of homePage the value of homePage



getId
public Long getId()(Code)
Gets the value of id the value of id



getIsPublic
public boolean getIsPublic()(Code)
Gets the value of public the value of isPublic



getIsWorkflow
public boolean getIsWorkflow()(Code)
Gets the value of workflow the value of isWorkflow



getMembers
public List getMembers()(Code)
Gets the value of members the value of members



getMembersPending
public List getMembersPending()(Code)
Gets the value of membersPending the value of membersPending



getModules
public List getModules()(Code)
Gets the value of modules the value of modules



getName
public String getName()(Code)
Gets the value of name the value of name



getNonChampionsAsMembers
public List getNonChampionsAsMembers()(Code)
returns a list of project champions only



getNonChampionsAsUsers
public List getNonChampionsAsUsers()(Code)



getRegistrationDate
public Date getRegistrationDate()(Code)
Gets the value of create date the value of create date



getShortName
public String getShortName()(Code)
Gets the value of shortName the value of shortName



getStatistics
public ProjectStatistics getStatistics()(Code)
Gets the value of statistics the value of statistics



getThemeName
public String getThemeName()(Code)
Gets the value of themeName the value of themeName



getVersion
public long getVersion()(Code)
Gets the value of version the value of version



getVersions
public List getVersions()(Code)
Gets the value of versions the value of versions



setActive
public void setActive(boolean active)(Code)
Sets the value of active
Parameters:
  active - Value to assign to this.active



setAttributeData
public void setAttributeData(List argAttributeData)(Code)
Sets the value of attributeData
Parameters:
  argAttributeData - Value to assign to this.attributeData



setAttributes
public void setAttributes(List argAttributes)(Code)
Sets the value of attributes
Parameters:
  argAttributes - Value to assign to this.attributes



setCategories
public void setCategories(List argCategories)(Code)
Sets the value of categories
Parameters:
  argCategories - Value to assign to this.categories



setComponents
public void setComponents(List components)(Code)
Sets the value of components
Parameters:
  components - Value to assign to this.components



setCurrentVersion
public void setCurrentVersion(ProjectVersion currentVersion)(Code)
Sets the value of currentVersion
Parameters:
  argCurrentVersion - Value to assign to this.currentVersion



setDescription
public void setDescription(String description)(Code)
Sets the value of description
Parameters:
  argDescription - Value to assign to this.description



setHomePage
public void setHomePage(String homePage)(Code)
Sets the value of homePage
Parameters:
  argHomePage - Value to assign to this.homePage



setId
public void setId(Long argId)(Code)
Sets the value of id
Parameters:
  argId - Value to assign to this.id



setIsPublic
public void setIsPublic(boolean isPublic)(Code)
Sets the value of isPublic public Value to assign to this.isPublic



setIsWorkflow
public void setIsWorkflow(boolean isWorkflow)(Code)
Sets the value of isWorkflow
Parameters:
  workflow - Value to assign to this.isWorkflow



setMembers
public void setMembers(List argMembers)(Code)
Sets the value of members
Parameters:
  argMembers - Value to assign to this.members



setMembersPending
public void setMembersPending(List argMembers)(Code)
Sets the value of membersPending
Parameters:
  argMembers - Value to assign to this.membersPending



setModules
public void setModules(List modules)(Code)
Sets the value of modules
Parameters:
  modules - Value to assign to this.modules



setName
public void setName(String name)(Code)
Sets the value of name
Parameters:
  argName - Value to assign to this.name



setRegistrationDate
public void setRegistrationDate(Date registrationDate)(Code)
Sets the value of registration date
Parameters:
  registrationDate - Value to assign to this.registrationDate



setShortName
public void setShortName(String string)(Code)



setStatistics
public void setStatistics(ProjectStatistics statistics)(Code)
Sets the value of statistics
Parameters:
  argStatistics - Value to assign to this.statistics



setThemeName
public void setThemeName(String themeName)(Code)
Sets the value of themeName
Parameters:
  argThemeName - Value to assign to this.themeNameNB: null or empty means use the installed theme



setVersion
public void setVersion(long version)(Code)
Sets the value of version
Parameters:
  version - Value to assign to this.version



setVersions
public void setVersions(List versions)(Code)
Sets the value of versions
Parameters:
  versions - Value to assign to this.versions



updateComponent
public void updateComponent(ProjectComponent component)(Code)



updateVersion
public void updateVersion(ProjectVersion version)(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.