@MappedSuperclass public abstract class PersistentObject extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
PersistentObject()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.joda.time.ReadableDateTime |
getCreated()
Ignore the
created property when de-/serializing. |
Integer |
getId() |
org.joda.time.ReadableDateTime |
getModified()
Ignore the
modified property when de-/serializing. |
int |
hashCode() |
void |
setModified(org.joda.time.ReadableDateTime modified) |
String |
toString() |
public Integer getId()
public org.joda.time.ReadableDateTime getCreated()
created property when de-/serializing.
This can be overwritten in subclasses.public org.joda.time.ReadableDateTime getModified()
modified property when de-/serializing.
This can be overwritten in subclasses.public void setModified(org.joda.time.ReadableDateTime modified)
public int hashCode()
public boolean equals(Object obj)
Copyright © 2016 terrestris GmbH & Co. KG. All rights reserved.