MPXJ: Microsoft Project Exchange

net.sf.mpxj.planner.schema
Class Allocation

Package class diagram package Allocation
java.lang.Object
  extended by net.sf.mpxj.planner.schema.Allocation

public class Allocation
extends java.lang.Object


Field Summary
protected  java.lang.String resourceId
           
protected  java.lang.String taskId
           
protected  java.lang.String units
           
 
Constructor Summary
Allocation()
           
 
Method Summary
 java.lang.String getResourceId()
          Gets the value of the resourceId property.
 java.lang.String getTaskId()
          Gets the value of the taskId property.
 java.lang.String getUnits()
          Gets the value of the units property.
 void setResourceId(java.lang.String value)
          Sets the value of the resourceId property.
 void setTaskId(java.lang.String value)
          Sets the value of the taskId property.
 void setUnits(java.lang.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 java.lang.String taskId

resourceId

protected java.lang.String resourceId

units

protected java.lang.String units
Constructor Detail

Allocation

public Allocation()
Method Detail

getTaskId

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

Returns:
possible object is String

setTaskId

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

Parameters:
value - allowed object is String

getResourceId

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

Returns:
possible object is String

setResourceId

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

Parameters:
value - allowed object is String

getUnits

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

Returns:
possible object is String

setUnits

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

Parameters:
value - allowed object is String


Copyright © 2000-2009 Packwood Software. All Rights Reserved.