javax.resource.cci
Interface Record

All Superinterfaces:
Cloneable, Serializable
All Known Subinterfaces:
IndexedRecord, MappedRecord, ResultSet

public interface Record
extends Cloneable, Serializable

Version:
$Revision: 1.3 $ $Date: 2004/03/10 09:59:45 $

Method Summary
 Object clone()
           
 boolean equals(Object other)
           
 String getRecordName()
           
 String getRecordShortDescription()
           
 int hashCode()
           
 void setRecordName(String name)
           
 void setRecordShortDescription(String description)
           
 

Method Detail

getRecordName

public String getRecordName()

setRecordName

public void setRecordName(String name)

setRecordShortDescription

public void setRecordShortDescription(String description)

getRecordShortDescription

public String getRecordShortDescription()

equals

public boolean equals(Object other)

hashCode

public int hashCode()

clone

public Object clone()
             throws CloneNotSupportedException
Throws:
CloneNotSupportedException


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.