@Entity public abstract class Record extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AccessType |
accesso |
protected java.time.LocalDateTime |
creationTime |
protected String |
creationUser |
protected String |
folderId |
protected java.time.LocalDateTime |
lastUpdateTime |
protected String |
lastUpdateUser |
protected String |
licenzaID |
protected String |
nome |
protected RecordType |
recordType |
protected String |
version |
| Modifier | Constructor and Description |
|---|---|
protected |
Record() |
protected RecordType recordType
protected String version
protected String licenzaID
protected AccessType accesso
protected String nome
protected String folderId
protected java.time.LocalDateTime lastUpdateTime
protected String lastUpdateUser
protected java.time.LocalDateTime creationTime
protected String creationUser
public String asJson() throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionpublic ValidationReport validate()
Copyright © 2020. All Rights Reserved.