|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | 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 | |
java.lang.Object |
clone()
Creae a copy of this Record |
boolean |
equals(java.lang.Object other)
Compare two Records for equality |
java.lang.String |
getRecordName()
Get the name of this Record. |
java.lang.String |
getRecordShortDescription()
Get the short description of this Record |
int |
hashCode()
|
void |
setRecordName(java.lang.String name)
Set the name of this Record. |
void |
setRecordShortDescription(java.lang.String description)
Set the short description of this Record |
Method Detail |
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object other)
public int hashCode()
public java.lang.String getRecordName()
public void setRecordName(java.lang.String name)
public java.lang.String getRecordShortDescription()
public void setRecordShortDescription(java.lang.String description)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |