EntityAudit

public class EntityAudit extends Entity

This class represents a single historical commit of an Entity.

Methods

getModificationDate

public DateTime getModificationDate()

getOwnerUsername

public String getOwnerUsername()

getVersion

public Long getVersion()

isActualEntity

public boolean isActualEntity()

setModificationDate

public void setModificationDate(DateTime modificationDate)

setOwnerUsername

public void setOwnerUsername(String ownerUsername)

setVersion

public void setVersion(Long version)