Methods Summary |
---|
public java.lang.Object | clone()Creates and returns a copy of this object. The precise
meaning of "copy" may depend on the class of the object.
|
public boolean | equals(java.lang.Object other)Check if this instance is equal to another Record.
|
public java.lang.String | getRecordName()Gets the name of the Record.
|
public java.lang.String | getRecordShortDescription()Gets a short description string for the Record. This property
is used primarily by application development tools.
|
public int | hashCode()Returns the hash code for the Record instance.
|
public void | setRecordName(java.lang.String name)Sets the name of the Record.
|
public void | setRecordShortDescription(java.lang.String description)Sets a short description string for the Record. This property
is used primarily by application development tools.
|