Class Section
- java.lang.Object
-
- org.opennms.reporting.availability.Section
-
- All Implemented Interfaces:
Serializable
public class Section extends Object implements Serializable
Class Section.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Section()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteSectionIndex()
CalendarTable
getCalendarTable()
Returns the value of field 'calendarTable'.ClassicTable
getClassicTable()
Returns the value of field 'classicTable'.String
getPeriod()
Returns the value of field 'period'.String
getSectionDescr()
Returns the value of field 'sectionDescr'.Integer
getSectionIndex()
Returns the value of field 'sectionIndex'.String
getSectionName()
Returns the value of field 'sectionName'.String
getSectionTitle()
Returns the value of field 'sectionTitle'.boolean
hasSectionIndex()
Method hasSectionIndex.void
setCalendarTable(CalendarTable calendarTable)
Sets the value of field 'calendarTable'.void
setClassicTable(ClassicTable classicTable)
Sets the value of field 'classicTable'.void
setPeriod(String period)
Sets the value of field 'period'.void
setSectionDescr(String sectionDescr)
Sets the value of field 'sectionDescr'.void
setSectionIndex(Integer sectionIndex)
Sets the value of field 'sectionIndex'.void
setSectionName(String sectionName)
Sets the value of field 'sectionName'.void
setSectionTitle(String sectionTitle)
Sets the value of field 'sectionTitle'.
-
-
-
Method Detail
-
deleteSectionIndex
public void deleteSectionIndex()
-
getCalendarTable
public CalendarTable getCalendarTable()
Returns the value of field 'calendarTable'.- Returns:
- the value of field 'CalendarTable'.
-
getClassicTable
public ClassicTable getClassicTable()
Returns the value of field 'classicTable'.- Returns:
- the value of field 'ClassicTable'.
-
getPeriod
public String getPeriod()
Returns the value of field 'period'.- Returns:
- the value of field 'Period'.
-
getSectionDescr
public String getSectionDescr()
Returns the value of field 'sectionDescr'.- Returns:
- the value of field 'SectionDescr'.
-
getSectionIndex
public Integer getSectionIndex()
Returns the value of field 'sectionIndex'.- Returns:
- the value of field 'SectionIndex'.
-
getSectionName
public String getSectionName()
Returns the value of field 'sectionName'.- Returns:
- the value of field 'SectionName'.
-
getSectionTitle
public String getSectionTitle()
Returns the value of field 'sectionTitle'.- Returns:
- the value of field 'SectionTitle'.
-
hasSectionIndex
public boolean hasSectionIndex()
Method hasSectionIndex.- Returns:
- true if at least one SectionIndex has been added
-
setCalendarTable
public void setCalendarTable(CalendarTable calendarTable)
Sets the value of field 'calendarTable'.- Parameters:
calendarTable
- the value of field 'calendarTable'.
-
setClassicTable
public void setClassicTable(ClassicTable classicTable)
Sets the value of field 'classicTable'.- Parameters:
classicTable
- the value of field 'classicTable'.
-
setPeriod
public void setPeriod(String period)
Sets the value of field 'period'.- Parameters:
period
- the value of field 'period'.
-
setSectionDescr
public void setSectionDescr(String sectionDescr)
Sets the value of field 'sectionDescr'.- Parameters:
sectionDescr
- the value of field 'sectionDescr'.
-
setSectionIndex
public void setSectionIndex(Integer sectionIndex)
Sets the value of field 'sectionIndex'.- Parameters:
sectionIndex
- the value of field 'sectionIndex'.
-
setSectionName
public void setSectionName(String sectionName)
Sets the value of field 'sectionName'.- Parameters:
sectionName
- the value of field 'sectionName'.
-
setSectionTitle
public void setSectionTitle(String sectionTitle)
Sets the value of field 'sectionTitle'.- Parameters:
sectionTitle
- the value of field 'sectionTitle'.
-
-