Tracking

public class Tracking

The Tracking contains information about which fields and what kind of actions should be logged. This class is related with table in database with the same name.

Constructors

Tracking

public Tracking()

Tracking

public Tracking(Entity entity)

Methods

copy

public Tracking copy()

getEntity

public Entity getEntity()

getFields

public List<Field> getFields()

getId

public Long getId()

isAllowCreate

public boolean isAllowCreate()

isAllowDelete

public boolean isAllowDelete()

isAllowRead

public boolean isAllowRead()

isAllowUpdate

public boolean isAllowUpdate()

setAllowCreate

public void setAllowCreate(boolean allowCreate)

setAllowDelete

public void setAllowDelete(boolean allowDelete)

setAllowRead

public void setAllowRead(boolean allowRead)

setAllowUpdate

public void setAllowUpdate(boolean allowUpdate)

setEntity

public void setEntity(Entity entity)

setId

public void setId(Long id)

toDto

public TrackingDto toDto()