Interface Update


public interface Update
Represents an update of a single Metacard, which has an older (previous) version and a new (current) version.
Author:
Michael Menousek
  • Method Details

    • getNewMetacard

      Metacard getNewMetacard()
      Get the value of the new version of the related Metacard for this Update
      Returns:
      the new version of the Metacard
    • getOldMetacard

      Metacard getOldMetacard()
      Get the value of the old version of the related Metacard for this Update
      Returns:
      the old version of the Metacard