java.lang.Object | |
↳ | com.microstrategy.webservices.MWSProjectInfo |
Contains data for an accessible project associated with the current session and logged on projectsource. An array of these objects is returned to the client during a GetProjects call. The data is retrieved, by the web service, from a WebProjectInstance object. This class was auto-generated from WSDL by the Apache Axis WSDL2Java emitter.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSProjectInfo() | |||||||||||
MWSProjectInfo(String name, String dssID, String desc) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getProjectDSSID()
Get the project DSSID string for this project
instance.
| ||||||||||
String |
getProjectDescription()
Get the project description for this project instance.
| ||||||||||
String |
getProjectName()
Get the project name associated with this project
instance.
| ||||||||||
void |
setProjectDSSID(String projectDSSID)
Set the project DSSID based on the WebProjectInstance.
| ||||||||||
void |
setProjectDescription(String projectDescription)
Set the project Description based on the WebProjectInstance.
| ||||||||||
void |
setProjectName(String projectName)
Set the project name based on the WebProjectInstance.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get the project DSSID string for this project instance.
Get the project description for this project instance.
Get the project name associated with this project instance.
Set the project DSSID based on the WebProjectInstance.
Set the project Description based on the WebProjectInstance.
Set the project name based on the WebProjectInstance.