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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetId()getName()voidsetCreatedBy(String createdBy) voidsetCreateTs(Date createTs) voidsetEntity(LoggedEntity entity) voidvoid
- 
Field Details- 
id
 
- 
- 
Constructor Details- 
LoggedAttributepublic LoggedAttribute()
 
- 
- 
Method Details- 
getId
- 
setId
- 
getCreateTs
- 
setCreateTs
- 
getCreatedBy
- 
setCreatedBy
- 
getName
- 
setName
- 
getEntity
- 
setEntity
 
-