Package cz.quanti.mailq.entities.v2
Class LogMessageEntity
- java.lang.Object
-
- cz.quanti.mailq.entities.v2.BaseEntity
-
- cz.quanti.mailq.entities.v2.LogMessageEntity
-
public class LogMessageEntity extends BaseEntity
-
-
Constructor Summary
Constructors Constructor Description LogMessageEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkEntitygetCompany()java.time.LocalDateTimegetCreated()LonggetId()StringgetText()StringgetTitle()LogMessageTypegetType()
-
-
-
Method Detail
-
getId
public Long getId()
-
getTitle
public String getTitle()
-
getText
public String getText()
-
getType
public LogMessageType getType()
-
getCreated
public java.time.LocalDateTime getCreated()
-
getCompany
public LinkEntity getCompany()
-
-