|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.framework.mail.FeedbackMessage
public class FeedbackMessage
Stores information related to user feedback about the site.
| Constructor Summary | |
|---|---|
FeedbackMessage()
Default constructor. |
|
| Method Summary | |
|---|---|
String |
getBody()
Gets the body. |
String |
getFromAddress()
Gets the from E-Mail address. |
String |
getFromName()
Gets the name of the person sending feedback. |
protected int |
getMaximumBodyLength()
Gets the maximum length of the message body. |
void |
setBody(String body)
Sets the body. |
void |
setFromAddress(String address)
Sets the from E-Mail address. |
void |
setFromName(String name)
Sets the name of the person sending feedback. |
protected void |
setMaximumBodyLength(int maximumLength)
Sets the maximum length of the message body. |
String |
toString()
Returns the string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FeedbackMessage()
| Method Detail |
|---|
public String getBody()
public void setBody(String body)
body - the bodypublic String getFromAddress()
public void setFromAddress(String address)
address - the from addresspublic String getFromName()
public void setFromName(String name)
name - the nameprotected int getMaximumBodyLength()
protected void setMaximumBodyLength(int maximumLength)
maximumLength - the maximum length of the message bodypublic String toString()
toString in class Object
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||