com.microstrategy.web.objects.WebProjectInstanceBase |
This interface represents the basic behavior of a project representation
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getID()
Returns the ID of the project.
| ||||||||||
abstract String |
getProjectDSSID()
Returns the DSSID of the project.
| ||||||||||
abstract String |
getProjectName()
Returns the name of the project.
| ||||||||||
abstract int |
getStatus()
Returns the status of the project.
|
Returns the ID of the project. This is generally numbered sequentially on a server.
Returns the DSSID of the project.
Returns the name of the project.
Returns the status of the project. This value should correspond to
one of the values from EnumDSSXMLProjectStatus
.