Class BusinessRule


public class BusinessRule extends BusinessObject
This class provides some beans control methods related to Business Rule such as status and user defined fields etc..
  • Constructor Details

    • BusinessRule

      public BusinessRule()
  • Method Details

    • getObjective

      public String getObjective()
      Returns the objective of the business rule
      Returns:
      objective String
    • setObjective

      public void setObjective(String objective)
      Sets the objective of the business rule as specified
      Parameters:
      objective - String
    • getStatus

      public String getStatus()
      Returns the status of the business rule.
      Returns:
      status String
    • setStatus

      public void setStatus(String status)
      Sets the status of the business rule.
      Parameters:
      status - String
    • getCriticality

      public String getCriticality()
      Returns the criticality of the business rule.
      Returns:
      criticality String.
    • setCriticality

      public void setCriticality(String criticality)
      Sets the criticality of the business rule as specified.
      Parameters:
      criticality - String
    • getPublish

      public String getPublish()
      Returns the publish status of the business rule
      Returns:
      publish String
    • setPublish

      public void setPublish(String publish)
      Sets the publish status of the business rule.
      Parameters:
      publish - String.
    • getNotes

      public String getNotes()
      Returns the notes related to the business object.
      Returns:
      notes String
    • setNotes

      public void setNotes(String notes)
      Sets the notes to the business object as Specified.
      Parameters:
      notes - String
    • toString

      public String toString()
      Overrides:
      toString in class BusinessObject