Java Doc for History.java in  » Issue-Tracking » jTrac » info » jtrac » domain » 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 » Issue Tracking » jTrac » info.jtrac.domain 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   info.jtrac.domain.AbstractItem
      info.jtrac.domain.History

History
public class History extends AbstractItem (Code)
Any updates to an Item (even a new insert) causes a snapshot of the item to be stored in the History table. In this way for each Item, a History view is available which shows the diffs, who made changes and when, etc.



Constructor Summary
public  History()
    
public  History(Item item)
    

Method Summary
public  DocumentcreateDocument()
    
public  DoublegetActualEffort()
    
public  AttachmentgetAttachment()
    
public  StringgetComment()
    
public  intgetIndex()
    
public  StringgetRefId()
    
public  SpacegetSpace()
    
public  IntegergetType()
    
public  voidsetActualEffort(Double actualEffort)
    
public  voidsetAttachment(Attachment attachment)
    
public  voidsetComment(String comment)
    
public  voidsetType(Integer type)
    
public  StringtoString()
    


Constructor Detail
History
public History()(Code)



History
public History(Item item)(Code)
this is used a) when creating snapshot of item when inserting history and b) to create snapshot of item when editing item in which case the status, loggedBy and assignedTo fields are additionally tweaked




Method Detail
createDocument
public Document createDocument()(Code)
Lucene DocumentCreator implementation



getActualEffort
public Double getActualEffort()(Code)



getAttachment
public Attachment getAttachment()(Code)



getComment
public String getComment()(Code)



getIndex
public int getIndex()(Code)



getRefId
public String getRefId()(Code)



getSpace
public Space getSpace()(Code)



getType
public Integer getType()(Code)



setActualEffort
public void setActualEffort(Double actualEffort)(Code)



setAttachment
public void setAttachment(Attachment attachment)(Code)



setComment
public void setComment(String comment)(Code)



setType
public void setType(Integer type)(Code)



toString
public String toString()(Code)



Methods inherited from info.jtrac.domain.AbstractItem
public User getAssignedTo()(Code)(Java Doc)
public Double getCusDbl01()(Code)(Java Doc)
public Double getCusDbl02()(Code)(Java Doc)
public Double getCusDbl03()(Code)(Java Doc)
public Integer getCusInt01()(Code)(Java Doc)
public Integer getCusInt02()(Code)(Java Doc)
public Integer getCusInt03()(Code)(Java Doc)
public Integer getCusInt04()(Code)(Java Doc)
public Integer getCusInt05()(Code)(Java Doc)
public Integer getCusInt06()(Code)(Java Doc)
public Integer getCusInt07()(Code)(Java Doc)
public Integer getCusInt08()(Code)(Java Doc)
public Integer getCusInt09()(Code)(Java Doc)
public Integer getCusInt10()(Code)(Java Doc)
public String getCusStr01()(Code)(Java Doc)
public String getCusStr02()(Code)(Java Doc)
public String getCusStr03()(Code)(Java Doc)
public String getCusStr04()(Code)(Java Doc)
public String getCusStr05()(Code)(Java Doc)
public Date getCusTim01()(Code)(Java Doc)
public Date getCusTim02()(Code)(Java Doc)
public Date getCusTim03()(Code)(Java Doc)
public String getCustomValue(Field.Name fieldName)(Code)(Java Doc)
public String getDetail()(Code)(Java Doc)
public long getId()(Code)(Java Doc)
public Set<ItemTag> getItemTags()(Code)(Java Doc)
public Set<ItemUser> getItemUsers()(Code)(Java Doc)
public User getLoggedBy()(Code)(Java Doc)
public Item getParent()(Code)(Java Doc)
public Double getPlannedEffort()(Code)(Java Doc)
public Integer getPriority()(Code)(Java Doc)
abstract public String getRefId()(Code)(Java Doc)
public Set<ItemItem> getRelatedItems()(Code)(Java Doc)
public Set<ItemItem> getRelatingItems()(Code)(Java Doc)
public Integer getSeverity()(Code)(Java Doc)
abstract public Space getSpace()(Code)(Java Doc)
public Integer getStatus()(Code)(Java Doc)
public String getStatusValue()(Code)(Java Doc)
public String getSummary()(Code)(Java Doc)
public Date getTimeStamp()(Code)(Java Doc)
public Object getValue(Field.Name fieldName)(Code)(Java Doc)
public int getVersion()(Code)(Java Doc)
public boolean isSendNotifications()(Code)(Java Doc)
public void setAssignedTo(User assignedTo)(Code)(Java Doc)
public void setCusDbl01(Double cusDbl01)(Code)(Java Doc)
public void setCusDbl02(Double cusDbl02)(Code)(Java Doc)
public void setCusDbl03(Double cusDbl03)(Code)(Java Doc)
public void setCusInt01(Integer cusInt01)(Code)(Java Doc)
public void setCusInt02(Integer cusInt02)(Code)(Java Doc)
public void setCusInt03(Integer cusInt03)(Code)(Java Doc)
public void setCusInt04(Integer cusInt04)(Code)(Java Doc)
public void setCusInt05(Integer cusInt05)(Code)(Java Doc)
public void setCusInt06(Integer cusInt06)(Code)(Java Doc)
public void setCusInt07(Integer cusInt07)(Code)(Java Doc)
public void setCusInt08(Integer cusInt08)(Code)(Java Doc)
public void setCusInt09(Integer cusInt09)(Code)(Java Doc)
public void setCusInt10(Integer cusInt10)(Code)(Java Doc)
public void setCusStr01(String cusStr01)(Code)(Java Doc)
public void setCusStr02(String cusStr02)(Code)(Java Doc)
public void setCusStr03(String cusStr03)(Code)(Java Doc)
public void setCusStr04(String cusStr04)(Code)(Java Doc)
public void setCusStr05(String cusStr05)(Code)(Java Doc)
public void setCusTim01(Date cusTim01)(Code)(Java Doc)
public void setCusTim02(Date cusTim02)(Code)(Java Doc)
public void setCusTim03(Date cusTim03)(Code)(Java Doc)
public void setDetail(String detail)(Code)(Java Doc)
public void setId(long id)(Code)(Java Doc)
public void setItemTags(Set<ItemTag> itemTags)(Code)(Java Doc)
public void setItemUsers(Set<ItemUser> itemUsers)(Code)(Java Doc)
public void setLoggedBy(User loggedBy)(Code)(Java Doc)
public void setParent(Item parent)(Code)(Java Doc)
public void setPlannedEffort(Double plannedEffort)(Code)(Java Doc)
public void setPriority(Integer priority)(Code)(Java Doc)
public void setRelatedItems(Set<ItemItem> relatedItems)(Code)(Java Doc)
public void setRelatingItems(Set<ItemItem> relatingItems)(Code)(Java Doc)
public void setSendNotifications(boolean sendNotifications)(Code)(Java Doc)
public void setSeverity(Integer severity)(Code)(Java Doc)
public void setStatus(Integer status)(Code)(Java Doc)
public void setSummary(String summary)(Code)(Java Doc)
public void setTimeStamp(Date timeStamp)(Code)(Java Doc)
public void setValue(Field.Name fieldName, Object value)(Code)(Java Doc)
public void setVersion(int version)(Code)(Java Doc)
public String toString()(Code)(Java Doc)

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.