|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.planner.schema.Allocation
public class Allocation
| Field Summary | |
|---|---|
protected String |
resourceId
|
protected String |
taskId
|
protected String |
units
|
| Constructor Summary | |
|---|---|
Allocation()
|
|
| Method Summary | |
|---|---|
String |
getResourceId()
Gets the value of the resourceId property. |
String |
getTaskId()
Gets the value of the taskId property. |
String |
getUnits()
Gets the value of the units property. |
void |
setResourceId(String value)
Sets the value of the resourceId property. |
void |
setTaskId(String value)
Sets the value of the taskId property. |
void |
setUnits(String value)
Sets the value of the units property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String taskId
protected String resourceId
protected String units
| Constructor Detail |
|---|
public Allocation()
| Method Detail |
|---|
public String getTaskId()
Stringpublic void setTaskId(String value)
value - allowed object is
Stringpublic String getResourceId()
Stringpublic void setResourceId(String value)
value - allowed object is
Stringpublic String getUnits()
Stringpublic void setUnits(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||