Package io.jmix.imap.entity
Class ImapAuthentication
java.lang.Object
io.jmix.imap.entity.ImapAuthentication
- Direct Known Subclasses:
ImapSimpleAuthentication
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
setCreatedBy
(String createdBy) void
setCreateTs
(Date createTs) void
setDeletedBy
(String deletedBy) void
setDeleteTs
(Date deleteTs) void
void
setUpdatedBy
(String updatedBy) void
setUpdateTs
(Date updateTs) void
setVersion
(Integer version)
-
Field Details
-
id
-
version
-
createTs
-
createdBy
-
updateTs
-
updatedBy
-
deleteTs
-
deletedBy
-
-
Constructor Details
-
ImapAuthentication
public ImapAuthentication()
-
-
Method Details
-
getId
-
setId
-
getVersion
-
setVersion
-
getCreateTs
-
setCreateTs
-
getCreatedBy
-
setCreatedBy
-
getUpdateTs
-
setUpdateTs
-
getUpdatedBy
-
setUpdatedBy
-
getDeleteTs
-
setDeleteTs
-
getDeletedBy
-
setDeletedBy
-