Java Doc for StepTO.java in  » Project-Management » EmForce » org » emforge » xfer » 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 » Project Management » EmForce » org.emforge.xfer 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.emforge.xfer.StepTO

StepTO
public class StepTO (Code)
Transfer Object for transferring data about Step



Constructor Summary
public  StepTO()
    

Method Summary
public  StringgetActor()
    
public  DategetActualStartTime()
    
public  DategetDueDate()
    
public  LonggetId()
    
public  StringgetMilestoneName()
    
public  StringgetName()
    
public  DategetPlannedStartTime()
    
public  PriorityTOgetPriority()
     Step Priority It may be different from Task Priority.
public  StringgetProjectName()
    
public  StringgetSwimlane()
    
public  StringgetTaskHelp()
    
public  LonggetTaskId()
    
public  StringgetTaskOwner()
    
public  StringgetTitle()
    
public  TransitionTO[]getTransitions()
    
public  VariableTOgetVariable(String varName)
    
public  StringgetWorkflowIconLink()
    
public  StringgetWorkflowName()
    
public  IntegergetWorkflowVersion()
    
public  VariableTO[]getWritableVariables()
    
public  booleanisHasEnded()
    
public  voidsetActor(String i_actor)
    
public  voidsetActualStartTime(Date i_actualStartTime)
    
public  voidsetDueDate(Date i_dueDate)
    
public  voidsetHasEnded(boolean i_hasEnded)
    
public  voidsetId(Long i_id)
    
public  voidsetMilestoneName(String i_milestoneName)
    
public  voidsetName(String i_name)
    
public  voidsetPlannedStartTime(Date i_plannedStartTime)
    
public  voidsetPriority(PriorityTO i_priority)
    
public  voidsetProjectName(String i_projectName)
    
public  voidsetSwimlane(String i_swimlane)
    
public  voidsetTaskHelp(String i_taskHelp)
    
public  voidsetTaskId(Long i_taskId)
    
public  voidsetTaskOwner(String i_taskOwner)
    
public  voidsetTitle(String i_title)
    
public  voidsetTransitions(TransitionTO[] i_transitions)
    
public  voidsetVariable(String name, String value)
    
public  voidsetWorkflowIconLink(String i_workflowIconLink)
    
public  voidsetWorkflowName(String i_workflowName)
    
public  voidsetWorkflowVersion(Integer i_workflowVersion)
    
public  voidsetWritableVariables(VariableTO[] i_writableVariables)
    


Constructor Detail
StepTO
public StepTO()(Code)
Default empty contstructor




Method Detail
getActor
public String getActor()(Code)
Owner of step - user or group this step currently assigned to



getActualStartTime
public Date getActualStartTime()(Code)
When step was really started



getDueDate
public Date getDueDate()(Code)
When step should be finished



getId
public Long getId()(Code)
Step Id



getMilestoneName
public String getMilestoneName()(Code)
Name of milestone, step's task assigned to



getName
public String getName()(Code)
Step Name



getPlannedStartTime
public Date getPlannedStartTime()(Code)
When it was planned to start this step



getPriority
public PriorityTO getPriority()(Code)
Step Priority It may be different from Task Priority. For example - somebody create some task with ASAP priority. During processing this task, some step is assigned to some actor. But -this actor (like Big-Boss :) ) has huge amount much more important ASAP tasks to do So, he can change priority for this assigned to him step to lower level. This changes will not affect whole task priority



getProjectName
public String getProjectName()(Code)
Name of project step's task assigned to



getSwimlane
public String getSwimlane()(Code)
In case then task should be assigned to some swimlane this field contains name of this swimlane In EmForge swimlanes are linked with project roles



getTaskHelp
public String getTaskHelp()(Code)
Get help information for this step



getTaskId
public Long getTaskId()(Code)
ID of task, owned this step



getTaskOwner
public String getTaskOwner()(Code)
User, started the task



getTitle
public String getTitle()(Code)
Task/Step title



getTransitions
public TransitionTO[] getTransitions()(Code)
List of output transactions, allowed from this step



getVariable
public VariableTO getVariable(String varName)(Code)
Returns Variable by name
Parameters:
  varName -



getWorkflowIconLink
public String getWorkflowIconLink()(Code)
link to workflow icon (if exists)



getWorkflowName
public String getWorkflowName()(Code)
Name of workflow, used for step's task



getWorkflowVersion
public Integer getWorkflowVersion()(Code)
Version of workflow, used for step's task



getWritableVariables
public VariableTO[] getWritableVariables()(Code)
Waribles, that may be (or should be) changed during processing this step



isHasEnded
public boolean isHasEnded()(Code)
Is step already ended?



setActor
public void setActor(String i_actor)(Code)



setActualStartTime
public void setActualStartTime(Date i_actualStartTime)(Code)



setDueDate
public void setDueDate(Date i_dueDate)(Code)



setHasEnded
public void setHasEnded(boolean i_hasEnded)(Code)



setId
public void setId(Long i_id)(Code)



setMilestoneName
public void setMilestoneName(String i_milestoneName)(Code)



setName
public void setName(String i_name)(Code)



setPlannedStartTime
public void setPlannedStartTime(Date i_plannedStartTime)(Code)



setPriority
public void setPriority(PriorityTO i_priority)(Code)



setProjectName
public void setProjectName(String i_projectName)(Code)



setSwimlane
public void setSwimlane(String i_swimlane)(Code)



setTaskHelp
public void setTaskHelp(String i_taskHelp)(Code)



setTaskId
public void setTaskId(Long i_taskId)(Code)



setTaskOwner
public void setTaskOwner(String i_taskOwner)(Code)



setTitle
public void setTitle(String i_title)(Code)



setTransitions
public void setTransitions(TransitionTO[] i_transitions)(Code)



setVariable
public void setVariable(String name, String value)(Code)
Set new variable value
Parameters:
  name -
Parameters:
  value -



setWorkflowIconLink
public void setWorkflowIconLink(String i_workflowIconLink)(Code)



setWorkflowName
public void setWorkflowName(String i_workflowName)(Code)



setWorkflowVersion
public void setWorkflowVersion(Integer i_workflowVersion)(Code)



setWritableVariables
public void setWritableVariables(VariableTO[] i_writableVariables)(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.