Class LimitSectionBean
- java.lang.Object
-
- com.javahollic.jira.emh.api.export.beans.LimitSectionBean
-
public class LimitSectionBean extends Object
-
-
Constructor Summary
Constructors Constructor Description LimitSectionBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LimitBean>
getLimits()
IJEMHDataTypes.SectionLimit
getSection()
void
setLimits(List<LimitBean> limits)
void
setSection(IJEMHDataTypes.SectionLimit section)
-
-
-
Method Detail
-
getSection
public IJEMHDataTypes.SectionLimit getSection()
-
setSection
public void setSection(IJEMHDataTypes.SectionLimit section)
-
-