org.faktorips.productdataservice
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:
- Serialized Form
XmlTimestampData
public XmlTimestampData(byte[] xmlData,
String version)
- Creating the data object
- Parameters:
xmlData - The XML contentversion - The time stamp of the loaded content
getXmlData
public byte[] getXmlData()
getVersion
public String getVersion()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2015. All rights reserved.