public abstract class ProcessedMailNote extends Object implements Serializable
Represents a as user tagged post interpreted mail message that was processed by the MailBasedPostingManagement.
Modifier and Type | Class and Description |
---|---|
static class |
ProcessedMailNote.Factory
Constructs new instances of
ProcessedMailNote . |
Constructor and Description |
---|
ProcessedMailNote() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
boolean |
equals(Object object)
Returns
true if the argument is an ProcessedMailNote instance and all
identifiers for this entity equal the identifiers of the argument entity. |
Long |
getId() |
String |
getMailMessageId()
A unique identifier for the mail message represented by this object.
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setId(Long id) |
void |
setMailMessageId(String mailMessageId) |
public String attributesToString()
public boolean equals(Object object)
true
if the argument is an ProcessedMailNote instance and all
identifiers for this entity equal the identifiers of the argument entity. Returns
false
otherwise.public Long getId()
public String getMailMessageId()
A unique identifier for the mail message represented by this object.
public int hashCode()
public void setId(Long id)
public void setMailMessageId(String mailMessageId)
Copyright © 2019 Communote team. All rights reserved.