portlets.compoze.groupware.pref
Class MailPreferences.Replying
java.lang.Object
|
+--portlets.compoze.groupware.pref.MailPreferences.Replying
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- MailPreferences
- public static class MailPreferences.Replying
- extends java.lang.Object
- implements java.io.Serializable
This class represents handling of original message when replying.
- See Also:
- Serialized Form
Field Summary |
static int |
RULE_DONT_INCLUDE
This value represents to not include the original message. |
static int |
RULE_FULL_INCLUDE
This value represents to fully include the original message. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RULE_DONT_INCLUDE
public static final int RULE_DONT_INCLUDE
- This value represents to not include the original message.
RULE_FULL_INCLUDE
public static final int RULE_FULL_INCLUDE
- This value represents to fully include the original message.
MailPreferences.Replying
public MailPreferences.Replying(int iIncludeRule)
- Constructor.
- Parameters:
iIncludeRule
- the replying rule
MailPreferences.Replying
public MailPreferences.Replying()
- Constructor.
getIncludeRule
public int getIncludeRule()
- Gets the include rule.
- Returns:
- the include rule (see
RULE_
constants)
setIncludeRule
public void setIncludeRule(int iIncludeRule)
- Sets the include rule.
- Parameters:
iIncludeRule
- the include rule (see RULE_
constants)
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.