Class LimitBean
- java.lang.Object
-
- com.javahollic.jira.emh.api.export.beans.LimitBean
-
public class LimitBean extends Object
-
-
Constructor Summary
Constructors Constructor Description LimitBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getExpiry()
String
getKey()
IJEMHDataTypes.SectionLimit
getSection()
int
getValue()
void
setExpiry(int expiry)
void
setKey(String key)
void
setSection(IJEMHDataTypes.SectionLimit section)
void
setValue(int value)
-
-
-
Method Detail
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getValue
public int getValue()
-
setValue
public void setValue(int value)
-
getExpiry
public int getExpiry()
-
setExpiry
public void setExpiry(int expiry)
-
getSection
public IJEMHDataTypes.SectionLimit getSection()
-
setSection
public void setSection(IJEMHDataTypes.SectionLimit section)
-
-