|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Record
The javax.resource.cci.Record interface is the base interface for the
representation of an input or output to the execute methods defined
on an Interaction.
The Record interface can be extended to form a one of the following
representations:
| Method Summary | |
|---|---|
Object |
clone()
|
boolean |
equals(Object other)
Check if this instance is equal to another Record. |
String |
getRecordName()
Gets the name of the Record. |
String |
getRecordShortDescription()
Gets a short description string for the Record. |
int |
hashCode()
|
void |
setRecordName(String name)
Sets the name of the Record. |
void |
setRecordShortDescription(String description)
Sets a short description string for the Record. |
| Method Detail |
|---|
String getRecordName()
void setRecordName(String name)
name - Name of the Recordvoid setRecordShortDescription(String description)
description - String representing a short description of the RecordString getRecordShortDescription()
boolean equals(Object other)
equals in class Objectint hashCode()
hashCode in class Object
Object clone()
throws CloneNotSupportedException
CloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||