public abstract class AbstractHibernateEntity extends Object implements Entity
| Constructor and Description |
|---|
AbstractHibernateEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDirtyListener(DirtyListener dirtyListener) |
void |
calculate() |
Entity |
clone() |
boolean |
equals(Object o) |
<T> T |
getAttribute(String key) |
Class<? extends Entity> |
getEntityType() |
boolean |
hasAttribute(String key) |
int |
hashCode() |
boolean |
isNewInstance() |
void |
merge(Entity source) |
void |
removeAttribute(String key) |
<T> void |
setAttribute(String key,
T value) |
protected void |
setDirty() |
String |
toRichString() |
Set<javax.validation.ConstraintViolation<Entity>> |
validate() |
finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetIdentifierValue, setAsNewpublic void addDirtyListener(DirtyListener dirtyListener)
addDirtyListener in interface Entitypublic Entity clone()
public boolean equals(Object o)
public <T> T getAttribute(String key)
getAttribute in interface Entitypublic Class<? extends Entity> getEntityType()
getEntityType in interface Entitypublic boolean hasAttribute(String key)
hasAttribute in interface Entitypublic int hashCode()
public boolean isNewInstance()
isNewInstance in interface Entitypublic void removeAttribute(String key)
removeAttribute in interface Entitypublic <T> void setAttribute(String key, T value)
setAttribute in interface Entityprotected void setDirty()
public String toRichString()
toRichString in interface EntityCopyright 2012-2013 Veniamin Isaias. All rights reserved.