ID
- is the type of the primary key
.public interface MutableRevisionedEntity<ID> extends RevisionedEntity<ID>, MutableGenericEntity<ID>
RevisionedEntity
.LATEST_REVISION
Modifier and Type | Method and Description |
---|---|
void |
setRevision(Number revision)
This method sets the
revision of this entity. |
getRevision
setId, setModificationCounter
getId, getModificationCounter
void setRevision(Number revision)
revision
of this entity. revision
- is the new value of RevisionedEntity.getRevision()
.Copyright © 2001–2016 mmm-Team. All rights reserved.