org.apache.axis2.dataretrieval
Class Data

java.lang.Object
  extended by org.apache.axis2.dataretrieval.Data

public class Data
extends Object

Data contains instance of the data Object for the specified identifier if applicable.


Constructor Summary
Data(Object in_data, String in_identifier)
          Constructor
 
Method Summary
 Object getData()
          Returns data
 String getIdentifier()
          Returns string representing identifier of this data object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Data

public Data(Object in_data,
            String in_identifier)
Constructor

Parameters:
in_data - instance of Object about the data
in_identifier - identifier of the data instance.
Method Detail

getData

public Object getData()
Returns data

Returns:
data Object

getIdentifier

public String getIdentifier()
Returns string representing identifier of this data object.

Returns:


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.