public class ProjectManagementViewInfo extends Object
| Constructor | Description |
|---|---|
ProjectManagementViewInfo() |
| Modifier and Type | Method | Description |
|---|---|---|
ProjectManagementViewInfo |
endDate(org.threeten.bp.OffsetDateTime endDate) |
|
boolean |
equals(Object o) |
|
org.threeten.bp.OffsetDateTime |
getEndDate() |
The date time when the project is to be completed
|
org.threeten.bp.OffsetDateTime |
getStartDate() |
The date time from which the project started
|
int |
hashCode() |
|
void |
setEndDate(org.threeten.bp.OffsetDateTime endDate) |
|
void |
setStartDate(org.threeten.bp.OffsetDateTime startDate) |
|
ProjectManagementViewInfo |
startDate(org.threeten.bp.OffsetDateTime startDate) |
|
String |
toString() |
public ProjectManagementViewInfo startDate(org.threeten.bp.OffsetDateTime startDate)
public org.threeten.bp.OffsetDateTime getStartDate()
public void setStartDate(org.threeten.bp.OffsetDateTime startDate)
public ProjectManagementViewInfo endDate(org.threeten.bp.OffsetDateTime endDate)
public org.threeten.bp.OffsetDateTime getEndDate()
public void setEndDate(org.threeten.bp.OffsetDateTime endDate)
Copyright © 2025. All rights reserved.