public class ProjectManagementViewInfo extends ViewInfo
Represents view information for MS Project document.
Constructor and Description |
---|
ProjectManagementViewInfo(FileType fileType,
List<Page> pages,
Date startDate,
Date endDate)
Initializes new instance of
ProjectManagementViewInfo class. |
Modifier and Type | Method and Description |
---|---|
Date |
getEndDate()
The date time when the project is to be completed.
|
Date |
getStartDate()
The date time from which the project started.
|
getFileType, getPages, toString
public ProjectManagementViewInfo(FileType fileType, List<Page> pages, Date startDate, Date endDate)
Initializes new instance of ProjectManagementViewInfo
class.
fileType
- The type of the file.pages
- The list of pages to view.startDate
- The date time from which the project started.endDate
- The date time when the project is to be completed.IllegalArgumentException
- Thrown when pages
is null.