com.ibm.wbiserver.brules.mgmt.problem

Class ProblemStartDateAfterEndDate

  • All Implemented Interfaces:
    java.io.Serializable


    public class ProblemStartDateAfterEndDate
    extends Problem
    implements java.io.Serializable
    Problem class representing the error that the start date is after the end date.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Constructor Summary

      Constructors 
      Constructor and Description
      ProblemStartDateAfterEndDate(java.util.Date startDate, java.util.Date endDate)
      Constructor for the ProblemStartDateAfterEndDate class.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.util.Date getEndDate()
      Get the end date involved in the error.
      java.lang.String getErrorMessage() 
      java.util.Date getStartDate()
      Get the start date involved in the error.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProblemStartDateAfterEndDate

        public ProblemStartDateAfterEndDate(java.util.Date startDate,
                                    java.util.Date endDate)
        Constructor for the ProblemStartDateAfterEndDate class.
        Parameters:
        startDate - The start date involved in the error.
        endDate - The end date involved in the error.
    • Method Detail

      • getEndDate

        public java.util.Date getEndDate()
        Get the end date involved in the error.
        Returns:
        The end date involved in the error.
      • getStartDate

        public java.util.Date getStartDate()
        Get the start date involved in the error.
        Returns:
        The start date involved in the error.
      • getErrorMessage

        public java.lang.String getErrorMessage()
        Specified by:
        getErrorMessage in class Problem
IBM Business Process ManagerTM
Release 8