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

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

public class RecordType
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

RecordType

public RecordType()

RecordType

public RecordType(String[] field)
Method Detail

getField

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

Returns:
field

setField

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

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()