Class ListNotificationsItem
- java.lang.Object
-
- be.recipe.services.executor.ListNotificationsItem
-
- be.business.connector.recipe.executor.domain.ListNotificationsItem
-
public class ListNotificationsItem extends ListNotificationsItem
The Class ListNotificationsItem.
-
-
Field Summary
-
Fields inherited from class be.recipe.services.executor.ListNotificationsItem
content, sentBy, sentDate
-
-
Constructor Summary
Constructors Constructor Description ListNotificationsItem()ListNotificationsItem(ListNotificationsItem root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)byte[]getContent()Gets the content.ThrowablegetLinkedException()Gets the linked exception.StringgetSentBy()Gets the sent by.inthashCode()voidsetContent(byte[] arg0)Sets the content.voidsetLinkedException(Throwable linkedException)Sets the linked exception.voidsetSentBy(String arg0)Sets the sent by.voidsetSentDate(Date arg0)Sets the sent date.StringtoString()-
Methods inherited from class be.recipe.services.executor.ListNotificationsItem
getSentDate, setSentDate
-
-
-
-
Constructor Detail
-
ListNotificationsItem
public ListNotificationsItem(ListNotificationsItem root)
-
ListNotificationsItem
public ListNotificationsItem()
-
-
Method Detail
-
getLinkedException
public Throwable getLinkedException()
Gets the linked exception.- Returns:
- the linked exception
-
setLinkedException
public void setLinkedException(Throwable linkedException)
Sets the linked exception.- Parameters:
linkedException- the new linked exception
-
getContent
public byte[] getContent()
Gets the content.- Overrides:
getContentin classListNotificationsItem- Returns:
- the content
-
getSentBy
public String getSentBy()
Gets the sent by.- Overrides:
getSentByin classListNotificationsItem- Returns:
- the sent by
-
setContent
public void setContent(byte[] arg0)
Sets the content.- Overrides:
setContentin classListNotificationsItem- Parameters:
arg0- the new content
-
setSentBy
public void setSentBy(String arg0)
Sets the sent by.- Overrides:
setSentByin classListNotificationsItem- Parameters:
arg0- the new sent by
-
setSentDate
public void setSentDate(Date arg0) throws IntegrationModuleException
Sets the sent date.- Parameters:
arg0- the new sent date- Throws:
IntegrationModuleException- the exception
-
-