com.ibm.itim.dataservices.model.domain
Class POConfiguration

java.lang.Object
  extended by com.ibm.itim.dataservices.model.DirectoryEntry
      extended by com.ibm.itim.dataservices.model.domain.POConfiguration
All Implemented Interfaces:
com.ibm.itim.util.xml.objectstream.Importable, java.io.Serializable

public class POConfiguration
extends DirectoryEntry
implements java.io.Serializable

Represents a configuration for Post Office Notification.

See Also:
Serialized Form

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, addAttributeValues, clearChange, clearChanges, getAttribute, getAttributes, getChanges, getDistinguishedName, getLastModified, getObjectClasses, getOldAttributes, removeAttribute, removeAttribute, setAttribute, setAttributes, setDistinguishedName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

POConfiguration

public POConfiguration()
Default constructor.


POConfiguration

public POConfiguration(int deliveryInterval,
                       boolean isPOEnable)
Constructs with full set of parameters.

Parameters:
deliveryInterval - interval for Post Office notification delivery.
isPOEnable - enable Post Office notification.
Method Detail

getPODeliveryInterval

public int getPODeliveryInterval()
Returns the interval for Post Office notification delivery.

Returns:
value for Post Office delivery interval.

setPODeliveryInterval

public void setPODeliveryInterval(int deliveryInterval)
Changes the interval for Post Office notification delivery.

Parameters:
deliveryInterval - value for Post Office delivery interval.

isPOEnabled

public boolean isPOEnabled()
Determines if Post Office notification is enabled.

Returns:
true if Post Office notification is enabled; else, false.

setPOEnabled

public void setPOEnabled(boolean isPOEnable)
Sets the enable flag for Post Office notification.

Parameters:
isPOEnable - true to enable Post Office notification.

toString

public java.lang.String toString()
Description copied from class: DirectoryEntry
Returns a string representation of the object.

Overrides:
toString in class DirectoryEntry
Returns:
String representation of the object


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.