Package com.axelor.mail.db
Class MailFollower
java.lang.Object
com.axelor.db.Model
com.axelor.auth.db.AuditableModel
com.axelor.mail.db.MailFollower
The model to store followers details of a document.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEmail()getId()getUser()inthashCode()voidsetEmail(MailAddress email) voidvoidsetRelatedId(Long relatedId) voidsetRelatedModel(String relatedModel) voidtoString()Methods inherited from class com.axelor.auth.db.AuditableModel
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOnMethods inherited from class com.axelor.db.Model
getArchived, getCid, getVersion, isSelected, setArchived, setCid, setSelected, setVersion
-
Constructor Details
-
MailFollower
public MailFollower()
-
-
Method Details
-
getId
-
setId
-
getRelatedId
-
setRelatedId
-
getRelatedModel
-
setRelatedModel
-
getUser
-
setUser
-
getEmail
-
setEmail
-
equals
-
hashCode
public int hashCode() -
toString
-