|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.evolvis.ProjectTask
public class ProjectTask
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 |
---|
public 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 |
---|
public int getProject_task_id()
public void setProject_task_id(int project_task_id)
project_task_id
- public int getGroup_project_id()
public void setGroup_project_id(int group_project_id)
group_project_id
- public java.lang.String getSummary()
public void setSummary(java.lang.String summary)
summary
- public java.lang.String getDetails()
public void setDetails(java.lang.String details)
details
- public int getPercent_complete()
public void setPercent_complete(int percent_complete)
percent_complete
- public int getPriority()
public void setPriority(int priority)
priority
- public int getHours()
public void setHours(int hours)
hours
- public int getStart_date()
public void setStart_date(int start_date)
start_date
- public int getEnd_date()
public void setEnd_date(int end_date)
end_date
- public int getStatus_id()
public void setStatus_id(int status_id)
status_id
- public int getCategory_id()
public void setCategory_id(int category_id)
category_id
- public TaskDependency[] getDependent_on()
public void setDependent_on(TaskDependency[] dependent_on)
dependent_on
- public TaskAssignee[] getAssigned_to()
public void setAssigned_to(TaskAssignee[] assigned_to)
assigned_to
- public int getDuration()
public void setDuration(int duration)
duration
- public int getParent_id()
public void setParent_id(int parent_id)
parent_id
- public int getSort_id()
public void setSort_id(int sort_id)
sort_id
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |