|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pmease.quickbuild.model.AbstractEntity
@MappedSuperclass public abstract class AbstractEntity
The abstract entity class
| Constructor Summary | |
|---|---|
AbstractEntity()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
|
java.lang.Long |
getId()
Get entity identifier. |
int |
hashCode()
|
boolean |
isNew()
Whether or not this entity is a newly created one (has not been persisted yet). |
void |
setId(java.lang.Long id)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractEntity()
| Method Detail |
|---|
public java.lang.Long getId()
public void setId(java.lang.Long id)
public boolean isNew()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||