Class XmlTimestampData

java.lang.Object
org.faktorips.productdataservice.XmlTimestampData
All Implemented Interfaces:
Serializable

public final class XmlTimestampData extends Object implements Serializable
This data type combines XML content and time stamp. It is used by the IProductDataService to provide XML content tagged with the time of the loaded table of content.
Author:
dirmeier
See Also:
  • Constructor Details

    • XmlTimestampData

      public XmlTimestampData(byte[] xmlData, String version)
      Creating the data object
      Parameters:
      xmlData - The XML content
      version - The time stamp of the loaded content
  • Method Details

    • getXmlData

      public byte[] getXmlData()
    • getVersion

      public String getVersion()
    • toString

      public String toString()
      Overrides:
      toString in class Object