ID
- is the type of the primary key
.public interface MutablePersistenceEntity<ID>
extends net.sf.mmm.util.entity.api.PersistenceEntity<ID>, net.sf.mmm.util.entity.api.MutableGenericEntity<ID>
PersistenceEntity
in OASP.AbstractPersistenceEntity
Modifier and Type | Method and Description |
---|---|
void |
setRevision(Number revision)
This method sets the
revision of this entity. |
void setRevision(Number revision)
revision
of this entity. revision
- is the new value of RevisionedEntity.getRevision()
.Copyright © 2014–2016 OASP-Team. All rights reserved.