|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.bryansaunders.jee6divelog.model.DiveLogEntity
@MappedSuperclass public class DiveLogEntity
Base Entity Element for all DiveLog Entities.
Constructor Summary | |
---|---|
DiveLogEntity()
|
Method Summary | |
---|---|
java.util.Date |
getCreated()
Get the created. |
java.lang.Integer |
getId()
Get the id. |
java.util.Date |
getUpdated()
Get the updated. |
java.lang.Integer |
getVersion()
Get the version. |
protected void |
onCreate()
Pre-Persist Logic. |
protected void |
onUpdate()
Pre-Update Logic. |
void |
setCreated(java.util.Date newCreated)
Set the created. |
void |
setId(java.lang.Integer newId)
Set the id. |
void |
setUpdated(java.util.Date newUpdated)
Set the updated. |
void |
setVersion(java.lang.Integer newVersion)
Set the version. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiveLogEntity()
Method Detail |
---|
protected void onCreate()
protected void onUpdate()
public java.lang.Integer getId()
public void setId(java.lang.Integer newId)
newId
- the id to setpublic java.lang.Integer getVersion()
public void setVersion(java.lang.Integer newVersion)
newVersion
- the version to setpublic java.util.Date getCreated()
public void setCreated(java.util.Date newCreated)
newCreated
- the newCreated to setpublic java.util.Date getUpdated()
public void setUpdated(java.util.Date newUpdated)
newUpdated
- the updated to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |