public class ConversationInfo extends Object implements Conversation, Serializable
| Constructor and Description |
|---|
ConversationInfo() |
| Modifier and Type | Method and Description |
|---|---|
ConversationAdvisor |
getAdvisor()
Get the Advisor that is associated with this conversation
|
List<ConversationComment> |
getComments()
Get the comments on the conversation.
|
ConversationComment |
getLatestComment() |
String |
getLearningPlanId()
Get the ID learning plan this conversation is about.
|
String |
getTopic()
Get the topic for the conversation
|
boolean |
hasUnreadComments() |
boolean |
isClosed()
Determine whether or not the conversation is closed for comments.
|
void |
setAdvisor(ConversationAdvisor advisor) |
void |
setClosed(boolean closed) |
void |
setComments(List<ConversationComment> comments) |
void |
setLearningPlanId(String learningPlanId) |
void |
setTopic(String topic) |
public ConversationInfo()
public String getLearningPlanId()
ConversationgetLearningPlanId in interface ConversationAcademicPlanServicepublic void setLearningPlanId(String learningPlanId)
public ConversationAdvisor getAdvisor()
ConversationgetAdvisor in interface Conversationpublic void setAdvisor(ConversationAdvisor advisor)
public boolean isClosed()
ConversationisClosed in interface Conversationpublic void setClosed(boolean closed)
public List<ConversationComment> getComments()
ConversationgetComments in interface Conversationpublic void setComments(List<ConversationComment> comments)
public String getTopic()
ConversationgetTopic in interface Conversationpublic ConversationComment getLatestComment()
public boolean hasUnreadComments()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.