net.sf.mpxj
Class ResourceAssignmentWorkgroupFields

java.lang.Object
  extended by net.sf.mpxj.ResourceAssignmentWorkgroupFields

public final class ResourceAssignmentWorkgroupFields
extends Object

This class represents a resource assignment workgroup fields record from an MPX file.


Field Summary
static ResourceAssignmentWorkgroupFields EMPTY
           
 
Constructor Summary
ResourceAssignmentWorkgroupFields()
           
 
Method Summary
 boolean getConfirmed()
          Gets confirmed flag.
 String getMessageUniqueID()
          Gets the Message Unique ID.
 boolean getResponsePending()
          Retrieves response pending flag.
 String getScheduleID()
          Retrieves the schedule ID.
 Date getUpdateFinish()
          Gets the Update Finish Field value.
 Date getUpdateStart()
          Gets the Update Start Field value.
 void setConfirmed(boolean val)
          Sets confirmed flag.
 void setMessageUniqueID(String val)
          Sets the Message Unique ID.
 void setResponsePending(boolean val)
          Sets response pending flag.
 void setScheduleID(String val)
          Sets the schedule ID.
 void setUpdateFinish(Date val)
          Sets the Update Finish Field.
 void setUpdateStart(Date val)
          Sets the Update Start Field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static final ResourceAssignmentWorkgroupFields EMPTY
Constructor Detail

ResourceAssignmentWorkgroupFields

public ResourceAssignmentWorkgroupFields()
Method Detail

setMessageUniqueID

public void setMessageUniqueID(String val)
Sets the Message Unique ID.

Parameters:
val - ID

getMessageUniqueID

public String getMessageUniqueID()
Gets the Message Unique ID.

Returns:
ID

getConfirmed

public boolean getConfirmed()
Gets confirmed flag.

Returns:
boolean value

setConfirmed

public void setConfirmed(boolean val)
Sets confirmed flag.

Parameters:
val - boolean flag

setResponsePending

public void setResponsePending(boolean val)
Sets response pending flag.

Parameters:
val - boolean flag

getResponsePending

public boolean getResponsePending()
Retrieves response pending flag.

Returns:
boolean flag

setUpdateStart

public void setUpdateStart(Date val)
Sets the Update Start Field.

Parameters:
val - date to set

getUpdateStart

public Date getUpdateStart()
Gets the Update Start Field value.

Returns:
update Start Date

setUpdateFinish

public void setUpdateFinish(Date val)
Sets the Update Finish Field.

Parameters:
val - date to set

getUpdateFinish

public Date getUpdateFinish()
Gets the Update Finish Field value.

Returns:
update Finish Date

setScheduleID

public void setScheduleID(String val)
Sets the schedule ID.

Parameters:
val - schedule ID

getScheduleID

public String getScheduleID()
Retrieves the schedule ID.

Returns:
schedule ID


Copyright © 2012. All Rights Reserved.