Package io.jmix.audit.entity
Class LoggedAttribute
java.lang.Object
io.jmix.audit.entity.LoggedAttribute
- All Implemented Interfaces:
 Serializable
@Entity(name="audit_LoggedAttribute")
public class LoggedAttribute
extends Object
implements Serializable
Configuration element of 
EntityLog bean.- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()voidsetCreatedBy(String createdBy) voidsetCreateTs(Date createTs) voidsetEntity(LoggedEntity entity) voidvoid 
- 
Field Details
- 
id
 
 - 
 - 
Constructor Details
- 
LoggedAttribute
public LoggedAttribute() 
 - 
 - 
Method Details
- 
getId
 - 
setId
 - 
getCreateTs
 - 
setCreateTs
 - 
getCreatedBy
 - 
setCreatedBy
 - 
getName
 - 
setName
 - 
getEntity
 - 
setEntity
 
 -