public class MeetingProperties extends ActionProperties
CommunityProperties describes the core properties of a community.
  • Constructor Details

    • MeetingProperties

      public MeetingProperties()
      Default constructor
    • MeetingProperties

      public MeetingProperties(MeetingProperties template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getObjective

      public String getObjective()
      Return the objective of the meeting - what it is trying to achieve?
      Returns:
      text
    • setObjective

      public void setObjective(String objective)
      Set up the objective of the meeting - what it is trying to achieve?
      Parameters:
      objective - text
    • getMinutes

      public List<String> getMinutes()
    • setMinutes

      public void setMinutes(List<String> minutes)
    • getDecisions

      public List<String> getDecisions()
    • setDecisions

      public void setDecisions(List<String> decisions)
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class ActionProperties
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class ProcessProperties
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class ProcessProperties
      Returns:
      int hash code