javax.resource.cci
Interface Record
- All Superinterfaces:
- Cloneable, Serializable
- All Known Subinterfaces:
- IndexedRecord, MappedRecord, ResultSet
public interface Record
- extends Cloneable, Serializable
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
getRecordName
String getRecordName()
setRecordName
void setRecordName(String name)
setRecordShortDescription
void setRecordShortDescription(String description)
getRecordShortDescription
String getRecordShortDescription()
equals
boolean equals(Object other)
- Overrides:
equals
in class Object
hashCode
int hashCode()
- Overrides:
hashCode
in class Object
clone
Object clone()
throws CloneNotSupportedException
- Throws:
CloneNotSupportedException
Copyright © 2006 Apache Software Foundation. All Rights Reserved.