javax.resource.cci
Interface Record
- All Superinterfaces:
- java.lang.Cloneable, java.io.Serializable
- All Known Subinterfaces:
- IndexedRecord, MappedRecord, ResultSet
public interface Record
- extends java.lang.Cloneable, java.io.Serializable
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $
getRecordName
java.lang.String getRecordName()
setRecordName
void setRecordName(java.lang.String name)
setRecordShortDescription
void setRecordShortDescription(java.lang.String description)
getRecordShortDescription
java.lang.String getRecordShortDescription()
equals
boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object
hashCode
int hashCode()
- Overrides:
hashCode
in class java.lang.Object
clone
java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Throws:
java.lang.CloneNotSupportedException
Copyright © 2009. All Rights Reserved.