public class POConfiguration extends DirectoryEntry implements java.io.Serializable
| Constructor and Description |
|---|
POConfiguration()
Default constructor.
|
POConfiguration(int deliveryInterval,
boolean isPOEnable)
Constructs with full set of parameters.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPODeliveryInterval()
Returns the interval for Post Office notification delivery.
|
boolean |
isPOEnabled()
Determines if Post Office notification is enabled.
|
void |
setPODeliveryInterval(int deliveryInterval)
Changes the interval for Post Office notification delivery.
|
void |
setPOEnabled(boolean isPOEnable)
Sets the enable flag for Post Office notification.
|
java.lang.String |
toString()
Returns a string representation of the object.
|
addAttribute, addAttributeValues, clearChange, clearChanges, getAttribute, getAttributes, getChanges, getDistinguishedName, getLastModified, getObjectClasses, getOldAttributes, removeAttribute, removeAttribute, setAttribute, setAttributes, setDistinguishedNamepublic POConfiguration()
public POConfiguration(int deliveryInterval,
boolean isPOEnable)
deliveryInterval - interval for Post Office notification delivery.isPOEnable - enable Post Office notification.public int getPODeliveryInterval()
public void setPODeliveryInterval(int deliveryInterval)
deliveryInterval - value for Post Office delivery interval.public boolean isPOEnabled()
public void setPOEnabled(boolean isPOEnable)
isPOEnable - true to enable Post Office notification.public java.lang.String toString()
DirectoryEntrytoString in class DirectoryEntry