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

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

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

Created by IntelliJ IDEA. User: topa Date: 22.07.2010 Time: 15:02:18 To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Field Summary
 java.lang.String actionID
           
 java.util.ArrayList<ActionReportComment> comments
           
 java.lang.String finishDate
           
 boolean isGroup
           
 boolean isMilestone
           
 int leftDays
          Количество дней, оставшееся до завершения мероприятия
 double length
           
 int levelsCount
           
 java.lang.String name
           
 java.lang.String number
           
 int percent
           
 java.lang.String responsibles
           
 java.lang.String resUserID
           
 java.lang.String resUserName
           
 java.lang.String startDate
           
 
Constructor Summary
ActionsReportItem()
           
 
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

number

public java.lang.String number

name

public java.lang.String name

percent

public int percent

startDate

public java.lang.String startDate

finishDate

public java.lang.String finishDate

comments

public java.util.ArrayList<ActionReportComment> comments

isMilestone

public boolean isMilestone

levelsCount

public int levelsCount

isGroup

public boolean isGroup

leftDays

public int leftDays
Количество дней, оставшееся до завершения мероприятия


length

public double length

resUserName

public java.lang.String resUserName

resUserID

public java.lang.String resUserID

responsibles

public java.lang.String responsibles
Constructor Detail

ActionsReportItem

public ActionsReportItem()


Copyright © 2000 Dummy Corp. All Rights Reserved.