public interface

AppSchemaBean

implements ObjectBean RequestPersistable WebBean
com.microstrategy.web.beans.AppSchemaBean

Summary

[Expand]
Inherited Constants
From interface com.microstrategy.utils.serialization.EnumWebPersistableState
Public Methods
abstract String getCubeDesc()
abstract String getCubeID()
abstract String getCubeName()
abstract String getDataServerURL()
abstract List<Integer> getDisabledSources()
abstract String getDisplayName()
Display name of the bean.
abstract int getExtendedType()
abstract String getIdentityToken()
abstract String getModelInstanceID()
abstract String getWorkSpaceID()
abstract void setCubeID(String id)
abstract void setModelInstanceID(String modelInstanceId)
abstract void setWorkSpaceID(String workSpaceId)
[Expand]
Inherited Methods
From interface com.microstrategy.utils.serialization.Persistable
From interface com.microstrategy.web.beans.ObjectBean
From interface com.microstrategy.web.beans.RequestPersistable
From interface com.microstrategy.web.beans.Transformable
From interface com.microstrategy.web.beans.WebBean
From interface com.microstrategy.web.beans.WebComponent

Public Methods

public abstract String getCubeDesc ()

public abstract String getCubeID ()

public abstract String getCubeName ()

public abstract String getDataServerURL ()

public abstract List<Integer> getDisabledSources ()

public abstract String getDisplayName ()

Display name of the bean. By default, this is identical to getObjectName(), but for beans that contain an underlying WebMessage the getDisplayName() is returned, which may be aliased differently.

Returns
  • display name.

public abstract int getExtendedType ()

public abstract String getIdentityToken ()

public abstract String getModelInstanceID ()

public abstract String getWorkSpaceID ()

public abstract void setCubeID (String id)

public abstract void setModelInstanceID (String modelInstanceId)

public abstract void setWorkSpaceID (String workSpaceId)