java.lang.Object | |
↳ | com.microstrategy.webservices.MWSObjectInfoPropertySet |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSObjectInfoPropertySet() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ArrayOfMWSObjectInfoProperty |
getProperties()
Get the array of properties for this property set.
| ||||||||||
String |
getPropertySetName()
Get the property set's name.
| ||||||||||
void |
setProperties(ArrayOfMWSObjectInfoProperty properties)
Set the array of properties for this property set.
| ||||||||||
void |
setPropertySetName(String propertySetName)
Set the property set's name.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get the array of properties for this property set.
Get the property set's name.
Set the array of properties for this property set.
properties | Array of MWSObjectInfoProperty |
---|
Set the property set's name.
propertySetName | Property set name value text. |
---|