|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public Object clone() throws CloneNotSupportedException
CloneNotSupportedException
public boolean equals(Object other)
public int hashCode()
public String getRecordName()
public void setRecordName(String name)
public String getRecordShortDescription()
public void setRecordShortDescription(String description)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |