Class ListFeedbackItem
- java.lang.Object
-
- be.recipe.services.prescriber.ListFeedbackItem
-
- be.business.connector.recipe.prescriber.domain.ListFeedbackItem
-
public class ListFeedbackItem extends ListFeedbackItem
The Class ListFeedbackItem.
-
-
Field Summary
-
Fields inherited from class be.recipe.services.prescriber.ListFeedbackItem
content, rid, sentBy, sentDate
-
-
Constructor Summary
Constructors Constructor Description ListFeedbackItem(ListFeedbackItem root)Instantiates a new list feedback item.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)byte[]getContent()ThrowablegetLinkedException()Gets the linked exception.StringgetRid()StringgetSentBy()CalendargetSentDate()inthashCode()voidsetContent(byte[] arg0)voidsetLinkedException(Throwable linkedException)Sets the linked exception.voidsetRid(String arg0)voidsetSentBy(String arg0)Sets the sent by.voidsetSentDate(Calendar arg0)StringtoString()
-
-
-
Constructor Detail
-
ListFeedbackItem
public ListFeedbackItem(ListFeedbackItem root)
Instantiates a new list feedback item.- Parameters:
root- the root
-
-
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()
- Overrides:
getContentin classListFeedbackItem
-
getRid
public String getRid()
- Overrides:
getRidin classListFeedbackItem
-
getSentBy
public String getSentBy()
- Overrides:
getSentByin classListFeedbackItem
-
getSentDate
public Calendar getSentDate()
- Overrides:
getSentDatein classListFeedbackItem
-
setContent
public void setContent(byte[] arg0)
- Overrides:
setContentin classListFeedbackItem
-
setRid
public void setRid(String arg0)
- Overrides:
setRidin classListFeedbackItem
-
setSentBy
public void setSentBy(String arg0)
Sets the sent by.- Overrides:
setSentByin classListFeedbackItem- Parameters:
arg0- the new sent by
-
setSentDate
public void setSentDate(Calendar arg0)
- Overrides:
setSentDatein classListFeedbackItem
-
-