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 (Mi, 25. Okt 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-2012 Apache Software Foundation. All Rights Reserved.