|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.dataservices.model.DirectoryEntry | +--com.ibm.itim.dataservices.model.domain.POConfiguration
Represents a configuration for Post Office Notification.
Constructor Summary | |
---|---|
POConfiguration()
Default constructor. |
|
POConfiguration(int deliveryInterval,
boolean isPOEnable)
Constructs with full set of parameters. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.ibm.itim.dataservices.model.DirectoryEntry |
---|
addAttribute, clearChange, clearChanges, getAttribute, getAttributes, getChanges, getDistinguishedName, getLastModified, getObjectClasses, getOldAttributes, removeAttribute, removeAttribute, removeAttribute, setAttribute, setAttributes, setDistinguishedName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public POConfiguration()
public POConfiguration(int deliveryInterval, boolean isPOEnable)
deliveryInterval
- interval for Post Office notification delivery.isPOEnable
- enable Post Office notification.Method Detail |
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()
DirectoryEntry
toString
in class DirectoryEntry
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |