Package com.microstrategy.web.objects
Class WebChangeJournalLinkitemEntryImpl
- java.lang.Object
-
- com.microstrategy.web.objects.WebChangeJournalLinkitemEntryImpl
-
- All Implemented Interfaces:
WebChangeJournalLinkitemEntry
public class WebChangeJournalLinkitemEntryImpl extends java.lang.Object implements WebChangeJournalLinkitemEntry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<WebChangeJournalObjectEntry>
getChangeJournalObjectList()
To get a list of change journal object entries.java.lang.String
getLinkObjectId()
To get the linkitem ID of this change journal object entry.java.lang.String
getSystemComments()
To get the system comments of this change journal object entry.java.lang.String
getUserComments()
To get the user comments of this change journal object entry.
-
-
-
Method Detail
-
getLinkObjectId
public java.lang.String getLinkObjectId()
Description copied from interface:WebChangeJournalLinkitemEntry
To get the linkitem ID of this change journal object entry.- Specified by:
getLinkObjectId
in interfaceWebChangeJournalLinkitemEntry
- Returns:
- linkitem DSSID
-
getUserComments
public java.lang.String getUserComments()
Description copied from interface:WebChangeJournalLinkitemEntry
To get the user comments of this change journal object entry.- Specified by:
getUserComments
in interfaceWebChangeJournalLinkitemEntry
- Returns:
- user comments
-
getSystemComments
public java.lang.String getSystemComments()
Description copied from interface:WebChangeJournalLinkitemEntry
To get the system comments of this change journal object entry.- Specified by:
getSystemComments
in interfaceWebChangeJournalLinkitemEntry
- Returns:
- system comments
-
getChangeJournalObjectList
public java.util.List<WebChangeJournalObjectEntry> getChangeJournalObjectList()
Description copied from interface:WebChangeJournalLinkitemEntry
To get a list of change journal object entries.- Specified by:
getChangeJournalObjectList
in interfaceWebChangeJournalLinkitemEntry
- Returns:
- linkitem object list
-
-