public class

WebChangeJournalObjectEntryImpl

extends Object
implements WebChangeJournalObjectEntry
java.lang.Object
   ↳ com.microstrategy.web.objects.WebChangeJournalObjectEntryImpl

Summary

Public Constructors
WebChangeJournalObjectEntryImpl()
Public Methods
int getChangeType()
To get the change type of this change journal object entry.
String getName()
To get the Object name of this change journal object entry.
String getObjectID()
To get the Object ID of this change journal object entry.
String getProjectID()
To get the project ID of this change journal object entry.
int getSubtype()
To get the Object subtype of this change journal object entry.
String getSystemComments()
To get the system comments of this change journal object entry.
int getType()
To get the Object type of this change journal object entry.
String getUserComments()
To get the user comments of this change journal object entry.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.microstrategy.web.objects.WebChangeJournalObjectEntry

Public Constructors

public WebChangeJournalObjectEntryImpl ()

Public Methods

public int getChangeType ()

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

Returns
  • change type

public String getName ()

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

Returns
  • Object name

public String getObjectID ()

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

Returns
  • Object DSSID

public String getProjectID ()

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

Returns
  • Project DSSID

public int getSubtype ()

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

Returns
  • Object subtype

public String getSystemComments ()

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

Returns
  • system comments

public int getType ()

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

Returns
  • Object type

public String getUserComments ()

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

Returns
  • user comments