javax.resource.cci

Interface Record

All Superinterfaces:
Cloneable, Serializable
Known Subinterfaces:
IndexedRecord, MappedRecord, ResultSet

public interface Record
extends Cloneable, Serializable

Method Summary

Object
clone()
boolean
equals(Object other)
String
getRecordName()
String
getRecordShortDescription()
int
hashCode()
void
setRecordName(String name)
void
setRecordShortDescription(String description)

Method Details

clone

public Object clone()
            throws CloneNotSupportedException

equals

public boolean equals(Object other)

getRecordName

public String getRecordName()

getRecordShortDescription

public String getRecordShortDescription()

hashCode

public int hashCode()

setRecordName

public void setRecordName(String name)

setRecordShortDescription

public void setRecordShortDescription(String description)