za.org.coefficient.modules.task
Class TaskData

java.lang.Object
  extended by za.org.coefficient.modules.task.TaskData
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.util.Date actualEndDate
           
private  boolean completed
           
private  java.lang.String description
           
private  java.util.Date estimatedEndDate
           
private  java.lang.Integer estimatedHours
           
private  java.lang.Long id
           
private  java.lang.String name
           
private  java.lang.String person
           
private  java.lang.Long projectId
           
private  java.lang.String projectNameField
           
private  java.lang.Long sequence
           
private  java.util.Date startDate
           
private  java.lang.String status
           
 
Constructor Summary
TaskData()
           
 
Method Summary
 java.lang.String dump()
           
 java.util.Date getActualEndDate()
          Gets the value of actualEndDate
 boolean getCompleted()
          Gets the value of completed
 java.lang.String getDescription()
          Gets the value of description
 java.util.Date getEstimatedEndDate()
          Gets the value of estimatedEndDate
 java.lang.String getEstimatedEndDateAsString()
           
 java.lang.String getEstimatedEndDateDay()
           
 java.lang.String getEstimatedEndDateMonth()
           
 java.lang.String getEstimatedEndDateYear()
           
 java.lang.Integer getEstimatedHours()
          Gets the value of estimatedHours
 java.lang.Long getId()
          Gets the value of id
 java.lang.String getName()
          Gets the value of name
 java.lang.String getPerson()
          Gets the value of person
 java.lang.Long getProjectId()
          Gets the value of id
 java.lang.String getProjectNameField()
          Gets the value of projectNameField
 java.lang.Long getSequence()
          Gets the value of sequence
 java.util.Date getStartDate()
          Gets the value of startDate
 java.lang.String getStartDateAsString()
           
 java.lang.String getStartDateDay()
           
 java.lang.String getStartDateMonth()
           
 java.lang.String getStartDateYear()
           
 java.lang.String getStatus()
          Gets the value of name
 void setActualEndDate(java.util.Date argActualEndDate)
          Sets the value of actualEndDate
 void setCompleted(boolean completed)
          Sets the value of completed
 void setDescription(java.lang.String description)
          Sets the value of description
 void setEstimatedEndDate(java.util.Date argEstimatedEndDate)
          Sets the value of estimatedEndDate
 void setEstimatedEndDate(java.lang.String year, java.lang.String month, java.lang.String day)
           
 void setEstimatedHours(java.lang.Integer argEstimatedHours)
          Sets the value of estimatedHours
 void setEstimatedHours(java.lang.String argEstimatedHours)
           
 void setId(java.lang.Long argId)
          Sets the value of id
 void setName(java.lang.String name)
          Sets the value of name
 void setPerson(java.lang.String person)
          Sets the value of person
 void setProjectId(java.lang.Long argId)
          Sets the value of projectId
 void setProjectNameField(java.lang.String projectNameField)
          Sets the value of projectNameField
 void setSequence(java.lang.Long argSequence)
          Sets the value of sequence
 void setStartDate(java.util.Date argStartDate)
          Sets the value of startDate
 void setStartDate(java.lang.String year, java.lang.String month, java.lang.String day)
           
 void setStatus(java.lang.String status)
          Sets the value of name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private java.lang.Long id

projectId

private java.lang.Long projectId

name

private java.lang.String name

description

private java.lang.String description

status

private java.lang.String status

person

private java.lang.String person

sequence

private java.lang.Long sequence

startDate

private java.util.Date startDate

estimatedEndDate

private java.util.Date estimatedEndDate

actualEndDate

private java.util.Date actualEndDate

estimatedHours

private java.lang.Integer estimatedHours

projectNameField

private java.lang.String projectNameField

completed

private boolean completed
Constructor Detail

TaskData

public TaskData()
Method Detail

getId

public java.lang.Long getId()
Gets the value of id

Returns:
the value of id

setId

public void setId(java.lang.Long argId)
Sets the value of id

Parameters:
argId - Value to assign to this.id

getProjectId

public java.lang.Long getProjectId()
Gets the value of id

Returns:
the value of projectId

setProjectId

public void setProjectId(java.lang.Long argId)
Sets the value of projectId

Parameters:
argId - Value to assign to this.id

getEstimatedHours

public java.lang.Integer getEstimatedHours()
Gets the value of estimatedHours

Returns:
the value of estimatedHours

setEstimatedHours

public void setEstimatedHours(java.lang.Integer argEstimatedHours)
Sets the value of estimatedHours

Parameters:
argId - Value to assign to this.estimatedHours

setEstimatedHours

public void setEstimatedHours(java.lang.String argEstimatedHours)

getSequence

public java.lang.Long getSequence()
Gets the value of sequence

Returns:
the value of sequence

setSequence

public void setSequence(java.lang.Long argSequence)
Sets the value of sequence

Parameters:
argId - Value to assign to this.sequence

getStartDate

public java.util.Date getStartDate()
Gets the value of startDate

Returns:
the value of startDate

setStartDate

public void setStartDate(java.util.Date argStartDate)
Sets the value of startDate

Parameters:
argId - Value to assign to this.startDate

setStartDate

public void setStartDate(java.lang.String year,
                         java.lang.String month,
                         java.lang.String day)

setEstimatedEndDate

public void setEstimatedEndDate(java.lang.String year,
                                java.lang.String month,
                                java.lang.String day)

getStartDateAsString

public java.lang.String getStartDateAsString()

getStartDateDay

public java.lang.String getStartDateDay()

getEstimatedEndDateDay

public java.lang.String getEstimatedEndDateDay()

getStartDateMonth

public java.lang.String getStartDateMonth()

getEstimatedEndDateMonth

public java.lang.String getEstimatedEndDateMonth()

getStartDateYear

public java.lang.String getStartDateYear()

getEstimatedEndDateYear

public java.lang.String getEstimatedEndDateYear()

getEstimatedEndDateAsString

public java.lang.String getEstimatedEndDateAsString()

getEstimatedEndDate

public java.util.Date getEstimatedEndDate()
Gets the value of estimatedEndDate

Returns:
the value of estimatedEndDate

setEstimatedEndDate

public void setEstimatedEndDate(java.util.Date argEstimatedEndDate)
Sets the value of estimatedEndDate

Parameters:
argId - Value to assign to this.estimatedEndDate

getActualEndDate

public java.util.Date getActualEndDate()
Gets the value of actualEndDate

Returns:
the value of actualEndDate

setActualEndDate

public void setActualEndDate(java.util.Date argActualEndDate)
Sets the value of actualEndDate

Parameters:
argId - Value to assign to this.actualEndDate

getName

public java.lang.String getName()
Gets the value of name

Returns:
the value of name

setName

public void setName(java.lang.String name)
Sets the value of name

Parameters:
argName - Value to assign to this.name

getStatus

public java.lang.String getStatus()
Gets the value of name

Returns:
the value of name

setPerson

public void setPerson(java.lang.String person)
Sets the value of person

Parameters:
argPerson - Value to assign to this.person

getPerson

public java.lang.String getPerson()
Gets the value of person

Returns:
the value of person

setStatus

public void setStatus(java.lang.String status)
Sets the value of name

Parameters:
argName - Value to assign to this.name

getDescription

public java.lang.String getDescription()
Gets the value of description

Returns:
the value of description

setDescription

public void setDescription(java.lang.String description)
Sets the value of description

Parameters:
argDescription - Value to assign to this.description

getProjectNameField

public java.lang.String getProjectNameField()
Gets the value of projectNameField

Returns:
the value of projectNameField

setProjectNameField

public void setProjectNameField(java.lang.String projectNameField)
Sets the value of projectNameField

Parameters:
argProjectNameField - Value to assign to this.projectNameField

getCompleted

public boolean getCompleted()
Gets the value of completed

Returns:
the value of completed

setCompleted

public void setCompleted(boolean completed)
Sets the value of completed

Parameters:
argCompleted - Value to assign to this.completed

dump

public java.lang.String dump()


Copyright CSIR. All Rights Reserved.