net.sf.mpxj.planner.schema
Class Allocation

java.lang.Object
  extended by net.sf.mpxj.planner.schema.Allocation

public class Allocation
extends Object


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

taskId

protected String taskId

resourceId

protected String resourceId

units

protected String units
Constructor Detail

Allocation

public Allocation()
Method Detail

getTaskId

public String getTaskId()
Gets the value of the taskId property.

Returns:
possible object is String

setTaskId

public void setTaskId(String value)
Sets the value of the taskId property.

Parameters:
value - allowed object is String

getResourceId

public String getResourceId()
Gets the value of the resourceId property.

Returns:
possible object is String

setResourceId

public void setResourceId(String value)
Sets the value of the resourceId property.

Parameters:
value - allowed object is String

getUnits

public String getUnits()
Gets the value of the units property.

Returns:
possible object is String

setUnits

public void setUnits(String value)
Sets the value of the units property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.