uk.ac.soton.ecs.grimoires.server.impl.rdf
Class InquireResponse

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.rdf.InquireResponse
All Implemented Interfaces:
Serializable

public class InquireResponse
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
InquireResponse()
           
InquireResponse(Record header, Record[] record)
           
 
Method Summary
 boolean equals(Object obj)
           
 Record getHeader()
          Gets the header value for this InquireResponse.
 Record[] getRecord()
          Gets the record value for this InquireResponse.
 Record getRecord(int i)
           
 int hashCode()
           
 void setHeader(Record header)
          Sets the header value for this InquireResponse.
 void setRecord(int i, Record _value)
           
 void setRecord(Record[] record)
          Sets the record value for this InquireResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InquireResponse

public InquireResponse()

InquireResponse

public InquireResponse(Record header,
                       Record[] record)
Method Detail

getHeader

public Record getHeader()
Gets the header value for this InquireResponse.

Returns:
header

setHeader

public void setHeader(Record header)
Sets the header value for this InquireResponse.

Parameters:
header -

getRecord

public Record[] getRecord()
Gets the record value for this InquireResponse.

Returns:
record

setRecord

public void setRecord(Record[] record)
Sets the record value for this InquireResponse.

Parameters:
record -

getRecord

public Record getRecord(int i)

setRecord

public void setRecord(int i,
                      Record _value)

equals

public boolean equals(Object obj)

hashCode

public int hashCode()