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.StringgetLinkObjectId()To get the linkitem ID of this change journal object entry.java.lang.StringgetSystemComments()To get the system comments of this change journal object entry.java.lang.StringgetUserComments()To get the user comments of this change journal object entry.
-
-
-
Method Detail
-
getLinkObjectId
public java.lang.String getLinkObjectId()
Description copied from interface:WebChangeJournalLinkitemEntryTo get the linkitem ID of this change journal object entry.- Specified by:
getLinkObjectIdin interfaceWebChangeJournalLinkitemEntry- Returns:
- linkitem DSSID
-
getUserComments
public java.lang.String getUserComments()
Description copied from interface:WebChangeJournalLinkitemEntryTo get the user comments of this change journal object entry.- Specified by:
getUserCommentsin interfaceWebChangeJournalLinkitemEntry- Returns:
- user comments
-
getSystemComments
public java.lang.String getSystemComments()
Description copied from interface:WebChangeJournalLinkitemEntryTo get the system comments of this change journal object entry.- Specified by:
getSystemCommentsin interfaceWebChangeJournalLinkitemEntry- Returns:
- system comments
-
getChangeJournalObjectList
public java.util.List<WebChangeJournalObjectEntry> getChangeJournalObjectList()
Description copied from interface:WebChangeJournalLinkitemEntryTo get a list of change journal object entries.- Specified by:
getChangeJournalObjectListin interfaceWebChangeJournalLinkitemEntry- Returns:
- linkitem object list
-
-