Package com.microstrategy.web.objects
Interface WebChangeJournalObjectEntry
-
- All Known Implementing Classes:
WebChangeJournalObjectEntryImpl
public interface WebChangeJournalObjectEntry
-
-
Method Summary
All Methods Instance Methods Abstract 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
int getChangeType()
To get the change type of this change journal object entry.- Returns:
- change type
-
getObjectID
java.lang.String getObjectID()
To get the Object ID of this change journal object entry.- Returns:
- Object DSSID
-
getName
java.lang.String getName()
To get the Object name of this change journal object entry.- Returns:
- Object name
-
getProjectID
java.lang.String getProjectID()
To get the project ID of this change journal object entry.- Returns:
- Project DSSID
-
getType
int getType()
To get the Object type of this change journal object entry.- Returns:
- Object type
-
getSubtype
int getSubtype()
To get the Object subtype of this change journal object entry.- Returns:
- Object subtype
-
getUserComments
java.lang.String getUserComments()
To get the user comments of this change journal object entry.- Returns:
- user comments
-
getSystemComments
java.lang.String getSystemComments()
To get the system comments of this change journal object entry.- Returns:
- system comments
-
-