Interface WebChangeJournalLinkitemEntry


  • public interface WebChangeJournalLinkitemEntry
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getLinkitemID()
      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

      • getLinkitemID

        java.lang.String getLinkitemID()
        To get the linkitem ID of this change journal object entry.
        Returns:
        linkitem DSSID
      • 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