|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.dataretrieval.Data
public class Data
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 |
---|
public Data(Object in_data, String in_identifier)
in_data
- instance of Object about the datain_identifier
- identifier of the data instance.Method Detail |
---|
public Object getData()
public String getIdentifier()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |