public abstract class EntityBean extends Object implements Cloneable, Serializable
Modifier and Type | Class and Description |
---|---|
static interface |
EntityBean.Relationship<FK extends EntityBean,PK extends EntityBean> |
Constructor and Description |
---|
EntityBean() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
boolean |
equals(Object anObj) |
abstract String[] |
getKeyFields()
Don't understand why this is not part of the
RecordDescriptor ,
but thats's the way the PriDE developers did it. |
int |
hashCode() |
boolean |
isPrimaryKeySet() |
String |
toString() |
public abstract String[] getKeyFields()
RecordDescriptor
,
but thats's the way the PriDE developers did it.getDescriptor()
public final boolean isPrimaryKeySet()