javax.resource.cci
Interface Record
- All Superinterfaces:
- Cloneable, Serializable
- All Known Subinterfaces:
- IndexedRecord, MappedRecord, ResultSet
public interface Record
- extends Cloneable, Serializable
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $
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 © 2003-2008 Apache Software Foundation. All Rights Reserved.