|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.pref.MailPreferences.Signature
This class represents a message signature.
Field Summary | |
static int |
SIGNATURE_MAX_LENGTH
|
Constructor Summary | |
MailPreferences.Signature()
Constructor. |
Method Summary | |
boolean |
getAddToMessage()
Checks if the signature text should be added to messages. |
java.lang.String |
getText()
Gets the signature text. |
java.lang.String |
getTextHtml()
Gets the signature text in HTML format (starts with three lines breaks). |
void |
setAddToMessage(boolean bAddToMessage)
Sets the flag to designate if the signature text should be added to messages. |
void |
setText(java.lang.String sText)
Sets the signature text. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int SIGNATURE_MAX_LENGTH
Constructor Detail |
public MailPreferences.Signature()
Method Detail |
public boolean getAddToMessage()
true
to add to messages; false
otherwisepublic void setAddToMessage(boolean bAddToMessage)
bAddToMessage
- true
to add to messages; false
otherwisepublic java.lang.String getText()
public java.lang.String getTextHtml()
public void setText(java.lang.String sText)
SIGNATURE_MAX_LENGTH
. If the specified
text is larger than the max length, the text is truncated.
sText
- the signature text (may not be null
)SIGNATURE_MAX_LENGTH
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |