public class AbstractEntityInternal extends Object implements AbstractEntity
| Constructor and Description |
|---|
AbstractEntityInternal() |
| Modifier and Type | Method and Description |
|---|---|
Object |
createdAt()
Gets created at.
|
void |
createdAt(Object now)
Sets created at.
|
Object |
createdBy()
Created by object.
|
void |
createdBy(Object createdBy)
Created by.
|
void |
updatedAt(Object now)
Sets updated at.
|
void |
updatedBy(Object updatedBy)
Updated by.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittenantId, tenantIdpublic void updatedAt(Object now)
AbstractEntityupdatedAt in interface AbstractEntitynow - the nowpublic void updatedBy(Object updatedBy)
AbstractEntityupdatedBy in interface AbstractEntityupdatedBy - the updated bypublic Object createdAt()
AbstractEntitycreatedAt in interface AbstractEntitypublic Object createdBy()
AbstractEntitycreatedBy in interface AbstractEntitypublic void createdAt(Object now)
AbstractEntitycreatedAt in interface AbstractEntitynow - the nowpublic void createdBy(Object createdBy)
AbstractEntitycreatedBy in interface AbstractEntitycreatedBy - the created byCopyright © 2022. All rights reserved.