org.faktorips.productdataservice
Class XmlTimestampData

java.lang.Object
  extended by 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

Constructor Summary
XmlTimestampData(byte[] xmlData, String version)
          Creating the data object
 
Method Summary
 String getVersion()
           
 byte[] getXmlData()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 Detail

getXmlData

public byte[] getXmlData()

getVersion

public String getVersion()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.