Package com.microstrategy.web.objects
Class WebChangeJournalObjectEntryImpl
- java.lang.Object
-
- com.microstrategy.web.objects.WebChangeJournalObjectEntryImpl
-
- All Implemented Interfaces:
WebChangeJournalObjectEntry
public class WebChangeJournalObjectEntryImpl extends java.lang.Object implements WebChangeJournalObjectEntry
-
-
Constructor Summary
Constructors Constructor Description WebChangeJournalObjectEntryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getChangeType()
To get the change type of this change journal object entry.java.lang.String
getName()
To get the Object name of this change journal object entry.java.lang.String
getObjectID()
To get the Object ID of this change journal object entry.java.lang.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.java.lang.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.java.lang.String
getUserComments()
To get the user comments of this change journal object entry.
-
-
-
Method Detail
-
getChangeType
public int getChangeType()
Description copied from interface:WebChangeJournalObjectEntry
To get the change type of this change journal object entry.- Specified by:
getChangeType
in interfaceWebChangeJournalObjectEntry
- Returns:
- change type
-
getObjectID
public java.lang.String getObjectID()
Description copied from interface:WebChangeJournalObjectEntry
To get the Object ID of this change journal object entry.- Specified by:
getObjectID
in interfaceWebChangeJournalObjectEntry
- Returns:
- Object DSSID
-
getName
public java.lang.String getName()
Description copied from interface:WebChangeJournalObjectEntry
To get the Object name of this change journal object entry.- Specified by:
getName
in interfaceWebChangeJournalObjectEntry
- Returns:
- Object name
-
getProjectID
public java.lang.String getProjectID()
Description copied from interface:WebChangeJournalObjectEntry
To get the project ID of this change journal object entry.- Specified by:
getProjectID
in interfaceWebChangeJournalObjectEntry
- Returns:
- Project DSSID
-
getType
public int getType()
Description copied from interface:WebChangeJournalObjectEntry
To get the Object type of this change journal object entry.- Specified by:
getType
in interfaceWebChangeJournalObjectEntry
- Returns:
- Object type
-
getSubtype
public int getSubtype()
Description copied from interface:WebChangeJournalObjectEntry
To get the Object subtype of this change journal object entry.- Specified by:
getSubtype
in interfaceWebChangeJournalObjectEntry
- Returns:
- Object subtype
-
getUserComments
public java.lang.String getUserComments()
Description copied from interface:WebChangeJournalObjectEntry
To get the user comments of this change journal object entry.- Specified by:
getUserComments
in interfaceWebChangeJournalObjectEntry
- Returns:
- user comments
-
getSystemComments
public java.lang.String getSystemComments()
Description copied from interface:WebChangeJournalObjectEntry
To get the system comments of this change journal object entry.- Specified by:
getSystemComments
in interfaceWebChangeJournalObjectEntry
- Returns:
- system comments
-
-