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 intgetChangeType()To get the change type of this change journal object entry.java.lang.StringgetName()To get the Object name of this change journal object entry.java.lang.StringgetObjectID()To get the Object ID of this change journal object entry.java.lang.StringgetProjectID()To get the project ID of this change journal object entry.intgetSubtype()To get the Object subtype of this change journal object entry.java.lang.StringgetSystemComments()To get the system comments of this change journal object entry.intgetType()To get the Object type of this change journal object entry.java.lang.StringgetUserComments()To get the user comments of this change journal object entry. 
 - 
 
- 
- 
Method Detail
- 
getChangeType
public int getChangeType()
Description copied from interface:WebChangeJournalObjectEntryTo get the change type of this change journal object entry.- Specified by:
 getChangeTypein interfaceWebChangeJournalObjectEntry- Returns:
 - change type
 
 
- 
getObjectID
public java.lang.String getObjectID()
Description copied from interface:WebChangeJournalObjectEntryTo get the Object ID of this change journal object entry.- Specified by:
 getObjectIDin interfaceWebChangeJournalObjectEntry- Returns:
 - Object DSSID
 
 
- 
getName
public java.lang.String getName()
Description copied from interface:WebChangeJournalObjectEntryTo get the Object name of this change journal object entry.- Specified by:
 getNamein interfaceWebChangeJournalObjectEntry- Returns:
 - Object name
 
 
- 
getProjectID
public java.lang.String getProjectID()
Description copied from interface:WebChangeJournalObjectEntryTo get the project ID of this change journal object entry.- Specified by:
 getProjectIDin interfaceWebChangeJournalObjectEntry- Returns:
 - Project DSSID
 
 
- 
getType
public int getType()
Description copied from interface:WebChangeJournalObjectEntryTo get the Object type of this change journal object entry.- Specified by:
 getTypein interfaceWebChangeJournalObjectEntry- Returns:
 - Object type
 
 
- 
getSubtype
public int getSubtype()
Description copied from interface:WebChangeJournalObjectEntryTo get the Object subtype of this change journal object entry.- Specified by:
 getSubtypein interfaceWebChangeJournalObjectEntry- Returns:
 - Object subtype
 
 
- 
getUserComments
public java.lang.String getUserComments()
Description copied from interface:WebChangeJournalObjectEntryTo get the user comments of this change journal object entry.- Specified by:
 getUserCommentsin interfaceWebChangeJournalObjectEntry- Returns:
 - user comments
 
 
- 
getSystemComments
public java.lang.String getSystemComments()
Description copied from interface:WebChangeJournalObjectEntryTo get the system comments of this change journal object entry.- Specified by:
 getSystemCommentsin interfaceWebChangeJournalObjectEntry- Returns:
 - system comments
 
 
 - 
 
 -