public final class SubProject extends Object
| Constructor and Description |
|---|
SubProject() |
| Modifier and Type | Method and Description |
|---|---|
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 project 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() |
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 IDpublic void addExternalTaskUniqueID(Integer externalTaskUniqueID)
externalTaskUniqueID - external task unique idpublic List<Integer> getAllExternalTaskUniqueIDs()
Copyright © 2013. All Rights Reserved.