uk.ac.soton.ecs.grimoires.server.impl.rdf
Class RecordType
java.lang.Object
uk.ac.soton.ecs.grimoires.server.impl.rdf.RecordType
- All Implemented Interfaces:
- Serializable
- public class RecordType
- extends Object
- implements Serializable
- See Also:
- Serialized Form
RecordType
public RecordType()
RecordType
public RecordType(String[] field)
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()