|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sandev.TaskHeap.structs.PlanComponentStruct
org.sandev.TaskHeap.structs.ExternalPlanStruct
An ExternalPlan is the local representation of a Plan from another heap. This is useful for tracking interactions between groups with related work. The ExternalPlan contains enough information to read the other heap report and update its time based on what it finds.
| Field Summary | |
protected java.lang.String |
password
The password to access the other heap. |
protected int |
refresh
Whether this ExternalPlan should be refreshed from external data automatically or manually. |
protected long |
sourceID
The ID of the plan in the other heap. |
protected java.lang.String |
updateURL
The URL to retrieve the latest heap information. |
protected java.lang.String |
username
The username to access the other heap. |
| Fields inherited from class org.sandev.TaskHeap.structs.PlanComponentStruct |
description, dueDate, name, notes, parent, resourceID, timeEstimate |
| Constructor Summary | |
ExternalPlanStruct()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String updateURL
protected long sourceID
protected java.lang.String username
protected java.lang.String password
protected int refresh
enumerated constant values:
_AUTOMATIC = 0_MANUAL = 1| Constructor Detail |
public ExternalPlanStruct()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||