|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.ecs.grimoires.server.impl.rdf.InquireResponse
| 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 |
public InquireResponse()
public InquireResponse(Record header,
Record[] record)
| Method Detail |
public Record getHeader()
public void setHeader(Record header)
header - public Record[] getRecord()
public void setRecord(Record[] record)
record - public Record getRecord(int i)
public void setRecord(int i,
Record _value)
public boolean equals(Object obj)
public int hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||