pl.edu.pjwstk.yaod.network.protocol.queryresult
Class IdentifierResult

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.network.protocol.queryresult.Result
        |
        +--pl.edu.pjwstk.yaod.network.protocol.queryresult.SingleResult
              |
              +--pl.edu.pjwstk.yaod.network.protocol.queryresult.IdentifierResult
All Implemented Interfaces:
java.io.Serializable

public class IdentifierResult
extends SingleResult

See Also:
Serialized Form

Constructor Summary
IdentifierResult(ObjectID id)
           
 
Method Summary
 ObjectID getId()
           
protected  java.lang.String getResultAsString(java.lang.String st)
           
protected  java.lang.String getResultAsXmlString(java.lang.String st)
           
 java.lang.String getValueAsString()
           
 
Methods inherited from class pl.edu.pjwstk.yaod.network.protocol.queryresult.Result
getResultAsString, getResultAsXmlString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentifierResult

public IdentifierResult(ObjectID id)
Method Detail

getId

public ObjectID getId()

getValueAsString

public java.lang.String getValueAsString()
Overrides:
getValueAsString in class SingleResult

getResultAsString

protected java.lang.String getResultAsString(java.lang.String st)
Overrides:
getResultAsString in class Result

getResultAsXmlString

protected java.lang.String getResultAsXmlString(java.lang.String st)
Overrides:
getResultAsXmlString in class Result