MPXJ: Microsoft Project Exchange

net.sf.mpxj
Class ProjectEntity

Package class diagram package ProjectEntity
java.lang.Object
  extended by net.sf.mpxj.ProjectEntity
Direct Known Subclasses:
FileCreationRecord, ProjectCalendar, ProjectHeader, Resource, ResourceAssignment, Task

 class ProjectEntity
extends java.lang.Object

This is the base class from which all classes representing records found in an MPX file are derived. It contains common functionality and attribute storage used by all of the derived classes.


Constructor Summary
protected ProjectEntity(ProjectFile mpx)
          Constructor.
 
Method Summary
 ProjectFile getParentFile()
          Accessor method allowing retrieval of ProjectFile reference.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectEntity

protected ProjectEntity(ProjectFile mpx)
Constructor.

Parameters:
mpx - Parent MPX file
Method Detail

getParentFile

public final ProjectFile getParentFile()
Accessor method allowing retrieval of ProjectFile reference.

Returns:
reference to this the parent ProjectFile instance


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