|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.SubProject
public final class SubProject
This class represents a sub project.
| Constructor Summary | |
|---|---|
SubProject()
|
|
| Method Summary | |
|---|---|
void |
addExternalTaskUniqueID(Integer externalTaskUniqueID)
This package-private method is used to add external task unique id. |
List<Integer> |
getAllExternalTaskUniqueIDs()
Retrieves all the external task unique ids for this MPX file. |
String |
getDosFileName()
Retrieves the DOS file name. |
String |
getDosFullPath()
Retrieves the DOS full path. |
String |
getFileName()
Retrieve the file name. |
String |
getFullPath()
Retrieve the full path. |
Integer |
getTaskUniqueID()
Retrieve the unique ID of the task to which this subproject relates. |
Integer |
getUniqueIDOffset()
Retrieves the offset applied to task unique IDs from the sub project. |
boolean |
isExternalTask(Integer taskUniqueID)
Check to see if the given task is an external task from this subproject. |
void |
setDosFileName(String dosFileName)
Sets the DOS file name. |
void |
setDosFullPath(String dosFullPath)
Sets the DOS full path. |
void |
setFileName(String fileName)
Sets the file name. |
void |
setFullPath(String fullPath)
Sets the full path. |
void |
setTaskUniqueID(Integer taskUniqueID)
Set the unique ID of the task to which this subproject relates. |
void |
setUniqueIDOffset(Integer uniqueIDOffset)
Set the the offset applied to task unique IDs from the sub project. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SubProject()
| Method Detail |
|---|
public String getDosFileName()
public void setDosFileName(String dosFileName)
dosFileName - DOS file namepublic String getDosFullPath()
public void setDosFullPath(String dosFullPath)
dosFullPath - DOS full pathpublic String getFileName()
public void setFileName(String fileName)
fileName - file namepublic String getFullPath()
public void setFullPath(String fullPath)
fullPath - full pathpublic Integer getUniqueIDOffset()
public void setUniqueIDOffset(Integer uniqueIDOffset)
uniqueIDOffset - unique ID offsetpublic Integer getTaskUniqueID()
public void setTaskUniqueID(Integer taskUniqueID)
taskUniqueID - task unique IDpublic boolean isExternalTask(Integer taskUniqueID)
taskUniqueID - task unique ID
public void addExternalTaskUniqueID(Integer externalTaskUniqueID)
externalTaskUniqueID - external task unique idpublic List<Integer> getAllExternalTaskUniqueIDs()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||