public interface Record extends Cloneable, Serializable
Modifier and Type | Method and Description |
---|---|
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
|
Object clone() throws CloneNotSupportedException
CloneNotSupportedException
boolean equals(Object other)
String getRecordName()
void setRecordName(String name)
String getRecordShortDescription()
void setRecordShortDescription(String description)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.