public class LockingEntityVO extends LockingVO implements Cloneable
| Constructor and Description |
|---|
LockingEntityVO() |
| Modifier and Type | Method and Description |
|---|---|
LockingEntityVO |
clone() |
long |
getCreated()
Get entity creation timestamp.
Read operation access check will be performed. |
long |
getUpdated()
Get entity update timestamp.
Read operation access check will be performed. |
void |
setCreated(long aCreated)
Set entity creation timestamp.
Write operation access check will be performed. |
void |
setUpdated(long aUpdated)
Set entity update timestamp.
Write operation access check will be performed. |
String |
toString() |
checkRead, checkWrite, getLockingState, isReadAllowed, isWriteAllowed, lock, unlockpublic long getCreated()
longpublic void setCreated(long aCreated)
aCreated - entity creation timestamppublic long getUpdated()
longpublic void setUpdated(long aUpdated)
aUpdated - entity update timestamppublic LockingEntityVO clone()
Copyright © 2013–2019 BB Corp. All rights reserved.