public interface IIVOAuditing extends IVO
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_LASTCHANGE
property constant for lastChange property comment: The last change date
|
static String |
PROP_LASTCHANGEUSERID
property constant for lastChange property comment: The last change date
|
static String |
PROP_VERSION
property constant for version property comment: The version
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getLastChange()
The last change date This field is optional, thus may be null.
|
Long |
getLastChangeUserId()
The last change user id This field is optional, thus may be null.
|
Integer |
getVersion()
The version This field is optional, thus may be null.
|
clone, createBuilderstatic final String PROP_VERSION
static final String PROP_LASTCHANGE
static final String PROP_LASTCHANGEUSERID
Copyright © 2016 Taimos GmbH. All rights reserved.