| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.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 Objectobj - the objprotected abstract TypeContext getApplicationTypeContext()
public abstract Long getId()
getId in interface PersistedModelObjectpublic TypeContext getTypeContext()
PersistedModelObject
getTypeContext in interface PersistedModelObjectpublic abstract Long getVersion()
getVersion in interface PersistedModelObjectpublic final int hashCode()
hashCode in class Objectpublic boolean isNew()
PersistedModelObject
isNew in interface PersistedModelObject
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||