javax.resource.cci
Interface Record
- All Superinterfaces:
- Cloneable, Serializable
- All Known Subinterfaces:
- IndexedRecord, MappedRecord, ResultSet
public interface Record
- extends Cloneable, Serializable
- Version:
- $Rev: 704729 $ $Date: 2008-10-15 00:59:51 +0200 (Mi, 15. Okt 2008) $
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 The Apache Software Foundation. All Rights Reserved.