org.evolvis
Class ProjectTask

java.lang.Object
  extended by org.evolvis.ProjectTask
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ProjectTask()
           
ProjectTask(int project_task_id, int group_project_id, java.lang.String summary, java.lang.String details, int percent_complete, int priority, int hours, int start_date, int end_date, int status_id, int category_id, TaskDependency[] dependent_on, TaskAssignee[] assigned_to, int duration, int parent_id, int sort_id)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 TaskAssignee[] getAssigned_to()
          Gets the assigned_to value for this ProjectTask.
 int getCategory_id()
          Gets the category_id value for this ProjectTask.
 TaskDependency[] getDependent_on()
          Gets the dependent_on value for this ProjectTask.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getDetails()
          Gets the details value for this ProjectTask.
 int getDuration()
          Gets the duration value for this ProjectTask.
 int getEnd_date()
          Gets the end_date value for this ProjectTask.
 int getGroup_project_id()
          Gets the group_project_id value for this ProjectTask.
 int getHours()
          Gets the hours value for this ProjectTask.
 int getParent_id()
          Gets the parent_id value for this ProjectTask.
 int getPercent_complete()
          Gets the percent_complete value for this ProjectTask.
 int getPriority()
          Gets the priority value for this ProjectTask.
 int getProject_task_id()
          Gets the project_task_id value for this ProjectTask.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getSort_id()
          Gets the sort_id value for this ProjectTask.
 int getStart_date()
          Gets the start_date value for this ProjectTask.
 int getStatus_id()
          Gets the status_id value for this ProjectTask.
 java.lang.String getSummary()
          Gets the summary value for this ProjectTask.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAssigned_to(TaskAssignee[] assigned_to)
          Sets the assigned_to value for this ProjectTask.
 void setCategory_id(int category_id)
          Sets the category_id value for this ProjectTask.
 void setDependent_on(TaskDependency[] dependent_on)
          Sets the dependent_on value for this ProjectTask.
 void setDetails(java.lang.String details)
          Sets the details value for this ProjectTask.
 void setDuration(int duration)
          Sets the duration value for this ProjectTask.
 void setEnd_date(int end_date)
          Sets the end_date value for this ProjectTask.
 void setGroup_project_id(int group_project_id)
          Sets the group_project_id value for this ProjectTask.
 void setHours(int hours)
          Sets the hours value for this ProjectTask.
 void setParent_id(int parent_id)
          Sets the parent_id value for this ProjectTask.
 void setPercent_complete(int percent_complete)
          Sets the percent_complete value for this ProjectTask.
 void setPriority(int priority)
          Sets the priority value for this ProjectTask.
 void setProject_task_id(int project_task_id)
          Sets the project_task_id value for this ProjectTask.
 void setSort_id(int sort_id)
          Sets the sort_id value for this ProjectTask.
 void setStart_date(int start_date)
          Sets the start_date value for this ProjectTask.
 void setStatus_id(int status_id)
          Sets the status_id value for this ProjectTask.
 void setSummary(java.lang.String summary)
          Sets the summary value for this ProjectTask.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectTask

public ProjectTask()

ProjectTask

public ProjectTask(int project_task_id,
                   int group_project_id,
                   java.lang.String summary,
                   java.lang.String details,
                   int percent_complete,
                   int priority,
                   int hours,
                   int start_date,
                   int end_date,
                   int status_id,
                   int category_id,
                   TaskDependency[] dependent_on,
                   TaskAssignee[] assigned_to,
                   int duration,
                   int parent_id,
                   int sort_id)
Method Detail

getProject_task_id

public int getProject_task_id()
Gets the project_task_id value for this ProjectTask.

Returns:
project_task_id

setProject_task_id

public void setProject_task_id(int project_task_id)
Sets the project_task_id value for this ProjectTask.

Parameters:
project_task_id -

getGroup_project_id

public int getGroup_project_id()
Gets the group_project_id value for this ProjectTask.

Returns:
group_project_id

setGroup_project_id

public void setGroup_project_id(int group_project_id)
Sets the group_project_id value for this ProjectTask.

Parameters:
group_project_id -

getSummary

public java.lang.String getSummary()
Gets the summary value for this ProjectTask.

Returns:
summary

setSummary

public void setSummary(java.lang.String summary)
Sets the summary value for this ProjectTask.

Parameters:
summary -

getDetails

public java.lang.String getDetails()
Gets the details value for this ProjectTask.

Returns:
details

setDetails

public void setDetails(java.lang.String details)
Sets the details value for this ProjectTask.

Parameters:
details -

getPercent_complete

public int getPercent_complete()
Gets the percent_complete value for this ProjectTask.

Returns:
percent_complete

setPercent_complete

public void setPercent_complete(int percent_complete)
Sets the percent_complete value for this ProjectTask.

Parameters:
percent_complete -

getPriority

public int getPriority()
Gets the priority value for this ProjectTask.

Returns:
priority

setPriority

public void setPriority(int priority)
Sets the priority value for this ProjectTask.

Parameters:
priority -

getHours

public int getHours()
Gets the hours value for this ProjectTask.

Returns:
hours

setHours

public void setHours(int hours)
Sets the hours value for this ProjectTask.

Parameters:
hours -

getStart_date

public int getStart_date()
Gets the start_date value for this ProjectTask.

Returns:
start_date

setStart_date

public void setStart_date(int start_date)
Sets the start_date value for this ProjectTask.

Parameters:
start_date -

getEnd_date

public int getEnd_date()
Gets the end_date value for this ProjectTask.

Returns:
end_date

setEnd_date

public void setEnd_date(int end_date)
Sets the end_date value for this ProjectTask.

Parameters:
end_date -

getStatus_id

public int getStatus_id()
Gets the status_id value for this ProjectTask.

Returns:
status_id

setStatus_id

public void setStatus_id(int status_id)
Sets the status_id value for this ProjectTask.

Parameters:
status_id -

getCategory_id

public int getCategory_id()
Gets the category_id value for this ProjectTask.

Returns:
category_id

setCategory_id

public void setCategory_id(int category_id)
Sets the category_id value for this ProjectTask.

Parameters:
category_id -

getDependent_on

public TaskDependency[] getDependent_on()
Gets the dependent_on value for this ProjectTask.

Returns:
dependent_on

setDependent_on

public void setDependent_on(TaskDependency[] dependent_on)
Sets the dependent_on value for this ProjectTask.

Parameters:
dependent_on -

getAssigned_to

public TaskAssignee[] getAssigned_to()
Gets the assigned_to value for this ProjectTask.

Returns:
assigned_to

setAssigned_to

public void setAssigned_to(TaskAssignee[] assigned_to)
Sets the assigned_to value for this ProjectTask.

Parameters:
assigned_to -

getDuration

public int getDuration()
Gets the duration value for this ProjectTask.

Returns:
duration

setDuration

public void setDuration(int duration)
Sets the duration value for this ProjectTask.

Parameters:
duration -

getParent_id

public int getParent_id()
Gets the parent_id value for this ProjectTask.

Returns:
parent_id

setParent_id

public void setParent_id(int parent_id)
Sets the parent_id value for this ProjectTask.

Parameters:
parent_id -

getSort_id

public int getSort_id()
Gets the sort_id value for this ProjectTask.

Returns:
sort_id

setSort_id

public void setSort_id(int sort_id)
Sets the sort_id value for this ProjectTask.

Parameters:
sort_id -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2007. All Rights Reserved.