public abstract class CustomRecord
extends Object
implements Record, com.microfocus.cobol.lang.CustomRecord
See Also:
Method Summary | |
---|---|
Object | clone()
clone the custom record instance. |
boolean | equals(Object other)
Is this record equal to the other record? |
String | getRecordName()
Get the record name. |
String | getRecordShortDescription()
Get a short description of the record. |
int | hashCode()
Return a hash code for the custom record instance. |
void | setRecordName(String name)
Set the record name. |
void | setRecordShortDescription(String description)
Set a short description of the record. |
public String getRecordName()
Get the record name.
public void setRecordName(String name)
Set the record name.
public String getRecordShortDescription()
Get a short description of the record .
public void setRecordShortDescription(String description)
Set a short description of the record.
public boolean equals(Object other)
Is this record equal to the other record.
public int hashCode()
Return a hash code for the Custom Recod instance.
public Objectclone() throws CloneNotSupportedException
Clone the custom record instance.