|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Record
The Record interface is the base interface for representing input and output for an Interaction. A Record can be extended in several ways:
| Method Summary | |
|---|---|
Object |
clone()
Creae a copy of this Record |
boolean |
equals(Object other)
Compare two Records for equality |
String |
getRecordName()
Get the name of this Record. |
String |
getRecordShortDescription()
Get the short description of this Record |
int |
hashCode()
|
void |
setRecordName(String name)
Set the name of this Record. |
void |
setRecordShortDescription(String description)
Set the short description of this Record |
| Method Detail |
|---|
Object clone()
throws CloneNotSupportedException
CloneNotSupportedExceptionboolean equals(Object other)
equals in class Objectint hashCode()
hashCode in class ObjectString getRecordName()
void setRecordName(String name)
String getRecordShortDescription()
void setRecordShortDescription(String description)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||