com.hascode.confluence.plugin.socialcomments.config
Class SocialCommentsConfiguration

java.lang.Object
  extended by com.hascode.confluence.plugin.socialcomments.config.SocialCommentsConfiguration
All Implemented Interfaces:
Serializable

public class SocialCommentsConfiguration
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SocialCommentsConfiguration()
           
 
Method Summary
 String getEmailSubject()
           
 String getFromEmail()
           
 String getNotificationText()
           
 void setEmailSubject(String emailSubject)
           
 void setFromEmail(String fromEmail)
           
 void setNotificationText(String notificationText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialCommentsConfiguration

public SocialCommentsConfiguration()
Method Detail

getFromEmail

public String getFromEmail()
Returns:
the fromEmail

setFromEmail

public void setFromEmail(String fromEmail)
Parameters:
fromEmail - the fromEmail to set

getNotificationText

public String getNotificationText()
Returns:
the notificationText

setNotificationText

public void setNotificationText(String notificationText)
Parameters:
notificationText - the notificationText to set

getEmailSubject

public String getEmailSubject()
Returns:
the emailSubject

setEmailSubject

public void setEmailSubject(String emailSubject)
Parameters:
emailSubject - the emailSubject to set


Copyright © 2011 hasCode.com. All Rights Reserved.