public abstract class EntityBean extends Object implements PersistableEntity<Long>
| Constructor and Description |
|---|
EntityBean() |
EntityBean(Long id) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedTime()
Returns the created time
|
Long |
getId()
Returns the ID of the persistent entity
|
Date |
getModifiedTime()
Returns the modified time
|
void |
setCreatedTime(Date createdTime)
Set created time
|
void |
setId(Long id) |
void |
setModifiedTime(Date modifiedTime)
Set modified time
|
public EntityBean()
public EntityBean(Long id)
public Date getCreatedTime()
PersistableEntitygetCreatedTime in interface PersistableEntity<Long>public void setCreatedTime(Date createdTime)
PersistableEntitysetCreatedTime in interface PersistableEntity<Long>createdTime - timepublic Long getId()
PersistableEntitygetId in interface PersistableEntity<Long>public void setId(Long id)
setId in interface PersistableEntity<Long>public Date getModifiedTime()
PersistableEntitygetModifiedTime in interface PersistableEntity<Long>public void setModifiedTime(Date modifiedTime)
PersistableEntitysetModifiedTime in interface PersistableEntity<Long>modifiedTime - timeCopyright © 2019. All rights reserved.