public interface

WebChangeJournalObjectEntry

com.microstrategy.web.objects.WebChangeJournalObjectEntry
Known Indirect Subclasses

Summary

Public Methods
abstract int getChangeType()
To get the change type of this change journal object entry.
abstract String getName()
To get the Object name of this change journal object entry.
abstract String getObjectID()
To get the Object ID of this change journal object entry.
abstract String getProjectID()
To get the project ID of this change journal object entry.
abstract int getSubtype()
To get the Object subtype of this change journal object entry.
abstract String getSystemComments()
To get the system comments of this change journal object entry.
abstract int getType()
To get the Object type of this change journal object entry.
abstract String getUserComments()
To get the user comments of this change journal object entry.

Public Methods

public abstract int getChangeType ()

To get the change type of this change journal object entry.

Returns
  • change type

public abstract String getName ()

To get the Object name of this change journal object entry.

Returns
  • Object name

public abstract String getObjectID ()

To get the Object ID of this change journal object entry.

Returns
  • Object DSSID

public abstract String getProjectID ()

To get the project ID of this change journal object entry.

Returns
  • Project DSSID

public abstract int getSubtype ()

To get the Object subtype of this change journal object entry.

Returns
  • Object subtype

public abstract String getSystemComments ()

To get the system comments of this change journal object entry.

Returns
  • system comments

public abstract int getType ()

To get the Object type of this change journal object entry.

Returns
  • Object type

public abstract String getUserComments ()

To get the user comments of this change journal object entry.

Returns
  • user comments