com.ibm.itim.dataservices.model.domain

Class 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 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