public interface Record
extends java.lang.Cloneable, java.io.Serializable
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | clone() | 
| boolean | equals(java.lang.Object o) | 
| java.lang.String | getRecordName()Returns the name of the record. | 
| java.lang.String | getRecordShortDescription()Gets a short description for the record. | 
| int | hashCode() | 
| void | setRecordName(java.lang.String name)Sets the name of the record. | 
| void | setRecordShortDescription(java.lang.String description)Sets a short description for the record. | 
java.lang.String getRecordName()
void setRecordName(java.lang.String name)
void setRecordShortDescription(java.lang.String description)
java.lang.String getRecordShortDescription()
java.lang.Object clone()
                throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedExceptionboolean equals(java.lang.Object o)
equals in class java.lang.Objectint hashCode()
hashCode in class java.lang.Object