parammonthsWithMessages a list of MonthYear objects. this.id = id; this.name = name; this.description = description; this.monthsWithMessages = monthsWithMessages;
this.id = id; this.name = name; this.description = description; this.monthsWithMessages = monthsWithMessages;
return this.description;
return this.id;
returnan iterator of MonthYear objects. // ensure that the iterator is immutable return Collections.unmodifiableList( this.monthsWithMessages).iterator();
MonthYear
// ensure that the iterator is immutable return Collections.unmodifiableList( this.monthsWithMessages).iterator();
return this.name;