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()
Conversation
getLearningPlanId
in interface Conversation
AcademicPlanService
public void setLearningPlanId(String learningPlanId)
public ConversationAdvisor getAdvisor()
Conversation
getAdvisor
in interface Conversation
public void setAdvisor(ConversationAdvisor advisor)
public boolean isClosed()
Conversation
isClosed
in interface Conversation
public void setClosed(boolean closed)
public List<ConversationComment> getComments()
Conversation
getComments
in interface Conversation
public void setComments(List<ConversationComment> comments)
public String getTopic()
Conversation
getTopic
in interface Conversation
public ConversationComment getLatestComment()
public boolean hasUnreadComments()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.