public class MsPlannerProject extends Object
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getCreatedOn()
Retrieve the creation date.
|
LocalDateTime |
getModifiedOn()
Retrieve the last modified date.
|
UUID |
getPortfolioId()
Retrieve the portfolio ID.
|
String |
getPortfolioName()
Retrieve the portfolio name.
|
UUID |
getProjectId()
Retrieve the project's unique ID.
|
String |
getProjectManagerName()
Retrieve the project manager name.
|
String |
getProjectName()
Retrieve the project's name.
|
Integer |
getStateCode()
Retrieve the state code (0=Active, 1=Inactive).
|
String |
toString() |
public UUID getProjectId()
public String getProjectName()
public LocalDateTime getModifiedOn()
public LocalDateTime getCreatedOn()
public String getProjectManagerName()
public UUID getPortfolioId()
public String getPortfolioName()
public Integer getStateCode()
Copyright © 2000–2026 MPXJ. All rights reserved.