Package com.microstrategy.web.objects
Interface WebProjectInstanceBase
- 
public interface WebProjectInstanceBaseThis interface represents the basic behavior of a project representation- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetID()Returns the ID of the project.java.lang.StringgetProjectDSSID()Returns the DSSID of the project.java.lang.StringgetProjectName()Returns the name of the project.intgetStatus()Returns the status of the project. 
 - 
 
- 
- 
Method Detail
- 
getProjectDSSID
java.lang.String getProjectDSSID()
Returns the DSSID of the project.- Returns:
 - A 
Stringrepresenting the DSS ID of the project. 
 
- 
getProjectName
java.lang.String getProjectName()
Returns the name of the project.- Returns:
 - A 
Stringrepresenting the name of the project. 
 
- 
getStatus
int getStatus()
Returns the status of the project. This value should correspond to one of the values fromEnumDSSXMLProjectStatus.- Returns:
 - The project status.
 
 
- 
getID
int getID()
Returns the ID of the project. This is generally numbered sequentially on a server.- Returns:
 - int ID of the project.
 
 
 - 
 
 -