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

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

public class Record
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Record()
           
Record(String[] field)
           
 
Method Summary
 boolean equals(Object obj)
           
 String[] getField()
          Gets the field value for this Record.
 String getField(int i)
           
 int hashCode()
           
 void setField(int i, String _value)
           
 void setField(String[] field)
          Sets the field value for this Record.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Record

public Record()

Record

public Record(String[] field)
Method Detail

getField

public String[] getField()
Gets the field value for this Record.

Returns:
field

setField

public void setField(String[] field)
Sets the field value for this Record.

Parameters:
field -

getField

public String getField(int i)

setField

public void setField(int i,
                     String _value)

equals

public boolean equals(Object obj)

hashCode

public int hashCode()