Package com.microstrategy.web.objects
Interface WebProjectInstanceBase
-
public interface WebProjectInstanceBase
This 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 int
getID()
Returns the ID of the project.java.lang.String
getProjectDSSID()
Returns the DSSID of the project.java.lang.String
getProjectName()
Returns the name of the project.int
getStatus()
Returns the status of the project.
-
-
-
Method Detail
-
getProjectDSSID
java.lang.String getProjectDSSID()
Returns the DSSID of the project.- Returns:
- A
String
representing the DSS ID of the project.
-
getProjectName
java.lang.String getProjectName()
Returns the name of the project.- Returns:
- A
String
representing 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.
-
-