arta.synergy.web.common.client.data.actions
Class ProjectReportItem

java.lang.Object
  extended by arta.synergy.web.common.client.data.actions.ProjectReportItem
All Implemented Interfaces:
java.io.Serializable

public class ProjectReportItem
extends java.lang.Object
implements java.io.Serializable

Created by IntelliJ IDEA. User: topa Date: 20.07.2010 Time: 14:08:21 To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Field Summary
 int absNumber
           
 java.lang.String actionID
           
 java.util.ArrayList<ProjectReportItem> children
           
 java.util.Date finishDate
           
 boolean isExpired
           
 boolean isGroup
           
 double length
           
 java.util.ArrayList<LinkInfo> linkedFrom
           
 java.util.ArrayList<LinkInfo> linkedTo
           
 java.util.ArrayList<java.lang.Integer> links
           
 java.lang.String name
           
 int percent
           
 int priority
           
 java.util.ArrayList<java.lang.String> responsible
           
 java.util.Date startDate
           
 java.lang.String structNumber
           
 int typeID
           
 
Constructor Summary
ProjectReportItem()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actionID

public java.lang.String actionID

name

public java.lang.String name

startDate

public java.util.Date startDate

finishDate

public java.util.Date finishDate

percent

public int percent

priority

public int priority

isExpired

public boolean isExpired

isGroup

public boolean isGroup

length

public double length

absNumber

public int absNumber

structNumber

public java.lang.String structNumber

responsible

public java.util.ArrayList<java.lang.String> responsible

linkedTo

public java.util.ArrayList<LinkInfo> linkedTo

linkedFrom

public java.util.ArrayList<LinkInfo> linkedFrom

links

public java.util.ArrayList<java.lang.Integer> links

children

public java.util.ArrayList<ProjectReportItem> children

typeID

public int typeID
Constructor Detail

ProjectReportItem

public ProjectReportItem()


Copyright © 2000 Dummy Corp. All Rights Reserved.