|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.impl.common.BaseEntity
@MappedSuperclass public abstract class BaseEntity extends Object implements PersistedModelObject
The Class BaseEntity.
Constructor and Description |
---|
BaseEntity()
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Equals. |
protected abstract TypeContext |
getApplicationTypeContext()
Gets the application type context. |
abstract Long |
getId()
Gets the id. |
TypeContext |
getTypeContext()
Gets the type context. |
abstract Long |
getVersion()
Gets the version. |
int |
hashCode()
Hash code. |
boolean |
isNew()
Checks if is new. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.hack23.cia.model.api.common.PersistedModelObject |
---|
setId, setVersion |
Constructor Detail |
---|
public BaseEntity()
Method Detail |
---|
public final boolean equals(Object obj)
equals
in class Object
obj
- the objprotected abstract TypeContext getApplicationTypeContext()
public abstract Long getId()
getId
in interface PersistedModelObject
public TypeContext getTypeContext()
PersistedModelObject
getTypeContext
in interface PersistedModelObject
public abstract Long getVersion()
getVersion
in interface PersistedModelObject
public final int hashCode()
hashCode
in class Object
public boolean isNew()
PersistedModelObject
isNew
in interface PersistedModelObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |