public class WebServicesProject extends Object
| Constructor and Description |
|---|
WebServicesProject() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCurrentBaselineProjectObjectId()
Retrieves the unique ID of the project's current baseline.
|
String |
getDataDate()
Retrieves the project data date.
|
String |
getId()
Retrieve the user-visible unique identifier for a project in P6.
|
String |
getName()
Retrieves the project name.
|
Integer |
getObjectId()
Retrieves the project unique ID.
|
void |
setCurrentBaselineProjectObjectId(Integer currentBaselineProjectObjectId)
Sets the unique ID of the project's current baseline.
|
void |
setDataDate(String dataDate)
Sets the project data date.
|
void |
setId(String id)
Sets the user-visible unique identifier of a project in P6.
|
void |
setName(String name)
Sets the project name.
|
void |
setObjectId(Integer objectId)
Sets the project unique ID.
|
public String getId()
public void setId(String id)
id - user-visible unique identifierpublic String getName()
public void setName(String name)
name - project namepublic Integer getObjectId()
public void setObjectId(Integer objectId)
objectId - project unique IDpublic String getDataDate()
public void setDataDate(String dataDate)
dataDate - project data datepublic Integer getCurrentBaselineProjectObjectId()
public void setCurrentBaselineProjectObjectId(Integer currentBaselineProjectObjectId)
currentBaselineProjectObjectId - current baseline unique IDCopyright © 2000–2025 MPXJ. All rights reserved.