public interface Record extends Cloneable, Serializable
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
boolean |
equals(Object other) |
String |
getRecordName() |
String |
getRecordShortDescription() |
int |
hashCode() |
void |
setRecordName(String name) |
void |
setRecordShortDescription(String description) |
String getRecordName()
void setRecordName(String name)
void setRecordShortDescription(String description)
String getRecordShortDescription()
Object clone() throws CloneNotSupportedException
CloneNotSupportedException
Copyright © 2013. All Rights Reserved.